Skip to content

Commit bdfba79

Browse files
Andres Amaya Garciampg
authored andcommitted
Fix documentation for 3DES removal
1 parent 2dadab7 commit bdfba79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/mbedtls/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
* to enable (some of) them with mbedtls_ssl_conf_ciphersuites() by including
697697
* them explicitly.
698698
*
699-
* A man-in-the browser attacker can recover authentication tokens sent through
699+
* A man-in-the-browser attacker can recover authentication tokens sent through
700700
* a TLS connection using a 3DES based cipher suite (see "On the Practical
701701
* (In-)Security of 64-bit Block Ciphers" by Karthikeyan Bhargavan and Gaëtan
702702
* Leurent, see https://sweet32.info/SWEET32_CCS16.pdf). If this attack falls

tests/compat.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ FILTER=""
6262
# avoid plain DES but keep 3DES-EDE-CBC (mbedTLS), DES-CBC3 (OpenSSL)
6363
# - ARIA: not in default config.h + requires OpenSSL >= 1.1.1
6464
# - ChachaPoly: requires OpenSSL >= 1.1.0
65+
# - 3DES: not in default config
6566
EXCLUDE='NULL\|DES-CBC-\|RC4\|3DES\|ARCFOUR\|ARIA\|CHACHA20-POLY1305'
6667
VERBOSE=""
6768
MEMCHECK=0

0 commit comments

Comments
 (0)