Changes with Apache 2.4.10
+ *) mod_ssl: add workaround for SSLCertificateFile when using OpenSSL
+ versions before 0.9.8h and not specifying an SSLCertificateChainFile
+ (regression introduced with 2.4.8). PR 56410. [Kaspar Brand]
+
*) mod_ssl: bring SNI behavior into better conformance with RFC 6066:
no longer send warning-level unrecognized_name(112) alerts,
and limit startup warnings to cases where an OpenSSL version
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_ssl: workaround for SSLCertificateFile in 2.4.8 or later,
- when used with OpenSSL prior to 0.9.8h and not specifying
- an SSLCertificateChainFile (PR 56410)
- trunk patch: https://svn.apache.org/r1588427
- 2.4.x patch: trunk patch works (modulo CHANGES)
- +1: kbrand, ylavic, jim
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
i++) {
key_id = apr_psprintf(ptemp, "%s:%d", vhost_id, i);
+ ERR_clear_error();
+
/* first the certificate (public key) */
if (mctx->cert_chain) {
if ((SSL_CTX_use_certificate_file(mctx->ssl_ctx, certfile,