mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
This one curve is still named wrong
http://tools.ietf.org/html/rfc4492#appendix-A
This commit is contained in:
parent
2a753dee55
commit
44fe82d6d4
1 changed files with 2 additions and 1 deletions
|
|
@ -431,6 +431,7 @@ def load_fips_dsa_key_pair_vectors(vector_data):
|
|||
return vectors
|
||||
|
||||
|
||||
# http://tools.ietf.org/html/rfc4492#appendix-A
|
||||
_ECDSA_CURVE_NAMES = {
|
||||
"P-192": "secp192r1",
|
||||
"P-224": "secp224r1",
|
||||
|
|
@ -444,7 +445,7 @@ _ECDSA_CURVE_NAMES = {
|
|||
"K-409": "sect409k1",
|
||||
"K-571": "sect571k1",
|
||||
|
||||
"B-163": "sect163r1",
|
||||
"B-163": "sect163r2",
|
||||
"B-233": "sect233r1",
|
||||
"B-283": "sect283r1",
|
||||
"B-409": "sect409r1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue