Loading STATUS +0 −5 Original line number Diff line number Diff line Loading @@ -114,11 +114,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_ssl: Don't enable CRL checks/flags by default. (follow up/fix to r1748338 committed in 2.4.21) trunk patch: http://svn.apache.org/r1748368 2.4.x: trunk works +1: ylavic, icing, minfrin PATCHES PROPOSED TO BACKPORT FROM TRUNK: Loading modules/ssl/ssl_engine_init.c +6 −1 Original line number Diff line number Diff line Loading @@ -787,7 +787,12 @@ static apr_status_t ssl_init_ctx_crl(server_rec *s, X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx); unsigned long crlflags = 0; char *cfgp = mctx->pkp ? "SSLProxy" : "SSL"; int crl_check_mode = mctx->crl_check_mask & ~SSL_CRLCHECK_FLAGS; int crl_check_mode; if (mctx->crl_check_mask == UNSET) { mctx->crl_check_mask = SSL_CRLCHECK_NONE; } crl_check_mode = mctx->crl_check_mask & ~SSL_CRLCHECK_FLAGS; /* * Configure Certificate Revocation List (CRL) Details Loading Loading
STATUS +0 −5 Original line number Diff line number Diff line Loading @@ -114,11 +114,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) mod_ssl: Don't enable CRL checks/flags by default. (follow up/fix to r1748338 committed in 2.4.21) trunk patch: http://svn.apache.org/r1748368 2.4.x: trunk works +1: ylavic, icing, minfrin PATCHES PROPOSED TO BACKPORT FROM TRUNK: Loading
modules/ssl/ssl_engine_init.c +6 −1 Original line number Diff line number Diff line Loading @@ -787,7 +787,12 @@ static apr_status_t ssl_init_ctx_crl(server_rec *s, X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx); unsigned long crlflags = 0; char *cfgp = mctx->pkp ? "SSLProxy" : "SSL"; int crl_check_mode = mctx->crl_check_mask & ~SSL_CRLCHECK_FLAGS; int crl_check_mode; if (mctx->crl_check_mask == UNSET) { mctx->crl_check_mask = SSL_CRLCHECK_NONE; } crl_check_mode = mctx->crl_check_mask & ~SSL_CRLCHECK_FLAGS; /* * Configure Certificate Revocation List (CRL) Details Loading