Home
last modified time | relevance | path

Searched refs:TLS_SSL_OP_PROTOMASK (Results 1 – 3 of 3) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls.h393 #define TLS_SSL_OP_PROTOMASK(m) \ macro
406 (SSL_OP_CIPHER_SERVER_PREFERENCE | TLS_SSL_OP_PROTOMASK(~0))
H A Dtls_client.c974 SSL_set_options(TLScontext->con, TLS_SSL_OP_PROTOMASK(protomask)); in tls_client_start()
H A Dtls_server.c575 SSL_CTX_set_options(server_ctx, TLS_SSL_OP_PROTOMASK(protomask)); in tls_server_init()