openssl/ciphers

This commit is contained in:
Marc Beninca 2019-08-12 22:44:35 +02:00
parent 915310e4b6
commit ed21d56ed0

View file

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