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 \
|
openssl ciphers ALL \
|
||||||
| sed "s/:/\n/g" \
|
| sed "s/:/\n/g" \
|
||||||
| grep "\(TLS\|ECDHE\)" \
|
| grep "\(TLS\|ECDHE\)" \
|
||||||
| grep "\(CHACHA20\|256\)" \
|
|
||||||
| grep "\(POLY1305\|GCM\)" \
|
| grep "\(POLY1305\|GCM\)" \
|
||||||
| grep --invert-match "\(DSA\|PSK\)"
|
| grep --invert-match "\(DSA\|PSK\|128\)"
|
||||||
|
|
||||||
Select cipher suites
|
Select cipher suites
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Reference in a new issue