]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: add TLS 1.3 KDF to the FIPS provider list of algorithms.
authorPauli <pauli@openssl.org>
Tue, 3 Aug 2021 05:42:13 +0000 (15:42 +1000)
committerPauli <pauli@openssl.org>
Thu, 5 Aug 2021 05:44:00 +0000 (15:44 +1000)
Fix link to TLS1 PRF.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16203)

doc/man7/OSSL_PROVIDER-FIPS.pod

index 04aaa454df1f8bc644f5b4fa32c6499a5c09f536..f13e963a94e961343fb5ae7ce1475bf98db1bbd4 100644 (file)
@@ -86,13 +86,15 @@ The OpenSSL FIPS provider supports these operations and algorithms:
 
 =item HKDF, see L<EVP_KDF-HKDF(7)>
 
+=item TLS13-KDF, see L<EVP_KDF-TLS13_KDF(7)>
+
 =item SSKDF, see L<EVP_KDF-SSKDF(7)>
 
 =item PBKDF2, see L<EVP_KDF-PBKDF2(7)>
 
 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
 
-=item TLS1-PRF, see L<EVP_KDF-TLS1-PRF(7)>
+=item TLS1-PRF, see L<EVP_KDF-TLS1_PRF(7)>
 
 =item KBKDF, see L<EVP_KDF-KBKDF(7)>
 
@@ -299,6 +301,10 @@ Key agreement tests used with the "KAT_KA" type.
 
 =item "HKDF" (B<OSSL_SELF_TEST_DESC_KDF_HKDF>)
 
+=item "TLS13_KDF_EXTRACT" (B<OSSL_SELF_TEST_DESC_KDF_TLS13_EXTRACT>)
+
+=item "TLS13_KDF_EXPAND" (B<OSSL_SELF_TEST_DESC_KDF_TLS13_EXPAND>)
+
 =item "SSKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSKDF>)
 
 =item "X963KDF" (B<OSSL_SELF_TEST_DESC_KDF_X963KDF>)