]> git.ipfire.org Git - thirdparty/openssl.git/commit
Call key_check_passed in set_ctx_params
authorpohsingwu <pohsingwu@synology.com>
Tue, 30 Jul 2024 09:12:55 +0000 (17:12 +0800)
committerslontis <shane.lontis@oracle.com>
Thu, 1 Aug 2024 06:47:12 +0000 (16:47 +1000)
commit81bb88481d972ffe56c2432fdf41d7644e9d7b90
tree007784b4fb919fb32b2695026fb8b85847f317c9
parentba977226cf97724bd4f591a10ff6d4149e35b5e2
Call key_check_passed in set_ctx_params

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/23900)
12 files changed:
providers/implementations/kdfs/hkdf.c
providers/implementations/kdfs/sshkdf.c
providers/implementations/kdfs/sskdf.c
providers/implementations/kdfs/tls1_prf.c
test/recipes/30-test_evp_data/evpkdf_hkdf.txt
test/recipes/30-test_evp_data/evpkdf_ss.txt
test/recipes/30-test_evp_data/evpkdf_ssh.txt
test/recipes/30-test_evp_data/evpkdf_tls12_prf.txt
test/recipes/30-test_evp_data/evpkdf_tls13_kdf.txt
test/recipes/30-test_evp_data/evpkdf_x963.txt
test/recipes/30-test_evp_data/evppkey_kdf_hkdf.txt
test/recipes/30-test_evp_data/evppkey_kdf_tls1_prf.txt