mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-08 19:29:56 +00:00
Update comment and default exclude
- comments about (3)DES were inconsistent (one saying "keep 3DES" and the other "exclude it") - we don't have any DES or 3DES ciphersuite anyway, so no need to exclude them or comment about it - while at it, fix comment about ARIA: it's in the default config now Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
+2
-4
@@ -73,11 +73,9 @@ TYPES="ECDSA RSA PSK"
|
||||
FILTER=""
|
||||
# exclude:
|
||||
# - NULL: excluded from our default config
|
||||
# avoid plain DES but keep 3DES-EDE-CBC (mbedTLS), DES-CBC3 (OpenSSL)
|
||||
# - ARIA: not in default mbedtls_config.h + requires OpenSSL >= 1.1.1
|
||||
# - ARIA: requires OpenSSL >= 1.1.1
|
||||
# - ChachaPoly: requires OpenSSL >= 1.1.0
|
||||
# - 3DES: not in default config
|
||||
EXCLUDE='NULL\|DES\|ARIA\|CHACHA20-POLY1305'
|
||||
EXCLUDE='NULL\|ARIA\|CHACHA20-POLY1305'
|
||||
VERBOSE=""
|
||||
MEMCHECK=0
|
||||
PEERS="OpenSSL$PEER_GNUTLS mbedTLS"
|
||||
|
||||
Reference in New Issue
Block a user