From: Pauli Date: Tue, 3 Aug 2021 05:42:13 +0000 (+1000) Subject: doc: add TLS 1.3 KDF to the FIPS provider list of algorithms. X-Git-Tag: openssl-3.0.0~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5961aedaa5513523cf45380164e9c9864ef46e8a;p=thirdparty%2Fopenssl.git doc: add TLS 1.3 KDF to the FIPS provider list of algorithms. Fix link to TLS1 PRF. Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/16203) --- diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index 04aaa454df1..f13e963a94e 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -86,13 +86,15 @@ The OpenSSL FIPS provider supports these operations and algorithms: =item HKDF, see L +=item TLS13-KDF, see L + =item SSKDF, see L =item PBKDF2, see L =item SSHKDF, see L -=item TLS1-PRF, see L +=item TLS1-PRF, see L =item KBKDF, see L @@ -299,6 +301,10 @@ Key agreement tests used with the "KAT_KA" type. =item "HKDF" (B) +=item "TLS13_KDF_EXTRACT" (B) + +=item "TLS13_KDF_EXPAND" (B) + =item "SSKDF" (B) =item "X963KDF" (B)