blob: c3c33062340015148c2d7bbb5a6d379f90ce518e [file] [log] [blame] [view]
Ronald Crond5d04962021-04-30 16:42:35 +02001Remove the configuration to enable weak ciphersuites in SSL / TLS
2-----------------------------------------------------------------
3
4This does not affect users who use the default `config.h`, as this option was
5already off by default.
6
7If you were using a weak cipher, please switch to any of the modern,
8recommended ciphersuites (based on AES-GCM, AES-CCM or ChachaPoly for example)
9and if your peer doesn't support any, encourage them to upgrade their software.
10
11If you were using a ciphersuite without encryption, you just have to
12enable MBEDTLS_CIPHER_NULL_CIPHER now.