Support Extended Master Secret Extension in ssl-enum-ciphers

2023-10-29 Thread Clemens Lang
Hello, I’m trying to fix ssl-enum-ciphers with RHEL >= 9.2’s OpenSSL in FIPS mode, which now requires the extended master secret extension for a successful handshake. I opened a GitHub PR at https://github.com/nmap/nmap/pull/2724. The summary is: The FIPS 140-3 Implementation Guidelines in se

Support Extended Master Secret Extension in ssl-enum-ciphers

2023-10-17 Thread Clemens Lang
Hello, (Re-sent because I was not subscribed and the list does not seem to accept mails from non-subscribers.) I’m trying to fix ssl-enum-ciphers with RHEL >= 9.2’s OpenSSL in FIPS mode, which now requires the extended master secret extension for a successful handshake. I opened a GitHub PR a