Open
Bug 1638299
Opened 4 years ago
Updated 3 years ago
Please rename SSL_ERROR_NO_CYPHER_OVERLAP to SSL_ERROR_NO_CIPHER_OVERLAP
Categories
(NSS :: Libraries, enhancement, P3)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: nONoNonO, Unassigned)
References
()
Details
Just the other day I got an error message on website showing SSL_ERROR_NO_CYPHER_OVERLAP. I think this is about the only place where cypher is used instead of cipher, so it would be good for consistency if the text in this message (and the internal use in the code too) is also changed into cipher.
Updated•4 years ago
|
Assignee: nobody → nobody
Component: Security → Libraries
Product: Core → NSS
QA Contact: jjones
Version: unspecified → other
Comment 1•4 years ago
|
||
We'd need to keep the existing name and come up with a shim to allow deprecation, then find/replace in dependent projects to make the name change stick.
The ER3
macro won't handle this gracefully, as far as I can tell.
Severity: -- → S4
OS: Unspecified → All
Priority: -- → P3
Hardware: Unspecified → All
You need to log in
before you can comment on or make changes to this bug.
Description
•