summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-08-03 15:42:13 +1000
committerPauli <pauli@openssl.org>2021-08-05 15:44:00 +1000
commit5961aedaa5513523cf45380164e9c9864ef46e8a (patch)
tree7277c8ad65e8a65cbf4b77af4323906e783dff51 /doc/man7
parente18ceda105bca9108efd9e597e116a1a3de8ffb3 (diff)
doc: add TLS 1.3 KDF to the FIPS provider list of algorithms.
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)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/OSSL_PROVIDER-FIPS.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod
index 04aaa454df..f13e963a94 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<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>)