| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_ssl: Factor out code to read a BIO into a palloc'ed string: | Joe Orton | 2020-05-02 | 1 | -0/+5 |
* | * modules/ssl/ssl_util_ssl.c (modssl_read_privatekey): Remove unused | Joe Orton | 2018-05-04 | 1 | -1/+5 |
* | * modules/ssl/ssl_util_ssl.c, modules/ssl/ssl_util_ssl.h: | Joe Orton | 2018-05-04 | 1 | -1/+0 |
* | Add optional _RAW suffix to SSL_*_DN_xx attribute names, allowing | Joe Orton | 2017-10-12 | 1 | -1/+2 |
* | branch for integrating mod_md into trunk | Stefan Eissing | 2017-08-04 | 1 | -0/+1 |
* | mod_ssl, ab: compatibility with LibreSSL. PR 61184. | Yann Ylavic | 2017-07-30 | 1 | -1/+1 |
* | Support for OpenSSL 1.1.0: | Rainer Jung | 2016-03-20 | 1 | -1/+1 |
* | Support for OpenSSL 1.1.0: | Rainer Jung | 2016-02-07 | 1 | -0/+4 |
* | Add support for extracting the msUPN and dnsSRV forms | Kaspar Brand | 2015-08-02 | 1 | -1/+1 |
* | mod_ssl namespacing: Rename SSL_SESSION_id2sz() to modssl_SSL_SESSION_id2sz(). | Stefan Sperling | 2015-05-05 | 1 | -2/+2 |
* | mod_ssl namespacing: Move SSL_CTX_use_certificate_chain() into ssl_engine_init.c | Stefan Sperling | 2015-05-05 | 1 | -1/+0 |
* | mod_ssl namespacing: Move modssl_X509_INFO_load_file() into ssl_engine_init.c | Stefan Sperling | 2015-05-05 | 1 | -1/+0 |
* | mod_ssl namespacing: Merge SSL_X509_INFO_load_path() into its only caller | Stefan Sperling | 2015-05-05 | 1 | -1/+0 |
* | mod_ssl namespacing: SSL_X509_INFO_load_file -> modssl_X509_INFO_load_file | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | mod_ssl namespacing: SSL_X509_match_name -> modssl_X509_match_name | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | mod_ssl namespacing: Make SSL_X509_getIDs a static function inside the | Stefan Sperling | 2015-05-01 | 1 | -1/+0 |
* | mod_ssl namespacing: SSL_X509_getSAN -> modssl_X509_getSAN | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | mod_ssl namespacing: SSL_X509_NAME_to_string -> modssl_X509_NAME_to_string | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | mod_ssl namespacing: Rename SSL_X509_NAME_ENTRY_to_string to | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | mod_ssl namespacing: Make SSL_ASN1_STRING_to_utf8 a static function inside | Stefan Sperling | 2015-05-01 | 1 | -1/+0 |
* | mod_ssl namespacing: SSL_X509_getBC -> modssl_X509_getBC | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | mod_ssl namespacing: SSL_smart_shutdown -> modssl_smart_shutdown | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | mod_ssl namespacing: SSL_read_PrivateKey -> modssl_read_privatekey | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | mod_ssl namespacing: Rename SSL_init_app_data2_idx, SSL_get_app_data2, | Stefan Sperling | 2015-05-01 | 1 | -3/+3 |
* | mod_ssl namespacing: Rename ssl_util_ssl.h macros from SSL_foo to MODSSL_foo. | Stefan Sperling | 2015-04-18 | 1 | -7/+7 |
* | Add support for extracting subjectAltName entries of type | Kaspar Brand | 2015-01-07 | 1 | -0/+2 |
* | Remove the hardcoded algorithm-type dependency for the SSLCertificateFile | Kaspar Brand | 2013-12-28 | 1 | -2/+1 |
* | SGC became dead in January 2000, effectively | Kaspar Brand | 2013-12-01 | 1 | -1/+0 |
* | mod_ssl: add support for subjectAltName-based host name checking in proxy mode | Kaspar Brand | 2012-12-26 | 1 | -0/+1 |
* | fix signedness issue with SSL_X509_NAME_to_string()'s maxlen argument | Kaspar Brand | 2012-01-08 | 1 | -1/+1 |
* | Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1 | Kaspar Brand | 2011-12-24 | 1 | -1/+0 |
* | In ssl_check_public_cert(), also take dNSNames in the subjectAltName | Kaspar Brand | 2011-09-28 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror(). | Kaspar Brand | 2011-09-19 | 1 | -0/+1 |
* | Modify SSLProxyMachineCertificateChainFile to use X509 instead of X509_INFO a... | Daniel Ruggeri | 2011-09-14 | 1 | -1/+0 |
* | Revamp CRL checking for client and remote servers: | Kaspar Brand | 2011-09-04 | 1 | -2/+0 |
* | Add SSLProxyMachineCertificateChainFile directive and documentation for bug 5... | Daniel Ruggeri | 2011-08-23 | 1 | -0/+1 |
* | Remove the ssl_toolkit_compat layer, which is no longer needed | Kaspar Brand | 2011-08-07 | 1 | -8/+3 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -19/+1 |
* | Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables | Stefan Fritsch | 2011-01-02 | 1 | -0/+1 |
* | *) adds compile-time/run time SSL-C version support | William A. Rowe Jr | 2007-03-21 | 1 | -0/+13 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -13/+22 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -54/+20 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Introduce a number of SSLC hints to mod_ssl, including the following | William A. Rowe Jr | 2003-04-03 | 1 | -3/+3 |