summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_ct_sct.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert malloc(3) into ap_mallocGiovanni Bechis2020-02-181-1/+1
| | | | | | | bz 64049 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874156 13f79535-47bb-0310-9956-ffa450edef68
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-301-2/+2
| | | | | | | | | | | | | | | LibreSSL defines OPENSSL_VERSION_NUMBER = 2.0, but is not compatible with all of the latest OpenSSL 1.1 API. Address this by defining MODSSL_USE_OPENSSL_PRE_1_1_API which is true for anything but OpenSSL >= 1.1 (for now). Proposed by: Bernard Spil <brnrd freebsd.org> Reviewed by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1803396 13f79535-47bb-0310-9956-ffa450edef68
* Don't check for presence of ap_log_cdata/ap_log_dataJeff Trawick2016-03-191-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735809 13f79535-47bb-0310-9956-ffa450edef68
* EVP_MD_CTX_new() and EVP_MD_CTX_free()Rainer Jung2016-02-071-0/+8
| | | | | | | | | | | Only exist in OpenSSL 1.1.0. They were renamed from EVP_MD_CTX_create() and EVP_MD_CTX_destroy(). Followup to r1728979. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729037 13f79535-47bb-0310-9956-ffa450edef68
* Support for OpenSSL 1.1.0:Rainer Jung2016-02-071-3/+3
| | | | | | | | - followup to r1728909 (incomplete switch from struct to struct pointer). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728979 13f79535-47bb-0310-9956-ffa450edef68
* Support for OpenSSL 1.1.0:Rainer Jung2016-02-071-3/+3
| | | | | | | | | | | - mod_ssl Look out for "XXX: OpenSSL 1.1.0:" for a few open problems. Not tested with test suite yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728909 13f79535-47bb-0310-9956-ffa450edef68
* Silence compiler warning:Rainer Jung2016-01-191-2/+4
| | | | | | | 'orig_mem' may be used uninitialized in this function git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725479 13f79535-47bb-0310-9956-ffa450edef68
* Reformat.Rainer Jung2016-01-191-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725478 13f79535-47bb-0310-9956-ffa450edef68
* Added many log numbers to log statements thatRainer Jung2016-01-191-2/+2
| | | | | | | | | | | had none. Handled all files in modules/. I used the coccinelle script provided by Stefan. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725392 13f79535-47bb-0310-9956-ffa450edef68
* Add message numbers to mod_ssl_ct messages with severity > debug.Jeff Trawick2014-07-201-13/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612122 13f79535-47bb-0310-9956-ffa450edef68
* Add module mod_ssl_ct, which provides an implementation of CertificateJeff Trawick2014-04-211-0/+300
Transparency (RFC 6962) for httpd. mod_ssl_ct requires OpenSSL 1.0.2 (in beta) and must be explicitly enabled via configure. Note that support/ctauditscts is purposefully not installed; it does not properly function due to a dependency on a certificate-transparency open source project tool which itself is not sufficiently complete at this time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588987 13f79535-47bb-0310-9956-ffa450edef68