]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for calling SSL_get_app_data() from QUIC TLS callbacks
authorMatt Caswell <matt@openssl.org>
Tue, 18 Mar 2025 11:36:01 +0000 (11:36 +0000)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Mar 2025 10:24:26 +0000 (11:24 +0100)
commit2ebae654d5baf1c3781d1228ce0fd9d28e02d08b
tree7774ecabd4d394c71dc13a29dd53861c460e54ec
parentc658a60aae5b3ac5a22cc11ad59d687bafcc6fbf
Add a test for calling SSL_get_app_data() from QUIC TLS callbacks

Check that we get the expected app data when using the QUIC TLS callbacks.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27091)
test/sslapitest.c