]> git.ipfire.org Git - thirdparty/openssl.git/commit
Document the state of the object you get from SSL_accept_connection()
authorMatt Caswell <matt@openssl.org>
Mon, 7 Apr 2025 09:12:55 +0000 (10:12 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 14 Apr 2025 07:52:18 +0000 (08:52 +0100)
commit6d8e516e0877e3bc363002b79877bce558ffbd4b
treeb3d7712b75c837527e785a585e6a631a8985ceea
parent38bf6f3036d1baddbe4618a219aaf17d460091d9
Document the state of the object you get from SSL_accept_connection()

The object may or may not have completed its handshake.

See also:
https://github.com/openssl/openssl/pull/27239#issuecomment-2772148408

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)
doc/man3/SSL_new_listener.pod