mbedtls
mbedtls copied to clipboard
Remove FFDH-specific code from compat.sh
Prerequisite: https://github.com/Mbed-TLS/mbedtls/issues/9685
Now that finite-field Diffie-Hellman is no longer used in TLS 1.2, we no longer need DH-specific code in compat.sh
. (It is still needed in ssl-opt.sh
for TLS 1.3.) Remove it.
This may be grouped with similar leftovers from #9685 if it makes sense. To be determined once the DHE key exchange removal has been done.