Searched refs:SSL_CONF_cmd (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dsslv2conftest.c111 * as expected after various SSL_CONF_cmd("Protocol", ...) calls.
126 if (SSL_CONF_cmd(confctx, "Protocol", "ALL") != 2
138 if (SSL_CONF_cmd(confctx, "Protocol", "SSLv2") != 2
150 if (SSL_CONF_cmd(confctx, "Protocol", "-SSLv2") != 2
171 if (SSL_CONF_cmd(confctx, "Protocol", "ALL") != 2
183 if (SSL_CONF_cmd(confctx, "Protocol", "SSLv2") != 2
195 if (SSL_CONF_cmd(confctx, "Protocol", "-SSLv2") != 2
H A Dssl_conf.c519 int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value) function
577 rv = SSL_CONF_cmd(cctx, arg, argn);
H A Dssl.h2571 int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value);
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_cb.c1578 if (SSL_CONF_cmd(cctx, param, value) <= 0) {
1591 if (SSL_CONF_cmd(cctx, "-named_curve", "P-256") <= 0) {
1599 if (SSL_CONF_cmd(cctx, "-cipher", "PSK") <= 0) {
/freebsd-11-stable/secure/lib/libssl/
H A DMakefile.man9 MAN+= SSL_CONF_cmd.3

Completed in 68 milliseconds