From a47d331ac92728e741f87acca1de8faff4aa9a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Dimitrov?= Date: Fri, 28 Jun 2019 13:17:53 +0200 Subject: ssl: Update standards compliance --- lib/ssl/doc/src/standards_compliance.xml | 42 +++++++++++++++++--------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/standards_compliance.xml b/lib/ssl/doc/src/standards_compliance.xml index 3a472d4776..9df48b99d3 100644 --- a/lib/ssl/doc/src/standards_compliance.xml +++ b/lib/ssl/doc/src/standards_compliance.xml @@ -135,8 +135,10 @@ Groups: all standard groups supported for the Diffie-Hellman key exchange Ciphers: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256 and TLS_AES_128_CCM_SHA256 - Signature Algorithms: RSA and RSA PSS - Certificates: currently only certificates with RSA keys are supported + Signature Algorithms: rsa_pkcs1_sha256, rsa_pkcs1_sha384, rsa_pkcs1_sha512, + ecdsa_secp256r1_sha256, ecdsa_secp384r1_sha384, ecdsa_secp521r1_sha512, rsa_pss_rsae_sha256, + rsa_pss_rsae_sha384, rsa_pss_rsae_sha512, rsa_pkcs1_sha1 and ecdsa_sha1 + Certificates: RSA (it MUST use the rsaEncryption OID) and ECDSA keys

Other notable features:

@@ -727,20 +729,20 @@ ecdsa_secp256r1_sha256 - NC - + C + 22.1 ecdsa_secp384r1_sha384 - NC - + C + 22.1 ecdsa_secp521r1_sha512 - NC - + C + 22.1 @@ -830,20 +832,20 @@ ecdsa_secp256r1_sha256 - NC - + C + 22.1 ecdsa_secp384r1_sha384 - NC - + C + 22.1 ecdsa_secp521r1_sha512 - NC - + C + 22.1 @@ -1956,8 +1958,8 @@ - PC - 22 + C + 22.1 @@ -1981,8 +1983,8 @@ Digital signatures - PC - 22 + C + 22.1 @@ -1999,8 +2001,8 @@ MUST support ecdsa_secp256r1_sha256 - NC - + C + 22.1 -- cgit v1.2.3