Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dtls.h268 EXTERN char *SSLEngine; variable
H A Dreadcf.c4592 if (SSLEngine != NULL)
4593 sm_free(SSLEngine);
4594 SSLEngine = newval;
4601 if (strcmp(SSLEngine, "chil") == 0)
H A Dtls.c481 if (!TLS_set_engine(SSLEngine, true))
486 SSLEngine);
H A Dsrvrsmtp.c2318 if (!TLS_set_engine(SSLEngine, false))
2322 SSLEngine);
H A Ddeliver.c7510 if (!TLS_set_engine(SSLEngine, false))
7514 SSLEngine);
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf520 #O SSLEngine
521 # Path to dynamic library for SSLEngine
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4672 _OPTION(SSLEngine, `confSSL_ENGINE', `')
673 # Path to dynamic library for SSLEngine
/freebsd/contrib/sendmail/cf/
H A DREADME4418 confSSL_ENGINE SSLEngine [undefined] Name of SSLEngine.
4420 for SSLEngine.
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES311 New options SSLEngine and SSLEnginePath to support OpenSSL engines.
372 for SSLEngine and SSLEnginePath, respectively.