-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Color all ciphers #905
Color all ciphers #905
Conversation
dd677b5
to
1778f6a
Compare
Hi Dirk, I've been maintaining the code to color all the ciphers for a while now in the branch that I've been working on for #333, and decided to create a PR with that code as a result of #891. I just changed it to only color the ciphers if This PR doesn't change the color ratings at all. It just uses TLS_RSA_WITH_AES_256_CBC_SHA256 isn't rated as the best since it is a CBC cipher. The comment in The color ratings don't really matter to me, though. In the branch for #333,
|
This PR adds an additional COLOR level (3). If color is set to 3 then all ciphers are printed according to pr_cipher_quality() rather than just the "Negotiated cipher" in run_server_preference().
1778f6a
to
853b833
Compare
Thank you David.
As stated in the commit (7f6ff5d) there's some work ahead to get the color rating consistent throughout testssl.sh. That is some work which needs to be done for a release. I need to look at your branch. For now I guess I am fine to leave Thx again, Dirk |
This PR adds an additional COLOR level (3). If color is set to 3 then all ciphers are printed according to
pr_cipher_quality()
rather than just the "Negotiated cipher" inrun_server_preference()
.