Ciphersuite preference order APIs should allow setting global preference
Categories
(NSS :: Libraries, enhancement, P2)
Tracking
(Not tracked)
People
(Reporter: kjacobs, Unassigned)
References
(Blocks 1 open bug)
Details
The recently introduced APIs SSL_CipherSuiteOrderGet
/SSL_CipherSuiteOrderSet
are not ideal for use in Firefox, due to their application of the preference on a per-socket basis (rather than the entire NSS instance). Model sockets aren't used in such a way that a single call will propagate the change to new sockets, as was the original intention. See additional context in bug 1583610.
We should update the API (or provide a global variant) where no socket argument is required and the change is applied globally.
Updated•5 years ago
|
Comment 1•2 years ago
|
||
The bug assignee didn't login in Bugzilla in the last months and this bug has priority 'P2'.
:beurdouche, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•2 years ago
|
||
We have modified the bot to only consider P1 as high priority, so I'm cancelling the needinfo here.
Description
•