summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_util_ssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: follow up to r1877397: fix SSL_OP_NO_RENEGOT*I*ATION typo.Yann Ylavic2020-05-151-3/+3
* mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) toJoe Orton2020-05-051-0/+16
* mod_ssl: Factor out code to read a BIO into a palloc'ed string:Joe Orton2020-05-021-10/+17
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* * modules/ssl/ssl_util_ssl.c (modssl_read_privatekey): Remove unusedJoe Orton2018-05-041-7/+2
* * modules/ssl/ssl_util_ssl.c, modules/ssl/ssl_util_ssl.h:Joe Orton2018-05-041-27/+0
* Add optional _RAW suffix to SSL_*_DN_xx attribute names, allowingJoe Orton2017-10-121-8/+14
* branch for integrating mod_md into trunkStefan Eissing2017-08-041-0/+27
* Support for OpenSSL 1.1.0:Rainer Jung2016-03-201-1/+1
* Add support for extracting the msUPN and dnsSRV formsKaspar Brand2015-08-021-28/+67
* mod_ssl namespacing: Rename SSL_SESSION_id2sz() to modssl_SSL_SESSION_id2sz().Stefan Sperling2015-05-051-2/+2
* mod_ssl namespacing: Move SSL_CTX_use_certificate_chain() into ssl_engine_init.cStefan Sperling2015-05-051-65/+0
* mod_ssl namespacing: Move modssl_X509_INFO_load_file() into ssl_engine_init.cStefan Sperling2015-05-051-30/+0
* mod_ssl namespacing: Merge SSL_X509_INFO_load_path() into its only callerStefan Sperling2015-05-051-37/+0
* mod_ssl: Rename static convert_asn1_to_utf8 function to asn1_string_to_utf8.Stefan Sperling2015-05-021-3/+3
* mod_ssl namespacing: SSL_X509_INFO_load_file -> modssl_X509_INFO_load_fileStefan Sperling2015-05-011-4/+4
* mod_ssl namespacing: SSL_X509_match_name -> modssl_X509_match_nameStefan Sperling2015-05-011-3/+3
* mod_ssl namespacing: Make SSL_X509_getIDs a static function inside theStefan Sperling2015-05-011-2/+2
* mod_ssl namespacing: SSL_X509_getSAN -> modssl_X509_getSANStefan Sperling2015-05-011-3/+3
* mod_ssl namespacing: SSL_X509_NAME_to_string -> modssl_X509_NAME_to_stringStefan Sperling2015-05-011-1/+1
* mod_ssl namespacing: Rename SSL_X509_NAME_ENTRY_to_string toStefan Sperling2015-05-011-2/+2
* mod_ssl namespacing: Make SSL_ASN1_STRING_to_utf8 a static function insideStefan Sperling2015-05-011-3/+3
* mod_ssl namespacing: SSL_X509_getBC -> modssl_X509_getBCStefan Sperling2015-05-011-1/+1
* mod_ssl namespacing: SSL_smart_shutdown -> modssl_smart_shutdownStefan Sperling2015-05-011-1/+1
* mod_ssl namespacing: SSL_read_PrivateKey -> modssl_read_privatekeyStefan Sperling2015-05-011-1/+1
* mod_ssl namespacing: Rename SSL_init_app_data2_idx, SSL_get_app_data2,Stefan Sperling2015-05-011-9/+9
* ssl_util: Fix possible crash (free => OPENSSL_free) and error path leaks whenYann Ylavic2015-03-121-3/+8
* Add support for extracting subjectAltName entries of typeKaspar Brand2015-01-071-34/+77
* mod_ssl: SSL_smart_shutdown(): follow up to r1601184.Yann Ylavic2014-06-091-1/+4
* mod_ssl: Ensure that the SSL close notify alert is flushed to the client.Yann Ylavic2014-06-081-1/+11
* Remove the hardcoded algorithm-type dependency for the SSLCertificateFileKaspar Brand2013-12-281-43/+2
* SGC became dead in January 2000, effectivelyKaspar Brand2013-12-011-23/+0
* Improve ephemeral key handling (companion to r1526168):Kaspar Brand2013-09-291-0/+32
* SSL_SESSION_id2sz is only used for logging, having it in lowercase shouldn't ...Christophe Jaillet2013-03-011-2/+0
* According top my testing 'SSL_SESSION_id2sz' is 4x faster with the use 'ap_bi...Christophe Jaillet2013-01-061-8/+11
* Fix warning about discarding 'const' qualifier from pointerStefan Fritsch2012-12-291-2/+2
* mod_ssl: add support for subjectAltName-based host name checking in proxy modeKaspar Brand2012-12-261-0/+76
* properly free the GENERAL_NAMEs, as pointed out in PR 32652Kaspar Brand2012-02-281-1/+1
* fix signedness issue with SSL_X509_NAME_to_string()'s maxlen argumentKaspar Brand2012-01-081-3/+3
* Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1Kaspar Brand2011-12-241-45/+6
* In ssl_check_public_cert(), also take dNSNames in the subjectAltNameKaspar Brand2011-09-281-16/+45
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror().Kaspar Brand2011-09-191-0/+32
* Modify SSLProxyMachineCertificateChainFile to use X509 instead of X509_INFO a...Daniel Ruggeri2011-09-141-40/+0
* Revamp CRL checking for client and remote servers:Kaspar Brand2011-09-041-49/+0
* * Style fixes. No functional change.Ruediger Pluem2011-08-241-3/+4
* Add SSLProxyMachineCertificateChainFile directive and documentation for bug 5...Daniel Ruggeri2011-08-231-0/+39
* Enforce OpenSSL 0.9.7 as a minimum requirement in configure, andKaspar Brand2011-08-071-18/+0
* Remove the ssl_toolkit_compat layer, which is no longer neededKaspar Brand2011-08-071-37/+14
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-18/+0