| Commit message (Expand) | Author | Age | Files | Lines |
* | tweak indentation | Jeff Trawick | 2013-08-06 | 1 | -1/+1 |
* | fix broken indentation | Jeff Trawick | 2013-08-05 | 1 | -1/+1 |
* | add high trace level log messages for debugging buffering and write completion | Stefan Fritsch | 2013-08-04 | 1 | -0/+4 |
* | Fix logging of SSL session cache timeout value (at TRACE2 level). | Kaspar Brand | 2013-08-04 | 1 | -1/+1 |
* | SSLCompression help text: | Jeff Trawick | 2013-08-03 | 1 | -1/+1 |
* | * modules/ssl/ssl_util_ocsp.c (read_response): Ignore empty buckets in | Joe Orton | 2013-05-31 | 1 | -1/+7 |
* | Remove unnecessary global declarations of optional function | Joe Orton | 2013-05-30 | 2 | -6/+2 |
* | mod_ssl: Redesign NPN (Next Protocol Negotiation) API to avoid use of | Joe Orton | 2013-05-30 | 5 | -44/+102 |
* | core, mod_ssl: Lift the restriction that prevents mod_ssl taking | Graham Leggett | 2013-04-22 | 1 | -2/+16 |
* | revert r1352596, for the reasons explained in | Kaspar Brand | 2013-04-15 | 4 | -99/+4 |
* | Extend check for encrypted private keys: with OpenSSL versions prior to 1.0.0, | Kaspar Brand | 2013-04-13 | 1 | -1/+2 |
* | Typo | Christophe Jaillet | 2013-03-10 | 1 | -1/+1 |
* | SSL_SESSION_id2sz is only used for logging, having it in lowercase shouldn't ... | Christophe Jaillet | 2013-03-01 | 1 | -2/+0 |
* | Removed tabs. | Guenter Knauf | 2013-02-28 | 1 | -4/+4 |
* | mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits | William A. Rowe Jr | 2013-02-20 | 1 | -3/+3 |
* | Avoid valgrind warnings in mod_ssl random number generator | Stefan Fritsch | 2013-02-04 | 3 | -0/+24 |
* | mod_ssl: Allow the SSLUserName to be used to control the username passed | Graham Leggett | 2013-01-11 | 1 | -3/+15 |
* | According top my testing 'SSL_SESSION_id2sz' is 4x faster with the use 'ap_bi... | Christophe Jaillet | 2013-01-06 | 1 | -8/+11 |
* | abort if BIO_new fails due to lack of memory | Stefan Fritsch | 2013-01-01 | 1 | -0/+3 |
* | Fix warning about discarding 'const' qualifier from pointer | Stefan Fritsch | 2012-12-29 | 1 | -2/+2 |
* | mod_ssl: add support for subjectAltName-based host name checking in proxy mode | Kaspar Brand | 2012-12-26 | 7 | -67/+130 |
* | Add support for OpenSSL configuration commands. | Stephen Henson | 2012-12-13 | 4 | -5/+64 |
* | Avoid use of deprecated functions for OpenSSL version >= 1.0 | Stephen Henson | 2012-12-13 | 2 | -0/+36 |
* | make ssl_io_data_dump respect per-conn loglevel | Stefan Fritsch | 2012-12-08 | 1 | -8/+7 |
* | rename variables: s should be the server_rec | Stefan Fritsch | 2012-12-08 | 1 | -11/+10 |
* | Don't claim "BIO dump follows" if it is not logged due to log level config. | Stefan Fritsch | 2012-12-08 | 1 | -3/+9 |
* | * modules/ssl/ssl_engine_io.c (ssl_io_filter_error): Use the correct | Joe Orton | 2012-12-03 | 1 | -1/+3 |
* | Change default for SSLCompression to off, as compression | Stefan Fritsch | 2012-10-21 | 1 | -1/+1 |
* | No need to test for NULL before calling apr_pstrdup. | Christophe Jaillet | 2012-10-14 | 1 | -1/+1 |
* | switch back to MOD_SSL_LDADD, as suggested by jorton | Kaspar Brand | 2012-09-19 | 1 | -1/+1 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+1 |
* | revert r1385214, as I inadvertently left out acinclude.m4. | Kaspar Brand | 2012-09-16 | 1 | -1/+2 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+1 |
* | * modules/ssl/ssl_engine_io.c (ssl_io_filter_handshake): Add a | Joe Orton | 2012-08-21 | 1 | -1/+12 |
* | * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Update comment, | Joe Orton | 2012-08-21 | 1 | -3/+5 |
* | Removed trailing semicolons from header also. | Guenter Knauf | 2012-08-20 | 1 | -2/+2 |
* | Removed trailing semicolons. | Guenter Knauf | 2012-08-20 | 1 | -2/+2 |
* | * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fix test for | Joe Orton | 2012-08-17 | 1 | -1/+12 |
* | NetWare build tweaks. | Guenter Knauf | 2012-08-09 | 1 | -5/+5 |
* | Remove some checking for out-of-mem conditions that cannot be hit | Stefan Fritsch | 2012-07-15 | 1 | -17/+3 |
* | Revert accidental commit. | Ben Laurie | 2012-07-06 | 1 | -1/+0 |
* | Work correctly with a development version of OpenSSL. I suspect | Ben Laurie | 2012-07-06 | 1 | -0/+1 |
* | * modules/ssl/ssl_util_ocsp.c (get_line): Don't set line[-1] to 0 | Joe Orton | 2012-07-06 | 1 | -1/+7 |
* | RFC 5878 support. | Ben Laurie | 2012-06-21 | 4 | -4/+99 |
* | Pass the server_rec to ssl_die() and use it to log a message to the main error | Stefan Fritsch | 2012-06-10 | 7 | -45/+56 |
* | If OPENSSL_NO_COMP is defined, omit merging the compression flag. | Stefan Fritsch | 2012-06-10 | 3 | -9/+18 |
* | Add some improvements as suggested by Kaspar | Stefan Fritsch | 2012-06-10 | 3 | -8/+11 |
* | Add support for TLS-SRP (Secure Remote Password key exchange | Stefan Fritsch | 2012-06-08 | 6 | -3/+164 |
* | Avoid buffer overflow if one protocol string is too long, but at least | Stefan Fritsch | 2012-06-03 | 2 | -4/+5 |
* | Add new directive SSLCompression to disable SSL-level compression. | Stefan Fritsch | 2012-06-01 | 4 | -0/+38 |