https://bz.apache.org/bugzilla/show_bug.cgi?id=70205

            Bug ID: 70205
           Summary: compat macros for
                    X509_get0_notBefore/notAfter/serialNumber missing for
                    httpd-2.4.68
           Product: Apache httpd-2
           Version: 2.4.68
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When compiling httpd-2.4.68 on Linux, AIX and Solaris using openssl 1.0.2,
there are unresolved references in mod_ssl.so due to compat macros for
X509_get0_notBefore/notAfter/serialNumber missing from the file
httpd-2.4.68/modules/ssl/ssl_private.h. These should be added to this file
similarly to how it was done here in the trunk branch:


https://github.com/apache/httpd/commit/5ed77190440e943163acac0b58c5cf309717e2b9 

Since these macro's are not defined the following symbols are unresolved in the
resulting mod_ssl.so module when compiling httpd-2.4.68 with openssl 1.0.2
which prevents it from loading at runtime. 

X509_get0_notBefore
X509_get0_notAfter
X509_get0_serialNumber

Could these please be added to the httpd-2.4.x branch please? Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to