From 679f2d5e0d59382fa44ce2d2e7f554ab807351cf Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 12 Aug 2019 22:32:26 +0200 Subject: [PATCH] openssl/ciphers --- in/public/security/openssl/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/in/public/security/openssl/index.rst b/in/public/security/openssl/index.rst index 1c4ebe1..d3aef75 100644 --- a/in/public/security/openssl/index.rst +++ b/in/public/security/openssl/index.rst @@ -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 ====================