Lines Matching refs:flag
641 const char *ssl_cmd_SSLFIPS(cmd_parms *cmd, void *dcfg, int flag)
653 if ((sc->fips != UNSET) && (sc->fips != (BOOL)(flag ? TRUE : FALSE)))
655 sc->fips = flag ? TRUE : FALSE;
657 if (flag)
711 const char *ssl_cmd_SSLCompression(cmd_parms *cmd, void *dcfg, int flag)
721 if (flag) {
732 sc->compression = flag ? TRUE : FALSE;
739 const char *ssl_cmd_SSLHonorCipherOrder(cmd_parms *cmd, void *dcfg, int flag)
743 sc->cipher_server_pref = flag?TRUE:FALSE;
750 const char *ssl_cmd_SSLSessionTickets(cmd_parms *cmd, void *dcfg, int flag)
757 sc->session_tickets = flag ? TRUE : FALSE;
761 const char *ssl_cmd_SSLInsecureRenegotiation(cmd_parms *cmd, void *dcfg, int flag)
765 sc->insecure_reneg = flag?TRUE:FALSE;
1375 const char *ssl_cmd_SSLProxyEngine(cmd_parms *cmd, void *dcfg, int flag)
1379 sc->proxy_enabled = flag ? TRUE : FALSE;
1571 const char *ssl_cmd_SSLOCSPEnable(cmd_parms *cmd, void *dcfg, int flag)
1575 sc->server->ocsp_enabled = flag ? TRUE : FALSE;
1578 if (flag) {
1587 const char *ssl_cmd_SSLOCSPOverrideResponder(cmd_parms *cmd, void *dcfg, int flag)
1591 sc->server->ocsp_force_default = flag ? TRUE : FALSE;
1635 const char *ssl_cmd_SSLOCSPUseRequestNonce(cmd_parms *cmd, void *dcfg, int flag)
1639 sc->server->ocsp_use_request_nonce = flag ? TRUE : FALSE;
1644 const char *ssl_cmd_SSLProxyCheckPeerExpire(cmd_parms *cmd, void *dcfg, int flag)
1648 sc->proxy_ssl_check_peer_expire = flag ? SSL_ENABLED_TRUE : SSL_ENABLED_FALSE;
1653 const char *ssl_cmd_SSLProxyCheckPeerCN(cmd_parms *cmd, void *dcfg, int flag)
1657 sc->proxy_ssl_check_peer_cn = flag ? SSL_ENABLED_TRUE : SSL_ENABLED_FALSE;
1662 const char *ssl_cmd_SSLProxyCheckPeerName(cmd_parms *cmd, void *dcfg, int flag)
1666 sc->proxy_ssl_check_peer_name = flag ? SSL_ENABLED_TRUE : SSL_ENABLED_FALSE;
1671 const char *ssl_cmd_SSLStrictSNIVHostCheck(cmd_parms *cmd, void *dcfg, int flag)
1676 sc->strict_sni_vhost_check = flag ? SSL_ENABLED_TRUE : SSL_ENABLED_FALSE;
1743 const char *ssl_cmd_SSLUseStapling(cmd_parms *cmd, void *dcfg, int flag)
1746 sc->server->stapling_enabled = flag ? TRUE : FALSE;
1795 void *dcfg, int flag)
1798 sc->server->stapling_return_errors = flag ? TRUE : FALSE;
1803 void *dcfg, int flag)
1806 sc->server->stapling_fake_trylater = flag ? TRUE : FALSE;