]> 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:54 +0000 (11:24 +0100)
commit948c776ba7abf314de0f5d91bcfcdf4cc217d59d
treea338379f1ec540199e36494b32dd52830acba66a
parent3e9790a2556ee67dffa5f1aeb102caa4e0364982
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)

(cherry picked from commit 2ebae654d5baf1c3781d1228ce0fd9d28e02d08b)
test/sslapitest.c