Create the SSL object for QUIC-TLS
authorMatt Caswell <matt@openssl.org>
Tue, 8 Nov 2022 16:20:08 +0000 (16:20 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 24 Jan 2023 17:16:29 +0000 (17:16 +0000)
commita7f41885b368c7fb63e52aadaa0a5b5bd239b876
tree864a42c8091a387cf991b9c8d803d23064ff0b46
parent342e3652c791bdb06e08abcc169b4456c83ccd00
Create the SSL object for QUIC-TLS

The "user" SSL object which represents the QUIC connection should have an
"inner" SSL object to represent the TLS connection.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19748)
ssl/quic/quic_impl.c
ssl/ssl_conf.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/ssl_sess.c
ssl/statem/statem_lib.c