mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
38b051a1fe
Make the SSL object polymorphic based on whether this is a traditional SSL connection, QUIC connection, or later to be implemented a QUIC stream. It requires adding if after every SSL_CONNECTION_FROM_SSL() call which itself has to be added to almost every public SSL_ API call. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18612) |
||
---|---|---|
.. | ||
build.info | ||
quic_impl.c | ||
quic_local.h | ||
quic_method.c |