index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
/
ssl_engine_vars.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
return early if ASN1_STRING_new fails
Giovanni Bechis
2022-02-24
1
-0
/
+4
*
check BIO_new(3) return values
Giovanni Bechis
2022-02-01
1
-0
/
+5
*
mod_ssl: Fix -Werror=unused-value in ssl_var_lookup_ssl_cert_data().
Yann Ylavic
2021-12-15
1
-1
/
+1
*
*) core/mod_proxy/mod_ssl:
Stefan Eissing
2021-06-08
1
-3
/
+3
*
* mod_log_config/mod_ssl: moved the log_handlers registered by mod_ssl
Stefan Eissing
2021-05-18
1
-72
/
+3
*
mod_ssl: Add base64-encoded DER certificate variables as alternative
Joe Orton
2021-03-19
1
-17
/
+43
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-09-01
1
-1
/
+2
*
mod_ssl: Update the ssl_var_lookup() API:
Joe Orton
2020-05-07
1
-107
/
+68
*
Prior to r1877345 mc->pPool was the process pool (s->process->pool).
Joe Orton
2020-05-04
1
-2
/
+3
*
mod_ssl: Factor out code to read a BIO into a palloc'ed string:
Joe Orton
2020-05-02
1
-32
/
+9
*
* modules/ssl/ssl_engine_vars.c (ssl_get_tls_cb): Fix leak of X509
Joe Orton
2020-03-25
1
-0
/
+5
*
* modules/loggers/mod_logio.c (logio_pre_config): Remove pointless
Joe Orton
2018-02-02
1
-1
/
+1
*
Add optional _RAW suffix to SSL_*_DN_xx attribute names, allowing
Joe Orton
2017-10-12
1
-7
/
+15
*
mod_ssl, ab: compatibility with LibreSSL. PR 61184.
Yann Ylavic
2017-07-30
1
-2
/
+2
*
On the trunk:
Stefan Eissing
2017-03-19
1
-14
/
+16
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert): Use const
Joe Orton
2016-11-14
1
-1
/
+1
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
Support for OpenSSL 1.1.0:
Rainer Jung
2016-03-20
1
-1
/
+1
*
Support OpenSSL 1.1.0.
Rainer Jung
2016-02-14
1
-22
/
+0
*
hostname: Test and log useragent_host per-request across various modules,
William A. Rowe Jr
2016-02-12
1
-2
/
+1
*
Restore line deleted in error in r1728909.
Rainer Jung
2016-02-07
1
-0
/
+1
*
Support for OpenSSL 1.1.0:
Rainer Jung
2016-02-07
1
-1
/
+33
*
using c->master for ssl var lookups when c holds no valid SSLConnRec. Fixes P...
Stefan Eissing
2015-12-04
1
-10
/
+16
*
mod_ssl: check request-server for TLS settings compatible to handshake server...
Stefan Eissing
2015-10-22
1
-14
/
+15
*
mod_ssl: Extend expression parser registration
Rainer Jung
2015-10-06
1
-0
/
+17
*
Add support for extracting the msUPN and dnsSRV forms
Kaspar Brand
2015-08-02
1
-8
/
+30
*
mod_ssl namespacing: Rename SSL_SESSION_id2sz() to modssl_SSL_SESSION_id2sz().
Stefan Sperling
2015-05-05
1
-2
/
+2
*
mod_ssl namespacing: SSL_X509_getSAN -> modssl_X509_getSAN
Stefan Sperling
2015-05-01
1
-5
/
+5
*
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
-2
/
+2
*
mod_ssl namespacing: Rename ssl_util_ssl.h macros from SSL_foo to MODSSL_foo.
Stefan Sperling
2015-04-18
1
-3
/
+3
*
mod_ssl: Add the SSL_CLIENT_CERT_RFC4523_CEA variable, which provides
Graham Leggett
2015-02-21
1
-0
/
+35
*
Add support for extracting subjectAltName entries of type
Kaspar Brand
2015-01-07
1
-0
/
+74
*
* Return NULL instead of an empty string as ssl_var_lookup_ssl does by defaul...
Ruediger Pluem
2014-12-15
1
-1
/
+1
*
* Check if we are having an SSL connection before looking up SSL related
Ruediger Pluem
2014-10-10
1
-1
/
+3
*
Add API to support TLS channel bindings with mod_ssl.
Joe Orton
2014-08-27
1
-0
/
+70
*
Do not use deprecated define.
Christophe Jaillet
2014-07-19
1
-1
/
+1
*
Increase minimum required OpenSSL version to 0.9.8a (in preparation
Kaspar Brand
2013-09-29
1
-4
/
+4
*
No need to test for NULL before calling apr_pstrdup.
Christophe Jaillet
2012-10-14
1
-1
/
+1
*
Add support for TLS-SRP (Secure Remote Password key exchange
Stefan Fritsch
2012-06-08
1
-0
/
+12
*
Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1
Kaspar Brand
2011-12-24
1
-5
/
+17
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-2
/
+2
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-1
/
+1
*
Introduce a per request version of the remote IP address, which can be
Graham Leggett
2011-11-22
1
-2
/
+2
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-8
/
+8
*
Properly fill in the SSL_{CLIENT,SERVER}_V_{START,END} and
Kaspar Brand
2011-09-14
1
-14
/
+23
*
ssl_var_lookup_ssl_cert_dn_oneline(): properly deal with empty DNs
Kaspar Brand
2011-09-07
1
-4
/
+6
*
Remove the ssl_toolkit_compat layer, which is no longer needed
Kaspar Brand
2011-08-07
1
-8
/
+8
[next]