Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c41 static SSL *srv_ssl = NULL; /* per connection context */ variable
46 # define TLS_VERIFY_CLIENT() tls_set_verify(srv_ctx, srv_ssl, \
2345 SM_SSL_FREE(srv_ssl); \
2349 if (srv_ssl != NULL)
2350 SSL_clear(srv_ssl);
2351 else if ((srv_ssl = SSL_new(srv_ctx)) == NULL)
2361 if (get_tls_se_features(e, srv_ssl, &tlsi_ctx, true)
2368 r = SSL_set_ex_data(srv_ssl, TLSsslidx, &tlsi_ctx);
2395 SSL_set_rfd(srv_ssl, rfd) <= 0 ||
2396 SSL_set_wfd(srv_ssl, wfd) <= 0)
[all …]