openssl/ciphers
This commit is contained in:
parent
915310e4b6
commit
ed21d56ed0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
====================
|
||||
|
|
Loading…
Reference in a new issue