]> 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>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit38cb9ca1ad2869900acde4427e04cbe00c2e2c01
tree11f7af773e1538581e3b7f9f00abefa2bcddb54f
parent0f71ebec26a4dc41c249a7d7ade1a8bfe43497fc
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