summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_util_ssl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Factor out code to read a BIO into a palloc'ed string:Joe Orton2020-05-021-0/+5
* * modules/ssl/ssl_util_ssl.c (modssl_read_privatekey): Remove unusedJoe Orton2018-05-041-1/+5
* * modules/ssl/ssl_util_ssl.c, modules/ssl/ssl_util_ssl.h:Joe Orton2018-05-041-1/+0
* Add optional _RAW suffix to SSL_*_DN_xx attribute names, allowingJoe Orton2017-10-121-1/+2
* branch for integrating mod_md into trunkStefan Eissing2017-08-041-0/+1
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-301-1/+1
* Support for OpenSSL 1.1.0:Rainer Jung2016-03-201-1/+1
* Support for OpenSSL 1.1.0:Rainer Jung2016-02-071-0/+4
* Add support for extracting the msUPN and dnsSRV formsKaspar Brand2015-08-021-1/+1
* 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-1/+0
* mod_ssl namespacing: Move modssl_X509_INFO_load_file() into ssl_engine_init.cStefan Sperling2015-05-051-1/+0
* mod_ssl namespacing: Merge SSL_X509_INFO_load_path() into its only callerStefan Sperling2015-05-051-1/+0
* mod_ssl namespacing: SSL_X509_INFO_load_file -> modssl_X509_INFO_load_fileStefan Sperling2015-05-011-1/+1
* mod_ssl namespacing: SSL_X509_match_name -> modssl_X509_match_nameStefan Sperling2015-05-011-1/+1
* mod_ssl namespacing: Make SSL_X509_getIDs a static function inside theStefan Sperling2015-05-011-1/+0
* mod_ssl namespacing: SSL_X509_getSAN -> modssl_X509_getSANStefan Sperling2015-05-011-1/+1
* 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-1/+1
* mod_ssl namespacing: Make SSL_ASN1_STRING_to_utf8 a static function insideStefan Sperling2015-05-011-1/+0
* 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-3/+3
* mod_ssl namespacing: Rename ssl_util_ssl.h macros from SSL_foo to MODSSL_foo.Stefan Sperling2015-04-181-7/+7
* Add support for extracting subjectAltName entries of typeKaspar Brand2015-01-071-0/+2
* Remove the hardcoded algorithm-type dependency for the SSLCertificateFileKaspar Brand2013-12-281-2/+1
* SGC became dead in January 2000, effectivelyKaspar Brand2013-12-011-1/+0
* mod_ssl: add support for subjectAltName-based host name checking in proxy modeKaspar Brand2012-12-261-0/+1
* fix signedness issue with SSL_X509_NAME_to_string()'s maxlen argumentKaspar Brand2012-01-081-1/+1
* Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1Kaspar Brand2011-12-241-1/+0
* In ssl_check_public_cert(), also take dNSNames in the subjectAltNameKaspar Brand2011-09-281-1/+1
* 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/+1
* Modify SSLProxyMachineCertificateChainFile to use X509 instead of X509_INFO a...Daniel Ruggeri2011-09-141-1/+0
* Revamp CRL checking for client and remote servers:Kaspar Brand2011-09-041-2/+0
* Add SSLProxyMachineCertificateChainFile directive and documentation for bug 5...Daniel Ruggeri2011-08-231-0/+1
* Remove the ssl_toolkit_compat layer, which is no longer neededKaspar Brand2011-08-071-8/+3
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-19/+1
* Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variablesStefan Fritsch2011-01-021-0/+1
* *) adds compile-time/run time SSL-C version supportWilliam A. Rowe Jr2007-03-211-0/+13
* 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
* Doxygen fixup / cleanupIan Holsman2005-08-291-13/+22
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+20
* update license to 2004.André Malo2004-01-011-1/+1
* Introduce a number of SSLC hints to mod_ssl, including the followingWilliam A. Rowe Jr2003-04-031-3/+3