Closed
Bug 1240012
Opened 10 years ago
Closed 10 years ago
Wrong OID value for id-aes256-GCM
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(firefox46 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
Attachments
(1 file)
1.03 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
We currently have 2.16.840.1.101.3.4.1.35:
CONST_OID aes256_GCM[] = { AES, 0x23 };
but it should be 2.16.840.1.101.3.4.1.46:
CONST_OID aes256_GCM[] = { AES, 0x2e };
http://www.alvestrand.no/objectid/2.16.840.1.101.3.4.1.46.html
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8708325 -
Flags: review?(rrelyea)
Updated•10 years ago
|
Attachment #8708325 -
Flags: review?(rrelyea) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Martin, could you please check this in? Thank you!
Flags: needinfo?(martin.thomson)
Keywords: checkin-needed
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(martin.thomson)
Resolution: --- → FIXED
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 4•10 years ago
|
||
Thanks Elio!
You need to log in
before you can comment on or make changes to this bug.
Description
•