TRodziewicz | 3670e38 | 2021-05-31 12:11:53 +0200 | [diff] [blame] | 1 | Remove 3DES ciphersuites |
2 | -- | ||||
3 | |||||
4 | This change does not affect users using default settings for 3DES in `config.h` | ||||
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. |