projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05decf3
)
comment
author
Bodo Möller
<bodo@openssl.org>
Tue, 13 Dec 2005 05:46:30 +0000
(
05:46
+0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 13 Dec 2005 05:46:30 +0000
(
05:46
+0000)
crypto/ec/ec_curve.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_curve.c
b/crypto/ec/ec_curve.c
index 923cb71e03c71ed85408d4644f2a9dc16a48a63a..beac20969b75384fa7b0fb1193c32a6db0c86ca7 100644
(file)
--- a/
crypto/ec/ec_curve.c
+++ b/
crypto/ec/ec_curve.c
@@
-1100,7
+1100,8
@@
static const ec_list_element curve_list[] = {
{ NID_X9_62_c2tnb359v1, &_EC_X9_62_CHAR2_359V1},
{ NID_X9_62_c2pnb368w1, &_EC_X9_62_CHAR2_368W1},
{ NID_X9_62_c2tnb431r1, &_EC_X9_62_CHAR2_431R1},
- /* the WAP/WTLS curves */
+ /* the WAP/WTLS curves
+ * [unlike SECG, spec has its own OIDs for curves from X9.62] */
{ NID_wap_wsg_idm_ecid_wtls1, &_EC_WTLS_1},
{ NID_wap_wsg_idm_ecid_wtls3, &_EC_NIST_CHAR2_163K},
{ NID_wap_wsg_idm_ecid_wtls4, &_EC_SECG_CHAR2_113R1},