diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 01:23:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 01:23:30 (EDT) |
commit | 2cea5f45605b120948e3ba4240e5a787ca294280 (patch) | |
tree | 7aefb6d44524f913fdc9de87e9e65923971263a1 | |
parent | e207bd0a6b5cfd34fe794d077775ce4330b5fc2e (diff) |
tests/badssl.sh: Deprecate AES-CBC
-rwxr-xr-x | tests/badssl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh index d476fe1..f828f3d 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -85,7 +85,7 @@ do_test '' 'not' 'http' 80 # Cipher Suite -do_test '' ' ' 'cbc' 443 +do_test '' 'not' 'cbc' 443 do_test '' 'not' 'rc4-md5' 443 do_test '' 'not' 'rc4' 443 do_test '' 'not' '3des' 443 |