This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29539 - Invalid algorithm OID for ECDH
Summary: Invalid algorithm OID for ECDH
Status: RESOLVED MOVED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-21 11:51 UTC by Mitar
Modified: 2016-05-24 00:40 UTC (History)
3 users (show)

See Also:


Attachments

Description Mitar 2016-03-21 11:51:07 UTC
It seems the algorithm OID for ECDH is invalid. In the Web Crypto standard it is specified as 1.3.132.112. But it should be 1.3.132.1.12, shouldn't it?

http://www.oid-info.com/cgi-bin/display?oid=1.3.132.1.12&submit=Display&action=display

RFC 5480 confirms:

id-ecDH OBJECT IDENTIFIER ::= {
   iso(1) identified-organization(3) certicom(132) schemes(1)
   ecdh(12) }
Comment 1 Mitar 2016-03-21 11:53:58 UTC
Discovered through Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1250810
Comment 2 Mark Watson 2016-05-24 00:40:03 UTC
Moved to https://github.com/w3c/webcrypto/issues/86