Add a test for the session_secret_cb
authorMatt Caswell <matt@openssl.org>
Mon, 29 Apr 2024 15:58:24 +0000 (16:58 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 May 2024 08:44:14 +0000 (10:44 +0200)
commitc8dddc61d49f84d1667de97e9548f07ccc92dddf
tree78556a3dfe19839dc5be26ebc9cce16f64dece06
parent327261c076b8468382e1effea14d79446cc22b4d
Add a test for the session_secret_cb

Ensure that if a session_secret_cb is being used that a connection can
be successfully made

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24309)
test/sslapitest.c