mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
SSL_CTX_is_server() was added.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> MergeDate: Fri Jan 16 13:19:25 2026 (Merged from https://github.com/openssl/openssl/pull/29635)
This commit is contained in:
@@ -1831,6 +1831,7 @@ int SSL_is_dtls(const SSL *s);
|
||||
int SSL_is_tls(const SSL *s);
|
||||
int SSL_is_quic(const SSL *s);
|
||||
int SSL_CTX_is_quic(const SSL_CTX *c);
|
||||
int SSL_CTX_is_server(const SSL_CTX *c);
|
||||
|
||||
__owur int SSL_set_session_id_context(SSL *ssl, const unsigned char *sid_ctx,
|
||||
unsigned int sid_ctx_len);
|
||||
|
||||
Reference in New Issue
Block a user