TRodziewicz | 3670e38 | 2021-05-31 12:11:53 +0200 | [diff] [blame] | 1 | Remove 3DES ciphersuites |
| 2 | -- |
| 3 | |
Bence Szépkúti | bb0cfeb | 2021-05-28 09:42:25 +0200 | [diff] [blame] | 4 | This change does not affect users using default settings for 3DES in `mbedtls_config.h` |
TRodziewicz | 3670e38 | 2021-05-31 12:11:53 +0200 | [diff] [blame] | 5 | because the 3DES ciphersuites were disabled by that. |
| 6 | |
| 7 | 3DES has weaknesses/limitations and there are better alternatives, and more and |
| 8 | more standard bodies are recommending against its use in TLS. |
| 9 | |
| 10 | The migration path here is to chose from the recomended in literature alternatives. |