]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for the new_session_cb from a QUIC object
authorMatt Caswell <matt@openssl.org>
Tue, 5 Nov 2024 10:00:56 +0000 (10:00 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Nov 2024 16:34:29 +0000 (17:34 +0100)
commit315ecbdff4e4fc17b94f85ce429b6d4b990b23e5
treef52f4b6fb39332635127167d503094ced57e1da0
parente595f6cd323e0b8e9f9980abd89c4df6012af911
Add a test for the new_session_cb from a QUIC object

Setting a new_session_cb should work for a QUIC object just as it does
with a normal TLS object.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25931)
test/quicapitest.c