summaryrefslogtreecommitdiffstats
path: root/modules/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweak indentationJeff Trawick2013-08-061-1/+1
* fix broken indentationJeff Trawick2013-08-051-1/+1
* add high trace level log messages for debugging buffering and write completionStefan Fritsch2013-08-041-0/+4
* Fix logging of SSL session cache timeout value (at TRACE2 level).Kaspar Brand2013-08-041-1/+1
* SSLCompression help text:Jeff Trawick2013-08-031-1/+1
* * modules/ssl/ssl_util_ocsp.c (read_response): Ignore empty buckets inJoe Orton2013-05-311-1/+7
* Remove unnecessary global declarations of optional functionJoe Orton2013-05-302-6/+2
* mod_ssl: Redesign NPN (Next Protocol Negotiation) API to avoid use ofJoe Orton2013-05-305-44/+102
* core, mod_ssl: Lift the restriction that prevents mod_ssl takingGraham Leggett2013-04-221-2/+16
* revert r1352596, for the reasons explained inKaspar Brand2013-04-154-99/+4
* Extend check for encrypted private keys: with OpenSSL versions prior to 1.0.0,Kaspar Brand2013-04-131-1/+2
* TypoChristophe Jaillet2013-03-101-1/+1
* SSL_SESSION_id2sz is only used for logging, having it in lowercase shouldn't ...Christophe Jaillet2013-03-011-2/+0
* Removed tabs.Guenter Knauf2013-02-281-4/+4
* mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emitsWilliam A. Rowe Jr2013-02-201-3/+3
* Avoid valgrind warnings in mod_ssl random number generatorStefan Fritsch2013-02-043-0/+24
* mod_ssl: Allow the SSLUserName to be used to control the username passedGraham Leggett2013-01-111-3/+15
* According top my testing 'SSL_SESSION_id2sz' is 4x faster with the use 'ap_bi...Christophe Jaillet2013-01-061-8/+11
* abort if BIO_new fails due to lack of memoryStefan Fritsch2013-01-011-0/+3
* Fix warning about discarding 'const' qualifier from pointerStefan Fritsch2012-12-291-2/+2
* mod_ssl: add support for subjectAltName-based host name checking in proxy modeKaspar Brand2012-12-267-67/+130
* Add support for OpenSSL configuration commands.Stephen Henson2012-12-134-5/+64
* Avoid use of deprecated functions for OpenSSL version >= 1.0Stephen Henson2012-12-132-0/+36
* make ssl_io_data_dump respect per-conn loglevelStefan Fritsch2012-12-081-8/+7
* rename variables: s should be the server_recStefan Fritsch2012-12-081-11/+10
* Don't claim "BIO dump follows" if it is not logged due to log level config.Stefan Fritsch2012-12-081-3/+9
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_error): Use the correctJoe Orton2012-12-031-1/+3
* Change default for SSLCompression to off, as compressionStefan Fritsch2012-10-211-1/+1
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-1/+1
* switch back to MOD_SSL_LDADD, as suggested by jortonKaspar Brand2012-09-191-1/+1
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+1
* revert r1385214, as I inadvertently left out acinclude.m4.Kaspar Brand2012-09-161-1/+2
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+1
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_handshake): Add aJoe Orton2012-08-211-1/+12
* * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Update comment,Joe Orton2012-08-211-3/+5
* Removed trailing semicolons from header also.Guenter Knauf2012-08-201-2/+2
* Removed trailing semicolons.Guenter Knauf2012-08-201-2/+2
* * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fix test forJoe Orton2012-08-171-1/+12
* NetWare build tweaks.Guenter Knauf2012-08-091-5/+5
* Remove some checking for out-of-mem conditions that cannot be hitStefan Fritsch2012-07-151-17/+3
* Revert accidental commit.Ben Laurie2012-07-061-1/+0
* Work correctly with a development version of OpenSSL. I suspectBen Laurie2012-07-061-0/+1
* * modules/ssl/ssl_util_ocsp.c (get_line): Don't set line[-1] to 0Joe Orton2012-07-061-1/+7
* RFC 5878 support.Ben Laurie2012-06-214-4/+99
* Pass the server_rec to ssl_die() and use it to log a message to the main errorStefan Fritsch2012-06-107-45/+56
* If OPENSSL_NO_COMP is defined, omit merging the compression flag.Stefan Fritsch2012-06-103-9/+18
* Add some improvements as suggested by KasparStefan Fritsch2012-06-103-8/+11
* Add support for TLS-SRP (Secure Remote Password key exchangeStefan Fritsch2012-06-086-3/+164
* Avoid buffer overflow if one protocol string is too long, but at leastStefan Fritsch2012-06-032-4/+5
* Add new directive SSLCompression to disable SSL-level compression.Stefan Fritsch2012-06-014-0/+38