]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add allocation of token cache on server contexts when needed
authorNeil Horman <nhorman@openssl.org>
Thu, 16 Jan 2025 13:27:48 +0000 (08:27 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 14:12:04 +0000 (09:12 -0500)
commit8c52cb96571e372735b5f1c606e5df223804948c
tree39c709190adc87604e8ab7a9de13edb11a60ec08
parentec01b6d10d558384c264daba20fb7489082f7f2e
Add allocation of token cache on server contexts when needed

the SSL_new_from_listener api creates a client SSL from a server
SSL_CTX context.  Normally server contexts need no token cache, but once
we start using it as a client, that changes.  Allocate one here when
needed

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26517)
ssl/quic/quic_impl.c
ssl/quic/quic_rx_depack.c