Closed
Bug 1213937
Opened 10 years ago
Closed 10 years ago
Update RTCCertificate hash handling
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: mt, Assigned: mt)
Details
Attachments
(1 file)
The RSA variant should be using SEC_OID_PKCS1_SHA256_WITH_RSA_ENCRYPTION. The BeforeCrypto method should also be checking that the hash function is SHA-256 (it does not currently).
| Assignee | ||
Comment 1•10 years ago
|
||
Bug 1213937 - Make WebRTC certificates SHA-256 only, r?drno
Attachment #8672778 -
Flags: review?(drno)
Comment 2•10 years ago
|
||
Comment on attachment 8672778 [details]
MozReview Request: Bug 1213937 - Make WebRTC certificates SHA-256 only, r?drno
https://reviewboard.mozilla.org/r/21785/#review19553
Attachment #8672778 -
Flags: review?(drno) → review+
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → martin.thomson
Keywords: checkin-needed
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•