Wireshark-bugs: [Wireshark-bugs] [Bug 11106] New: Typo in secp521r1 curve wrongly identified as
Date: Mon, 06 Apr 2015 02:57:08 +0000
Bug ID 11106
Summary Typo in secp521r1 curve wrongly identified as sect521r1
Product Wireshark
Version Git
Hardware x86
OS Windows 8.1
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter tehownt@gmail.com

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The PKCS1 packet dissection engine wrongly labels the secp521r1 curve vs its
OID.

In :

https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=asn1/pkcs1/packet-pkcs1-template.c;h=2965bf5830f2b6abc1b85845f8189d0609eda6b8;hb=HEAD

line 105

oid_add_from_string("sect521r1","1.3.132.0.35")

should be

oid_add_from_string("secp521r1","1.3.132.0.35")


As per correct curve name on OID 1.3.132.0.35.

Curve sect521r1 does not exist.

http://www.alvestrand.no/objectid/1.3.132.0.35.html
http://www.oid-info.com/get/1.3.132.0.35


You are receiving this mail because:
  • You are watching all bug changes.