From 96f8287aede955b32f232361220b9935de3c0d1e Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Thu, 10 Oct 2019 17:27:05 +0200 Subject: [PATCH] update also README --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 6f6ffabe..77d23b61 100644 --- a/README +++ b/README @@ -7,18 +7,19 @@ operations but is not dependant upon them. Functionality implemented include: - all above mentioned protocols, including support for client certificates (RFC 6101, RFC 2246, RFC 4346, RFC 5246, RFC 8446 - not complete) + - RSA, RSA-PSS and ECDSA certificates - RC4, 3DES-CBC, AES-CBC, AES-GCM and ChaCha20 ciphers (RFC 5246, RFC 6347, RFC 4492, RFC 5288, RFC 5289, RFC 7539, RFC 7905) - MD5, SHA1, SHA256 and SHA384 HMACs as well as AEAD mode of operation with GCM or Poly1305 authenticator - - RSA, DHE_RSA and ECDHE_RSA key exchange + - RSA, DHE_RSA, ECDHE_RSA, ECDHE_ECDSA key exchange - full set of signature hashes (md5, sha1, sha224, sha256, sha384, sha512, rsa_pss_rsae_sha256, rsa_pss_rsae_sha384 and rsa_pss_rsae_sha512) for ServerKeyExchange and CertfificateVerify - secp256r1, secp384r1, secp521r1, secp256k1, secp224r1 and secp192r1 curves - for ECDHE_RSA key exchange (support for last two depends on the version - of ecdsa library used) - - x25519 and x448 curves for ECDHE_RSA key exchage (RFC 7748. RFC 4492bis) + for ECDHE key exchange (support for last two depends on the version of ecdsa + library used) + - x25519 and x448 curves for ECDHE key exchage (RFC 7748. RFC 4492bis) - anonymous DHE key exchange - anonymous ECDH key exchange - PSK and PSK-DH key exchange in TLS 1.3