]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Do not send out a TLS 1.3 session ticket if caching disabled
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 2 May 2022 14:31:28 +0000 (17:31 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 2 May 2022 15:07:50 +0000 (18:07 +0300)
commitdecac7cd1e50e0e85ee1416ddafcab33655f9a23
treec7c19bc738ad0e8628c83f689deef602aac37232
parent05406f7ae8a7dca2d51385a6d20641827e0967dd
OpenSSL: Do not send out a TLS 1.3 session ticket if caching disabled

Do not provide TLS 1.3 session tickets if session caching is disabled.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/crypto/tls_openssl.c