summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_util_stapling.c
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-191-1/+1
* release memory if neededGiovanni Bechis2022-02-241-1/+3
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-2/+1
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-9/+10
* *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...Stefan Eissing2021-04-131-18/+52
* mod_ssl: destroy temporary pool on stapling_renew_response() failure.Yann Ylavic2020-05-101-0/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* mod_{ssl,md}: init_stapling_status hooks should return an int.Yann Ylavic2020-04-151-1/+1
* mod_ssl: Fix memory leak in stapling code. PR63687.Yann Ylavic2020-04-151-11/+17
* * modules/ssl/ssl_private.h: Define X509_up_ref and EVP_PKEY_up_refJoe Orton2020-03-261-4/+0
* * modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't sendRuediger Pluem2020-03-181-2/+2
* * modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't stopRuediger Pluem2020-03-181-7/+1
* mod_ssl: simpler "goto" logic for stapling_renew_response().Yann Ylavic2020-02-271-13/+8
* mod_ssl: Fix memory leak of OCSP stapling response.Yann Ylavic2020-02-271-7/+13
* Revert r1874574: wrong patch.Yann Ylavic2020-02-271-18/+10
* mod_ssl: Fix memory leak of OCSP stapling response.Yann Ylavic2020-02-271-10/+18
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* update aplogno in recent hook changesStefan Eissing2019-07-171-1/+1
* * moving the openssl related new hooks into mod_ssl_openssl.hStefan Eissing2019-07-091-5/+5
* *) mod_ssl/mod_md: Stefan Eissing2019-07-011-19/+74
* Revert r1798456Ruediger Pluem2017-06-121-1/+0
* * Only report success, if had real one.Ruediger Pluem2017-06-121-2/+2
* * Do not cache OCSP_RESPONSE_STATUS_TRYLATER.Ruediger Pluem2017-06-121-0/+1
* * Mark OCSP_RESPONSE_STATUS_TRYLATER as error responseRuediger Pluem2017-06-121-0/+1
* Silence compiler warning:Rainer Jung2016-12-191-1/+1
* Support for OpenSSL 1.1.0:Rainer Jung2016-04-231-5/+6
* Support OpenSSL 1.1.0.Rainer Jung2016-02-141-4/+0
* Fix compiler warning when using OpenSSL 1.1.0.Rainer Jung2016-02-091-4/+0
* Support for OpenSSL 1.1.0:Rainer Jung2016-02-071-0/+14
* Added many log numbers to log statements thatRainer Jung2016-01-191-3/+3
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* insert missing LOGNO in ssl_util_stapling.cKaspar Brand2015-11-081-1/+1
* For the "SSLStaplingReturnResponderErrors off" case, make sure to onlyKaspar Brand2015-11-011-19/+52
* OCSP stapling: slight simplification to some internal interfaces,Jeff Trawick2015-05-191-16/+16
* Follow-up to r1679032:Jeff Trawick2015-05-131-7/+6
* mod_ssl OCSP Stapling: Don't block initial handshakes while refreshingJeff Trawick2015-05-121-69/+175
* follow up to r1641077: Jeff Trawick2014-11-221-3/+4
* mod_ssl: Fix recognition of OCSP stapling responses that are encodedJeff Trawick2014-11-221-3/+3
* Follow up to r1629372 and r1629485: ensure compatibily with OpenSSL < 1.0 (sk...Yann Ylavic2014-10-051-5/+0
* Follow up to r1629372: ensure compatibily with OpenSSL < 1.0 (sk_OPENSSL_STRI...Yann Ylavic2014-10-051-0/+5
* Move OCSP stapling information from a per-certificate storeKaspar Brand2014-10-041-55/+77
* ssl_stapling_init_cert: do not return success when no responder URI is foundKaspar Brand2014-04-211-3/+11
* Address a todo listed inKaspar Brand2013-11-231-4/+6
* TypoChristophe Jaillet2013-03-101-1/+1
* Pass the server_rec to ssl_die() and use it to log a message to the main errorStefan Fritsch2012-06-101-2/+2
* Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1Kaspar Brand2011-12-241-2/+9
* Add some more log message tagsStefan Fritsch2011-12-041-4/+4
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-35/+35
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-6/+6
* Use correct type, need OPENSSL_STRING for >= 1.0 which doesn't exist on 0.9.8Stephen Henson2010-11-301-2/+2