-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade cipher variants to include at least SHA-384 #480
Comments
We should start with |
|
We also need
|
|
|
https://hg.mozilla.org/projects/nss/rev/cd068f7ce6ae11120f8e4427aa2e8ac35a6 we should be able to just copy those files from ESR60 |
This may be the best means to solve https://tenfourfox.tenderapp.com/discussions/problems/8583-tff-doesnt-open-web-radio-page It wants |
It does indeed solve that site (and several others now select that cipher). No regressions detected. Since RSA is faster, we will defer adding ECDSA until we require it. |
NSS should support this once it is taught what the ciphers actually are. We can get this from ESR52 as a down payment towards a full NSS update in the near future. In particular, from
security/nss/lib/ssl/sslproto.h
,The text was updated successfully, but these errors were encountered: