summaryrefslogtreecommitdiffstats
path: root/modules/ssl/mod_ssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mod_ssl OCSP Stapling: Don't block initial handshakes while refreshingJeff Trawick2015-05-121-1/+4
* mod_ssl namespacing: Rename SSL_init_app_data2_idx, SSL_get_app_data2,Stefan Sperling2015-05-011-1/+1
* Formatting and wording improvements for ALPN (no code changes)Kaspar Brand2015-04-291-6/+6
* Remove NPN support and focus on ALPN (RFC 7301)Kaspar Brand2015-04-251-36/+4
* More ALPN goodnessJim Jagielski2015-03-311-1/+1
* ALPN support, based on mod_spdy/mod_h2 patch setJim Jagielski2015-03-311-0/+38
* Provide separate SSL_CT_*_STATUS variables for client vs. proxyJeff Trawick2015-02-221-3/+3
* Add SSLSessionTickets (on|off).Rainer Jung2015-01-081-0/+3
* * mod_ssl: call ERR_free_strings() with OpenSSL >= 0.9.8e. Fixes memory leakJan Kaluža2014-11-121-2/+5
* mod_ssl: Add hooks to allow other modules to perform processing atJeff Trawick2014-04-151-0/+11
* mod_ssl: send OCSP request's nonce according to SSLOCSPUseRequestNonce on/off...Yann Ylavic2014-03-301-0/+2
* Remove SSLPKCS7CertificateFile support:Kaspar Brand2013-11-231-3/+0
* Increase minimum required OpenSSL version to 0.9.8a (in preparationKaspar Brand2013-09-291-1/+1
* Streamline ephemeral key handling:Kaspar Brand2013-09-251-9/+0
* SSLCompression help text:Jeff Trawick2013-08-031-1/+1
* Remove unnecessary global declarations of optional functionJoe Orton2013-05-301-2/+2
* mod_ssl: Redesign NPN (Next Protocol Negotiation) API to avoid use ofJoe Orton2013-05-301-12/+32
* revert r1352596, for the reasons explained inKaspar Brand2013-04-151-9/+0
* Removed tabs.Guenter Knauf2013-02-281-4/+4
* Avoid valgrind warnings in mod_ssl random number generatorStefan Fritsch2013-02-041-0/+10
* mod_ssl: add support for subjectAltName-based host name checking in proxy modeKaspar Brand2012-12-261-2/+5
* Add support for OpenSSL configuration commands.Stephen Henson2012-12-131-0/+5
* Avoid use of deprecated functions for OpenSSL version >= 1.0Stephen Henson2012-12-131-0/+4
* Removed trailing semicolons.Guenter Knauf2012-08-201-2/+2
* RFC 5878 support.Ben Laurie2012-06-211-0/+9
* Add support for TLS-SRP (Secure Remote Password key exchangeStefan Fritsch2012-06-081-0/+9
* Add new directive SSLCompression to disable SSL-level compression.Stefan Fritsch2012-06-011-0/+3
* Add support for TLS Next Protocol Negotiation:Joe Orton2012-05-011-0/+12
* Fix another case of #ifdef-within-a-macro (which was inadvertentlyKaspar Brand2011-12-301-9/+6
* SSLProtocol: allow explicit control of TLSv1.1 and TLSv1.2 flavors whenKaspar Brand2011-12-241-2/+10
* Streamline TLS session ticket key handling (added in r1200040):Kaspar Brand2011-12-121-8/+5
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-4/+4
* Add support for RFC 5077 TLS Session tickets. This adds two new directives:Paul Querna2011-11-101-0/+8
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-2/+2
* Revamp CRL checking for client and remote servers:Kaspar Brand2011-09-041-0/+4
* Add SSLProxyMachineCertificateChainFile directive and documentation for bug 5...Daniel Ruggeri2011-08-231-0/+4
* Enforce OpenSSL 0.9.7 as a minimum requirement in configure, andKaspar Brand2011-08-071-4/+0
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-6/+0
* Avoid unnecessary renegotiations with SSLVerifyDepth 0.Stefan Fritsch2011-06-191-0/+1
* * modules/ssl/ssl_engine_config.c, modules/ssl/ssl_private.h: AddJoe Orton2011-01-171-0/+6
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-5/+0
* Add authz providers for use with mod_authz_core and its RequireAny/RequireAllStefan Fritsch2010-09-291-0/+16
* Replace LogLevelDebugDump with TRACE log levelsStefan Fritsch2010-06-061-3/+0
* Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow toStefan Fritsch2010-06-041-2/+2
* Introduce SSLFIPS directive to support OpenSSL FIPS_mode; permits allWilliam A. Rowe Jr2010-03-221-0/+3
* Style guides at httpd are pretty clear, macro values are UPCASE, please?William A. Rowe Jr2010-02-071-2/+2
* New releases of OpenSSL will only allow secure renegotiation byJoe Orton2010-02-031-0/+2
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-2/+6
* enable support for ECC keys and ECDH ciphers. Tested againstSander Temme2009-11-101-0/+3
* Add support for OCSP "stapling":Joe Orton2009-10-251-0/+30