-
Notifications
You must be signed in to change notification settings - Fork 14
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
Display elliptic curves #45
Comments
Yes. It is nice to have this displayed. Still, would love to do that. (I'm thinking of a new line for the certificate key alone - or else the panel width won't be sufficient). |
Yes, this are the most common ones out of the NSAs B Suite.
The key size of the certificate and the curve are different ones. But here you certainly mean elliptical curves certificates (aka ECDSA or ECDH). But there is still also ECDHE...
Well... maybe currently there are not many curves, but there are many canidates and in the future this may be more important as some curves are already distrusted by some cryptologists.
Yeah, maybe. Just keep in mind that they are also used for ECDH_E_... |
Additionally of course in the UI you should not display "secp256r1 and secp384r1", but the more common names like P-256 and P-384. |
from @sibiantony in #48 |
IMO displaying the curve used in the key exchange would be much more useful - just because it is much more used. However if this is not possible we cannot do much. But at least: Would you mind creating an issue on Bugzilla about this? So that it - hopefully - will be possible in the future to read this information. |
Good news: The issue for the RFC by EFF has been closed. |
Yes, it's only the RFC commit which says
Finally, this has to be implemented in Firefox by someone. The |
It would be nice if the used elliptic curves could be displayed.
More information:
The text was updated successfully, but these errors were encountered: