logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: b221ce1121dd76b5a3d3fa446ce653d6337c945f
parent da412405ec147cba84721d3da4c7d95f6c8ce8d8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  7 May 2017 02:52:25 +0200

notes/ciphers.txt: LibreSSL 2.5.4

Diffstat:

Anotes/ciphers.txt10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/notes/ciphers.txt b/notes/ciphers.txt @@ -0,0 +1,10 @@ +$ openssl version ; openssl ciphers 'EECDH+CHACHA20:EECDH+AESGCM' | tr : '\n' +LibreSSL 2.5.4 +ECDHE-ECDSA-CHACHA20-POLY1305 +ECDHE-RSA-CHACHA20-POLY1305 +ECDHE-ECDSA-CHACHA20-POLY1305-OLD +ECDHE-RSA-CHACHA20-POLY1305-OLD +ECDHE-RSA-AES256-GCM-SHA384 +ECDHE-ECDSA-AES256-GCM-SHA384 +ECDHE-RSA-AES128-GCM-SHA256 +ECDHE-ECDSA-AES128-GCM-SHA256