openssl/ciphers/suites
This commit is contained in:
parent
b8de8fa3fd
commit
dc2f74aecd
1 changed files with 12 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
OpenSSL
|
||||
#######
|
||||
|
||||
Select secure ciphers
|
||||
=====================
|
||||
List secure ciphers
|
||||
===================
|
||||
|
||||
.. code:: shell
|
||||
|
||||
|
@ -13,6 +13,16 @@ Select secure ciphers
|
|||
| grep --invert-match "\(DSA\|PSK\)" \
|
||||
| grep "\(POLY1305\|GCM\)"
|
||||
|
||||
Select cipher suites
|
||||
====================
|
||||
|
||||
* /etc/ssl/openssl.cnf
|
||||
|
||||
::
|
||||
|
||||
[system_default_sect]
|
||||
CipherSuites = TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256
|
||||
|
||||
List curves
|
||||
===========
|
||||
|
||||
|
|
Loading…
Reference in a new issue