testssl/testssl.sh

[minor BUG] Different OpenSSL names for TLS 1.3 ciphers LibreSSL v OpenSSL

Opened this issue · 0 comments

Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch
3.2

Before you open an issue please whether this is a known problem by searching the issues
-

Command line / docker command to reproduce
just running a client check e.g. . Happens on a Mac, e.g. when using /usr/bin/openssl (=LibreSSL)

Observed behavior
The output depends on the Open/LibreSSL version and thus seems inconsistent:

Image

Expected behavior
The output should be reproducible and independent on the Open/LibreSSL version.

Since LibreSSL 3.1.0 TLS 1.3 is supported and it's using a different openssl naming scheme for TLS 1.3 ciphers, see #1599 (@dcooper16 ).

If we rename the AEAD-* ciphers let's discuss where in the code we rename the ciphers.