summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_vars.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* return early if ASN1_STRING_new failsGiovanni Bechis2022-02-241-0/+4
* check BIO_new(3) return valuesGiovanni Bechis2022-02-011-0/+5
* mod_ssl: Fix -Werror=unused-value in ssl_var_lookup_ssl_cert_data().Yann Ylavic2021-12-151-1/+1
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-3/+3
* * mod_log_config/mod_ssl: moved the log_handlers registered by mod_sslStefan Eissing2021-05-181-72/+3
* mod_ssl: Add base64-encoded DER certificate variables as alternativeJoe Orton2021-03-191-17/+43
* Fix a few warnings on 64 bits windows compilationChristophe Jaillet2020-09-011-1/+2
* mod_ssl: Update the ssl_var_lookup() API:Joe Orton2020-05-071-107/+68
* Prior to r1877345 mc->pPool was the process pool (s->process->pool).Joe Orton2020-05-041-2/+3
* mod_ssl: Factor out code to read a BIO into a palloc'ed string:Joe Orton2020-05-021-32/+9
* * modules/ssl/ssl_engine_vars.c (ssl_get_tls_cb): Fix leak of X509Joe Orton2020-03-251-0/+5
* * modules/loggers/mod_logio.c (logio_pre_config): Remove pointlessJoe Orton2018-02-021-1/+1
* Add optional _RAW suffix to SSL_*_DN_xx attribute names, allowingJoe Orton2017-10-121-7/+15
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-301-2/+2
* On the trunk:Stefan Eissing2017-03-191-14/+16
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert): Use constJoe Orton2016-11-141-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Support for OpenSSL 1.1.0:Rainer Jung2016-03-201-1/+1
* Support OpenSSL 1.1.0.Rainer Jung2016-02-141-22/+0
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-2/+1
* Restore line deleted in error in r1728909.Rainer Jung2016-02-071-0/+1
* Support for OpenSSL 1.1.0:Rainer Jung2016-02-071-1/+33
* using c->master for ssl var lookups when c holds no valid SSLConnRec. Fixes P...Stefan Eissing2015-12-041-10/+16
* mod_ssl: check request-server for TLS settings compatible to handshake server...Stefan Eissing2015-10-221-14/+15
* mod_ssl: Extend expression parser registrationRainer Jung2015-10-061-0/+17
* Add support for extracting the msUPN and dnsSRV formsKaspar Brand2015-08-021-8/+30
* mod_ssl namespacing: Rename SSL_SESSION_id2sz() to modssl_SSL_SESSION_id2sz().Stefan Sperling2015-05-051-2/+2
* mod_ssl namespacing: SSL_X509_getSAN -> modssl_X509_getSANStefan Sperling2015-05-011-5/+5
* 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: Rename ssl_util_ssl.h macros from SSL_foo to MODSSL_foo.Stefan Sperling2015-04-181-3/+3
* mod_ssl: Add the SSL_CLIENT_CERT_RFC4523_CEA variable, which providesGraham Leggett2015-02-211-0/+35
* Add support for extracting subjectAltName entries of typeKaspar Brand2015-01-071-0/+74
* * Return NULL instead of an empty string as ssl_var_lookup_ssl does by defaul...Ruediger Pluem2014-12-151-1/+1
* * Check if we are having an SSL connection before looking up SSL relatedRuediger Pluem2014-10-101-1/+3
* Add API to support TLS channel bindings with mod_ssl.Joe Orton2014-08-271-0/+70
* Do not use deprecated define.Christophe Jaillet2014-07-191-1/+1
* Increase minimum required OpenSSL version to 0.9.8a (in preparationKaspar Brand2013-09-291-4/+4
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-1/+1
* Add support for TLS-SRP (Secure Remote Password key exchangeStefan Fritsch2012-06-081-0/+12
* Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1Kaspar Brand2011-12-241-5/+17
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-2/+2
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-1/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-2/+2
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-8/+8
* Properly fill in the SSL_{CLIENT,SERVER}_V_{START,END} andKaspar Brand2011-09-141-14/+23
* ssl_var_lookup_ssl_cert_dn_oneline(): properly deal with empty DNs Kaspar Brand2011-09-071-4/+6
* Remove the ssl_toolkit_compat layer, which is no longer neededKaspar Brand2011-08-071-8/+8