]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix SSL_accept()
authorMatt Caswell <matt@openssl.org>
Mon, 7 Apr 2025 08:58:30 +0000 (09:58 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 14 Apr 2025 07:52:18 +0000 (08:52 +0100)
commit38bf6f3036d1baddbe4618a219aaf17d460091d9
tree0e50690ec6782a34692acf198fddb06e3e2b09f0
parent8d2e4d6d8c927f05948e048fcbf62982feaf11b4
Fix SSL_accept()

If you have a QUIC server SSL connection object, you should be able to
call SSL_accept() on it.

Fixes #27282

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27283)
ssl/quic/quic_method.c