master
ech: check memory failure in vpm allocation in store final check
quic: report SRTM entry match status via an output argument
ssl: Remove shadowed variable in write retry path
test: add regression test for SSL_poll() abort_blocking handling
statem: fix missing SSLfatal in TLSv1.3 ticket construction
make sure BIO_set_ssl() transfers ownership of ssl only on success; document this
ECH CLI implementation
ssl/d1_lib.c: remove g_probable_mtu array
4.0-POST-CLANG-FORMAT-WEBKIT
Removes some stale SSLv3 support around the code and updated documentation to reflect removal.
Remove support for SSLv3
SSL_CTX_set_tlsext_servername_callback.pod: improve doc of SSL_set_tlsext_host_name(); update format
Copyright year updates
SSL_OP_SECOP is dead code
Make sure we always check return of CRYPTO_UP_REF which can fail.
Make ssl includes self-contained
Remove remaining atoi()/atol() calls
test: add Windows RIO notifier smoke test
Fix TLS 1.3 PSKs with SSL_VERIFY_PEER and no sid_ctx.
ssl: Fix ssl_do_config to clean up errors on success with ERR_set_mark
crypto, ssl: fix printf formats according to param types
Deprecate unit-test configure option and SSL_test_functions
Precompute some helper objects in each SSL_CTX
Reject TLS 1.3 early data when PSK ciphersuite differs
Add TLS 1.3 SignatureScheme definitions for SLH-DSA
Change !BN_copy() to BN_copy() == NULL