From ed21d56ed0889acec0cf099f3ea23d0e25fe5946 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 12 Aug 2019 22:44:35 +0200 Subject: [PATCH] openssl/ciphers --- in/public/security/openssl/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/in/public/security/openssl/index.rst b/in/public/security/openssl/index.rst index d3aef75..64774d1 100644 --- a/in/public/security/openssl/index.rst +++ b/in/public/security/openssl/index.rst @@ -10,9 +10,8 @@ List secure ciphers openssl ciphers ALL \ | sed "s/:/\n/g" \ | grep "\(TLS\|ECDHE\)" \ - | grep "\(CHACHA20\|256\)" \ | grep "\(POLY1305\|GCM\)" \ - | grep --invert-match "\(DSA\|PSK\)" + | grep --invert-match "\(DSA\|PSK\|128\)" Select cipher suites ====================