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 ====================