Hacker News new | ask | show | jobs
by concatime 2551 days ago
Can someone points me to the commit when OpenSSL changed from TLS13-AES-256-GCM-SHA384 to TLS_AES_256_GCM_SHA384?
2 comments

Also, idk why OpenSSL have used underscore this time when all the rest of ciphers use dash!? https://testssl.sh/openssl-iana.mapping.html
The "official" names of the ciphersuites have always been in the underscore format, the dash format was something OpenSSL invented. I guess with TLS 1.3 changing all the cipher names anyways they decided to just use the standard names to avoid the confusion that comes from their own separate naming scheme.