| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_ssl OCSP Stapling: Don't block initial handshakes while refreshing | Jeff Trawick | 2015-05-12 | 1 | -1/+4 |
* | mod_ssl namespacing: Rename SSL_init_app_data2_idx, SSL_get_app_data2, | Stefan Sperling | 2015-05-01 | 1 | -1/+1 |
* | Formatting and wording improvements for ALPN (no code changes) | Kaspar Brand | 2015-04-29 | 1 | -6/+6 |
* | Remove NPN support and focus on ALPN (RFC 7301) | Kaspar Brand | 2015-04-25 | 1 | -36/+4 |
* | More ALPN goodness | Jim Jagielski | 2015-03-31 | 1 | -1/+1 |
* | ALPN support, based on mod_spdy/mod_h2 patch set | Jim Jagielski | 2015-03-31 | 1 | -0/+38 |
* | Provide separate SSL_CT_*_STATUS variables for client vs. proxy | Jeff Trawick | 2015-02-22 | 1 | -3/+3 |
* | Add SSLSessionTickets (on|off). | Rainer Jung | 2015-01-08 | 1 | -0/+3 |
* | * mod_ssl: call ERR_free_strings() with OpenSSL >= 0.9.8e. Fixes memory leak | Jan Kaluža | 2014-11-12 | 1 | -2/+5 |
* | mod_ssl: Add hooks to allow other modules to perform processing at | Jeff Trawick | 2014-04-15 | 1 | -0/+11 |
* | mod_ssl: send OCSP request's nonce according to SSLOCSPUseRequestNonce on/off... | Yann Ylavic | 2014-03-30 | 1 | -0/+2 |
* | Remove SSLPKCS7CertificateFile support: | Kaspar Brand | 2013-11-23 | 1 | -3/+0 |
* | Increase minimum required OpenSSL version to 0.9.8a (in preparation | Kaspar Brand | 2013-09-29 | 1 | -1/+1 |
* | Streamline ephemeral key handling: | Kaspar Brand | 2013-09-25 | 1 | -9/+0 |
* | SSLCompression help text: | Jeff Trawick | 2013-08-03 | 1 | -1/+1 |
* | Remove unnecessary global declarations of optional function | Joe Orton | 2013-05-30 | 1 | -2/+2 |
* | mod_ssl: Redesign NPN (Next Protocol Negotiation) API to avoid use of | Joe Orton | 2013-05-30 | 1 | -12/+32 |
* | revert r1352596, for the reasons explained in | Kaspar Brand | 2013-04-15 | 1 | -9/+0 |
* | Removed tabs. | Guenter Knauf | 2013-02-28 | 1 | -4/+4 |
* | Avoid valgrind warnings in mod_ssl random number generator | Stefan Fritsch | 2013-02-04 | 1 | -0/+10 |
* | mod_ssl: add support for subjectAltName-based host name checking in proxy mode | Kaspar Brand | 2012-12-26 | 1 | -2/+5 |
* | Add support for OpenSSL configuration commands. | Stephen Henson | 2012-12-13 | 1 | -0/+5 |
* | Avoid use of deprecated functions for OpenSSL version >= 1.0 | Stephen Henson | 2012-12-13 | 1 | -0/+4 |
* | Removed trailing semicolons. | Guenter Knauf | 2012-08-20 | 1 | -2/+2 |
* | RFC 5878 support. | Ben Laurie | 2012-06-21 | 1 | -0/+9 |
* | Add support for TLS-SRP (Secure Remote Password key exchange | Stefan Fritsch | 2012-06-08 | 1 | -0/+9 |
* | Add new directive SSLCompression to disable SSL-level compression. | Stefan Fritsch | 2012-06-01 | 1 | -0/+3 |
* | Add support for TLS Next Protocol Negotiation: | Joe Orton | 2012-05-01 | 1 | -0/+12 |
* | Fix another case of #ifdef-within-a-macro (which was inadvertently | Kaspar Brand | 2011-12-30 | 1 | -9/+6 |
* | SSLProtocol: allow explicit control of TLSv1.1 and TLSv1.2 flavors when | Kaspar Brand | 2011-12-24 | 1 | -2/+10 |
* | Streamline TLS session ticket key handling (added in r1200040): | Kaspar Brand | 2011-12-12 | 1 | -8/+5 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -4/+4 |
* | Add support for RFC 5077 TLS Session tickets. This adds two new directives: | Paul Querna | 2011-11-10 | 1 | -0/+8 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -2/+2 |
* | Revamp CRL checking for client and remote servers: | Kaspar Brand | 2011-09-04 | 1 | -0/+4 |
* | Add SSLProxyMachineCertificateChainFile directive and documentation for bug 5... | Daniel Ruggeri | 2011-08-23 | 1 | -0/+4 |
* | Enforce OpenSSL 0.9.7 as a minimum requirement in configure, and | Kaspar Brand | 2011-08-07 | 1 | -4/+0 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -6/+0 |
* | Avoid unnecessary renegotiations with SSLVerifyDepth 0. | Stefan Fritsch | 2011-06-19 | 1 | -0/+1 |
* | * modules/ssl/ssl_engine_config.c, modules/ssl/ssl_private.h: Add | Joe Orton | 2011-01-17 | 1 | -0/+6 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -5/+0 |
* | Add authz providers for use with mod_authz_core and its RequireAny/RequireAll | Stefan Fritsch | 2010-09-29 | 1 | -0/+16 |
* | Replace LogLevelDebugDump with TRACE log levels | Stefan Fritsch | 2010-06-06 | 1 | -3/+0 |
* | Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow to | Stefan Fritsch | 2010-06-04 | 1 | -2/+2 |
* | Introduce SSLFIPS directive to support OpenSSL FIPS_mode; permits all | William A. Rowe Jr | 2010-03-22 | 1 | -0/+3 |
* | Style guides at httpd are pretty clear, macro values are UPCASE, please? | William A. Rowe Jr | 2010-02-07 | 1 | -2/+2 |
* | New releases of OpenSSL will only allow secure renegotiation by | Joe Orton | 2010-02-03 | 1 | -0/+2 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -2/+6 |
* | enable support for ECC keys and ECDH ciphers. Tested against | Sander Temme | 2009-11-10 | 1 | -0/+3 |
* | Add support for OCSP "stapling": | Joe Orton | 2009-10-25 | 1 | -0/+30 |