Closed Bug 1048914 Opened 10 years ago Closed 5 years ago

NSS should support OID id-ecDH (1.3.132.112)

Categories

(NSS :: Libraries, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ttaubert, Unassigned)

References

Details

Per WebCrypto spec we must export SPKIs with id-ecDH (RFC 5480) as the algorithm. NSS doesn't currently list it so let's add it:

// id-ecDH 1.3.132.112
static const uint8_t id_ecDH[] = {
  0x2b, 0x81, 0x04, 0x70
};
Ah no, that's about adding the OID to NSS. Sorry, confusion.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---

WebCrypto spec updates no longer require this, so I don't see a reason to pull the Certicom OIDs into NSS.

Status: REOPENED → RESOLVED
Closed: 7 years ago5 years ago
QA Contact: jjones
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.