Merge pull request #4587 from TRodziewicz/remove_3DES_ciphersuites

Remove 3DES ciphersuites
This commit is contained in:
Manuel Pégourié-Gonnard 2021-06-02 11:01:42 +02:00 committed by GitHub
commit 1b3b27cbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 195 deletions

View file

@ -0,0 +1,10 @@
Remove 3DES ciphersuites
--
This change does not affect users using default settings for 3DES in `config.h`
because the 3DES ciphersuites were disabled by that.
3DES has weaknesses/limitations and there are better alternatives, and more and
more standard bodies are recommending against its use in TLS.
The migration path here is to chose from the recomended in literature alternatives.