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

name space handling for ciphers suites #9

Closed
drwetter opened this issue Jul 3, 2014 · 2 comments
Closed

name space handling for ciphers suites #9

drwetter opened this issue Jul 3, 2014 · 2 comments

Comments

@drwetter
Copy link
Owner

drwetter commented Jul 3, 2014

Default is now displaying OpenSSL name spaces and if mapping file is available RFC style.

Best would be to have a switch what is going to be displayed (OPenSSL, RFC, both) and maybe one default (OpenSSL),

@drwetter drwetter added this to the 2.6 / 2.5dev milestone May 5, 2015
@drwetter
Copy link
Owner Author

see also #114

@drwetter drwetter removed this from the 2.5dev (2.6) milestone Jul 23, 2015
dcooper16 referenced this issue in dcooper16/testssl.sh Feb 13, 2017
When a list of cipher suites is being displayed using `neat_list()`, testssl.sh shows the cipher suite's OpenSSL name and (in most cases) the RFC name as well. However, in all other cases only the OpenSSL name is shown.

This PR adds the option to have cipher suite's RFC names shown instead of the OpenSSL name, by including `--mapping rfc` in the command line. [Note: if the cipher-mapping.txt file cannot be found, then the `--mapping rfc` option is ignored and the OpenSSL names are shown.]

This PR seems to be related to issue #9, but #9 may be been referring to the output created by `neat_list()`.
@drwetter
Copy link
Owner Author

mostly done see #630, #631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant