X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=providers%2Fdefltprov.c;h=f2fe98fc7f4f04315c4e9476957bf7f4e6ae6fc6;hb=05d2f72e79cdb1736681726dcd9a325491acf002;hp=5b6d6a677e3bb2eeee8b0c0ca32127038dc5d98f;hpb=ac2d58c72b4dc4a8c74eef893000306bf78a30fd;p=openssl.git diff --git a/providers/defltprov.c b/providers/defltprov.c index 5b6d6a677e..f2fe98fc7f 100644 --- a/providers/defltprov.c +++ b/providers/defltprov.c @@ -339,7 +339,8 @@ static const OSSL_ALGORITHM deflt_keyexch[] = { { "X25519", "provider=default", x25519_keyexch_functions }, { "X448", "provider=default", x448_keyexch_functions }, #endif - { "TLS1-PRF", "provider=default", kdf_keyexch_functions }, + { "TLS1-PRF", "provider=default", kdf_tls1_prf_keyexch_functions }, + { "HKDF", "provider=default", kdf_hkdf_keyexch_functions }, { NULL, NULL, NULL } }; @@ -386,6 +387,7 @@ static const OSSL_ALGORITHM deflt_keymgmt[] = { { "ED448", "provider=default", ed448_keymgmt_functions }, #endif { "TLS1-PRF", "provider=default", kdf_keymgmt_functions }, + { "HKDF", "provider=default", kdf_keymgmt_functions }, { NULL, NULL, NULL } };