openssl/ciphers

This commit is contained in:
Marc Beninca 2019-08-12 22:32:26 +02:00
parent 12a81d4327
commit 679f2d5e0d
1 changed files with 3 additions and 2 deletions

View File

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