summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_util.c
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-191-1/+1
* * modules/ssl/ssl_util.c (ssl_asn1_table_set): Remove unused function.Joe Orton2020-05-041-18/+0
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* mod_ssl: Add support for loading TLS certificates through the PKCS#11Joe Orton2018-05-081-1/+1
* Simplify the ssl_asn1_table API, remove abstraction (it is used onlyJoe Orton2018-05-041-24/+16
* mod_ssl: Add support for loading private keys from ENGINEs. SupportJoe Orton2018-05-031-0/+10
* * modules/ssl/ssl_util.c (modssl_request_is_tls): AdjustJoe Orton2018-04-161-2/+2
* Factor out logic to determine if request is using SSL/TLS and use itJoe Orton2018-04-161-0/+17
* * modules/ssl/ssl_util.c (ssl_util_vhostid): Simplify code,Joe Orton2018-04-111-9/+3
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-291-4/+3
* ssl_util.c: add APLOGNOstrunk-openssl-threadidJacob Champion2017-04-191-4/+4
* ssl_util.c: log which threadid callback is in useJacob Champion2017-04-191-1/+11
* PR60947: try to warn affected users...Jacob Champion2017-04-181-0/+10
* PR60947: avoid CRYPTO_THREADID_set_callback() if possibleJacob Champion2017-04-181-22/+45
* ssl_util.c: add a couple explanatory commentsJacob Champion2017-04-181-0/+5
* ssl_util.c: pull up duplicated code in ssl_util_thr_id()Jacob Champion2017-04-181-23/+18
* mod_ssl: work around leaks on (graceful) restart.Yann Ylavic2017-01-311-11/+23
* Clarify some z/OS mysteries via code comments.Rainer Jung2016-08-121-2/+2
* Support for OpenSSL 1.1.0:Rainer Jung2016-03-201-1/+3
* first stab at a better SNI vs. request name matching, by accounting for serve...Stefan Eissing2015-08-281-0/+46
* Remove the hardcoded algorithm-type dependency for the SSLCertificateFileKaspar Brand2013-12-281-78/+1
* Remove SSLPKCS7CertificateFile support:Kaspar Brand2013-11-231-50/+0
* Address a todo listed inKaspar Brand2013-11-231-6/+5
* Increase minimum required OpenSSL version to 0.9.8a (in preparationKaspar Brand2013-09-291-3/+3
* Avoid use of deprecated functions for OpenSSL version >= 1.0Stephen Henson2012-12-131-0/+32
* Remove some checking for out-of-mem conditions that cannot be hitStefan Fritsch2012-07-151-17/+3
* Pass the server_rec to ssl_die() and use it to log a message to the main errorStefan Fritsch2012-06-101-3/+3
* Various fixes for log message tags:Stefan Fritsch2011-12-071-1/+1
* Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.xStefan Fritsch2011-12-071-1/+1
* Add some more log message tagsStefan Fritsch2011-12-041-14/+14
* Add another AP_DEBUG_ASSERT to document some assumptions in the code,Stefan Fritsch2011-10-081-0/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-15/+15
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-191-2/+2
* Remove the ssl_toolkit_compat layer, which is no longer neededKaspar Brand2011-08-071-1/+1
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-21/+0
* Consistently use loglevel emerg before ssl_die()Stefan Fritsch2010-10-241-3/+3
* Fix some modules to make them compile with per-module loglevels.Stefan Fritsch2010-06-061-10/+10
* Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow toStefan Fritsch2010-06-031-1/+1
* Free surrounding PKCS7 structure to avoid a leak.Stephen Henson2010-04-011-0/+4
* enable support for ECC keys and ECDH ciphers. Tested againstSander Temme2009-11-101-0/+14
* Move struct definition out of the header file since it is only used in this s...Sander Temme2008-08-211-0/+8
* Implement dynamic mutex callbacks for the benefit of OpenSSL.Sander Temme2008-08-211-0/+114
* * Style police / style nitpicking. No functional changes.Ruediger Pluem2006-07-231-2/+2
* Layout and compiler warning.Ben Laurie2006-07-231-16/+18
* Add PKCS#7 support.Ben Laurie2006-07-231-0/+44
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-14/+14
* Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof())Martin Kraemer2005-09-201-1/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2