Closed
Bug 1561523
Opened 6 years ago
Closed 6 years ago
SSL_ERROR_MISSING_POST_HANDSHAKE_AUTH_EXTENSION error missing string
Categories
(NSS :: Libraries, defect, P1)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.45
People
(Reporter: mt, Assigned: mt)
References
Details
Attachments
(1 file)
SSL_ERROR_MISSING_POST_HANDSHAKE_AUTH_EXTENSION doesn't have a string defined for it in SSLErrs.h. Some code will crash if you try to use PR_ErrorToName, because that returns NULL. Noticed when adding new error codes.
Patch inbound.
| Assignee | ||
Comment 1•6 years ago
|
||
Adds a string. Maybe check that I didn't do it badly.
Comment 2•6 years ago
|
||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•