aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs1
diff options
context:
space:
mode:
authorRobert P <tehownt@gmail.com>2015-04-06 09:45:33 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-04-06 16:52:08 +0000
commit686d3ef1a88a89278ea44988dcc5309e5f8e213d (patch)
tree059fce5d01f10f5886367b26b0d245d837f879f3 /asn1/pkcs1
parentbfd3d269e2705129c4d7e75c66b9750ba0fbf0bc (diff)
PKCS1: fix a typo for OID 1.3.132.0.35
Bug: 11106 Change-Id: Ied414b8e0bae8f34445f4d36bc6dfcc96b4a7456 Reviewed-on: https://code.wireshark.org/review/7941 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'asn1/pkcs1')
-rw-r--r--asn1/pkcs1/packet-pkcs1-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/pkcs1/packet-pkcs1-template.c b/asn1/pkcs1/packet-pkcs1-template.c
index 2965bf5830..9bea7df4ae 100644
--- a/asn1/pkcs1/packet-pkcs1-template.c
+++ b/asn1/pkcs1/packet-pkcs1-template.c
@@ -102,8 +102,8 @@ void proto_reg_handoff_pkcs1(void) {
oid_add_from_string("secp384r1","1.3.132.0.34");
oid_add_from_string("sect409k1","1.3.132.0.36");
oid_add_from_string("sect409r1","1.3.132.0.37");
- oid_add_from_string("sect521r1","1.3.132.0.35")
-; oid_add_from_string("sect571k1","1.3.132.0.38");
+ oid_add_from_string("secp521r1","1.3.132.0.35");
+ oid_add_from_string("sect571k1","1.3.132.0.38");
oid_add_from_string("sect571r1","1.3.132.0.39");
/* sha2 family, see RFC3447 and http://www.oid-info.com/get/2.16.840.1.101.3.4.2 */