Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dtls.h231 EXTERN char *SSLEngine; variable
Dreadcf.c4441 if (SSLEngine != NULL)
4442 sm_free(SSLEngine);
4443 SSLEngine = newval;
4450 if (strcmp(SSLEngine, "chil") == 0)
Dtls.c448 if (!TLS_set_engine(SSLEngine, true))
453 SSLEngine);
Dsrvrsmtp.c2213 if (!TLS_set_engine(SSLEngine, false))
2217 SSLEngine);
Ddeliver.c6688 if (!TLS_set_engine(SSLEngine, false))
6692 SSLEngine);
/freebsd-12-stable/contrib/sendmail/cf/cf/
Dsubmit.cf518 #O SSLEngine
519 # Path to dynamic library for SSLEngine
/freebsd-12-stable/contrib/sendmail/cf/m4/
Dproto.m4670 _OPTION(SSLEngine, `confSSL_ENGINE', `')
671 # Path to dynamic library for SSLEngine
/freebsd-12-stable/contrib/sendmail/cf/
DREADME4406 confSSL_ENGINE SSLEngine [undefined] Name of SSLEngine.
4408 for SSLEngine.
/freebsd-12-stable/contrib/sendmail/
DRELEASE_NOTES136 New options SSLEngine and SSLEnginePath to support OpenSSL engines.
197 for SSLEngine and SSLEnginePath, respectively.