summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-08-03 11:22:49 +1000
committerPauli <pauli@openssl.org>2021-08-05 15:44:00 +1000
commitbf7c901160f0f49644326c62cae4344a1e5c5064 (patch)
tree3f9c1a17b84872dcea62ac7d1f4a5e2219f2a546 /include
parent5961aedaa5513523cf45380164e9c9864ef46e8a (diff)
fips: add power up test for TLS 1.3 KDF
The power up known answer test for the TLS 1.3 KDF does just the first step to derive the "client_early_traffic_secret" using the two modes of the KDF. 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 'include')
-rw-r--r--include/openssl/self_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/self_test.h b/include/openssl/self_test.h
index b970d1b949..564fc95088 100644
--- a/include/openssl/self_test.h
+++ b/include/openssl/self_test.h
@@ -68,6 +68,8 @@ extern "C" {
# define OSSL_SELF_TEST_DESC_KDF_SSHKDF "SSHKDF"
# define OSSL_SELF_TEST_DESC_KDF_TLS12_PRF "TLS12_PRF"
# define OSSL_SELF_TEST_DESC_KDF_KBKDF "KBKDF"
+# define OSSL_SELF_TEST_DESC_KDF_TLS13_EXTRACT "TLS13_KDF_EXTRACT"
+# define OSSL_SELF_TEST_DESC_KDF_TLS13_EXPAND "TLS13_KDF_EXPAND"
# define OSSL_SELF_TEST_DESC_RNG "RNG"
# ifdef __cplusplus