23253286 SSLCertificateChainFile fails to load valid pem blob in apache on s12_98 s11u3-sru
authorPetr Sumbera <petr.sumbera@oracle.com>
Tue, 23 Aug 2016 06:32:39 -0700
branchs11u3-sru
changeset 6723 ec9e4505813f
parent 6722 f675056be479
child 6724 256d982fb18a
23253286 SSLCertificateChainFile fails to load valid pem blob in apache on s12_98
components/apache24/patches/bug59615.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/apache24/patches/bug59615.patch	Tue Aug 23 06:32:39 2016 -0700
@@ -0,0 +1,15 @@
+Patch origin: in-house
+Patch status: submitted to community
+
+https://bz.apache.org/bugzilla/show_bug.cgi?id=59615
+
+--- modules/ssl/mod_ssl.c
++++ modules/ssl/mod_ssl.c
+@@ -353,6 +353,7 @@
+     OPENSSL_load_builtin_modules();
+ 
+     if (OBJ_txt2nid("id-on-dnsSRV") == NID_undef) {
++        ERR_clear_error();
+         (void)OBJ_create("1.3.6.1.5.5.7.8.7", "id-on-dnsSRV",
+                          "SRVName otherName form");
+     }