Skip to content
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

Add 2 byte cipherID to JSON? #184

Open
mpd-dude opened this issue Mar 6, 2017 · 2 comments
Open

Add 2 byte cipherID to JSON? #184

mpd-dude opened this issue Mar 6, 2017 · 2 comments
Labels
wiki guidelines Issue related to Mozilla's Server Side TLS Guidelines

Comments

@mpd-dude
Copy link

mpd-dude commented Mar 6, 2017

While the json/server-side-tls-conf.json file is excellent for automated processing, it would be even more helpful to include the 2 byte cipherID for each ciphersuite.

Background: since there exist many different string representations (OpenSSL, IANA, ...) for the same ciphersuite, using the 2 byte cipherID would be the safest way for a match.

Would it be possible to add the cipherID in addition to the existing string representation in the JSON file? Thanks for considering.

@jvehent
Copy link
Contributor

jvehent commented Mar 6, 2017

Yes, I think that would be a good idea. We'd need to do that in a backward compatible way, but we will have to rework the JSON format for TLS1.3 anyway, given the changes to the way ciphersuites are handled.

@gene1wood gene1wood added the wiki guidelines Issue related to Mozilla's Server Side TLS Guidelines label Apr 10, 2019
@april
Copy link
Contributor

april commented Jul 18, 2019

Just FYI, version 5.1 of the JSON guidelines will now include the IANA cipher string. I probably won't add support GnuTLS until some software comes along that requires it.

https://ssl-config.mozilla.org/server-side-tls/5.1.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wiki guidelines Issue related to Mozilla's Server Side TLS Guidelines
Projects
None yet
Development

No branches or pull requests

4 participants