diff --git a/in/public/security/openssl/index.rst b/in/public/security/openssl/index.rst index 1c4ebe1..d3aef75 100644 --- a/in/public/security/openssl/index.rst +++ b/in/public/security/openssl/index.rst @@ -10,8 +10,9 @@ List secure ciphers openssl ciphers ALL \ | sed "s/:/\n/g" \ | grep "\(TLS\|ECDHE\)" \ - | grep --invert-match "\(DSA\|PSK\)" \ - | grep "\(POLY1305\|GCM\)" + | grep "\(CHACHA20\|256\)" \ + | grep "\(POLY1305\|GCM\)" \ + | grep --invert-match "\(DSA\|PSK\)" Select cipher suites ====================