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