Searched refs:SSL_ENABLED_FALSE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dmod_ssl.c410 if (sc->enabled == SSL_ENABLED_FALSE) {
490 if (sc->enabled == SSL_ENABLED_FALSE || sc->enabled == SSL_ENABLED_OPTIONAL) {
501 if (sc->enabled == SSL_ENABLED_FALSE || sc->enabled == SSL_ENABLED_OPTIONAL) {
H A Dssl_engine_config.c205 sc->enabled = SSL_ENABLED_FALSE;
617 sc->enabled = SSL_ENABLED_FALSE;
1613 sc->proxy_ssl_check_peer_expire = flag ? SSL_ENABLED_TRUE : SSL_ENABLED_FALSE;
1622 sc->proxy_ssl_check_peer_cn = flag ? SSL_ENABLED_TRUE : SSL_ENABLED_FALSE;
1631 sc->proxy_ssl_check_peer_name = flag ? SSL_ENABLED_TRUE : SSL_ENABLED_FALSE;
1641 sc->strict_sni_vhost_check = flag ? SSL_ENABLED_TRUE : SSL_ENABLED_FALSE;
H A Dssl_engine_io.c1108 if (sc->proxy_ssl_check_peer_expire != SSL_ENABLED_FALSE) {
1119 if ((sc->proxy_ssl_check_peer_name != SSL_ENABLED_FALSE) &&
1131 else if ((sc->proxy_ssl_check_peer_cn != SSL_ENABLED_FALSE) &&
H A Dssl_private.h346 SSL_ENABLED_FALSE = 0, enumerator in enum:__anon6087
H A Dssl_engine_init.c128 sc->enabled = SSL_ENABLED_FALSE;
1431 if ((sc->enabled == SSL_ENABLED_FALSE) && (s->port == DEFAULT_HTTPS_PORT)) {
H A Dssl_engine_kernel.c339 if (sc->enabled == SSL_ENABLED_FALSE || !ssl) {

Completed in 188 milliseconds