]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:45:15 +0000 (10:45 +0200)
commit5cb2a8fcc91b7b9bfffc70695df1bef29b495a60
treef1363903dcef8fd1b3be2e2375d038b05e2ddab6
parent168e49b5ab9e110c2cf618d025418d480f5166d6
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)

(cherry picked from commit c8dddc61d49f84d1667de97e9548f07ccc92dddf)
test/sslapitest.c