]> granicus.if.org Git - apache/history - modules/ssl
Use the more specific 408 (timed out) instead of a generic 400 during a timeout
[apache] / modules / ssl /
2010-04-05 Ruediger Pluem* Fix compiler warning
2010-04-01 Stephen HensonCode tidy, certificate extension decode can be done...
2010-04-01 Stephen HensonFree surrounding PKCS7 structure to avoid a leak.
2010-03-23 Ruediger Pluem* Silence compiler warning
2010-03-23 Ruediger Pluem* sc->fips is only defined if we have HAVE_FIPS
2010-03-22 William A. Rowe JrFix BOOL fips handling for UNSET values, and hack a...
2010-03-22 William A. Rowe JrIntroduce SSLFIPS directive to support OpenSSL FIPS_mod...
2010-02-26 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureR...
2010-02-26 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2010-02-09 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureR...
2010-02-09 William A. Rowe JrCatch up ssl to socache store expiry change, and clarif...
2010-02-09 William A. Rowe Jrfix comment typo
2010-02-07 William A. Rowe JrStyle guides at httpd are pretty clear, macro values...
2010-02-04 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup)...
2010-02-04 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup)...
2010-02-03 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl...
2010-02-03 Joe OrtonNew releases of OpenSSL will only allow secure renegoti...
2010-01-26 William A. Rowe JrFix default OSCP stapling port.
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2009-12-16 Joe OrtonFurther mitigation for the TLS renegotation attack...
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-17 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info...
2009-11-11 Ruediger Pluem* Use correct #ifndef's to compile again on openssl...
2009-11-10 Sander Temmeenable support for ECC keys and ECDH ciphers. Tested...
2009-11-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info...
2009-11-06 Joe OrtonSECURITY: Partial fix for CVE-2009-3555:
2009-11-05 Joe Orton* modules/ssl/ssl_toolkit_compat.h: Fix compat with...
2009-11-03 Guenter Knaufadded back HAVE_OCSP define hack for non-configure...
2009-11-03 Sander TemmeWe now check for OCSP support in configure, so we can...
2009-10-28 Guenter Knaufdefine HAVE_OCSP dependent on OpenSSL version to make...
2009-10-28 Joe Orton* modules/ssl/ssl_toolkit_compat.h: Fold #if checks...
2009-10-28 Joe Orton* modules/ssl/ssl_util_stapling.c (stapling_cache_respo...
2009-10-28 Joe Orton* modules/ssl/ssl_util_stapling.c (stapling_cb): Use...
2009-10-28 Joe Orton* module/ssl/ssl_util_stapling.c: Style fixes, no funct...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-27 Guenter Knauffixed indents.
2009-10-27 Guenter Knaufconverted tabs, removed trailing spaces.
2009-10-25 Joe OrtonAdd support for OCSP "stapling":
2009-10-04 Guenter Knaufreplaced all backticks with single quotes in output...
2009-09-30 Ruediger Pluem* Fix a regression from r724717 by reintroducing SSL_CL...
2009-09-27 Guenter Knauffixed wrong 3rd parameter passed to apr_brigade_split_l...
2009-09-27 Guenter Knauffixed compatibility to Openssl < 0.9.7g.
2009-09-16 Joe Orton* modules/ssl/ssl_util_ocsp.c, modules/ssl/ssl_engine_o...
2009-09-16 Joe Orton* modules/ssl/ssl_util_ocsp.c (send_request,
2009-09-09 Graham LeggettMake sure the NULL terminator of the array is consisten...
2009-09-09 Graham Leggettmod_ssl: The error message when SSLCertificateFile...
2009-07-29 Guenter Knaufremoved another obsolete cast. Mentioned by Peter Sylve...
2009-07-27 Guenter Knaufremoved obsolete cast. Mentioned by Peter Sylvester.
2009-06-26 Joe OrtonFix hung SSL handshake if a particularly long CA list...
2009-06-23 Joe Orton* modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl...
2009-06-23 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2009-06-23 Joe Orton* module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.
2009-05-27 Sander TemmeExpose whether a request was served over an Initial...
2009-05-04 Ruediger Pluem* Optimize access to server_rec.
2009-05-02 Ruediger Pluem* As proposed by wrowe on list always define SSLStrictS...
2009-04-29 Ruediger Pluem* Set SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN...
2009-04-29 Ruediger Pluem* Improve and simplify the implementation of SSLProxyCh...
2009-04-25 Ruediger Pluem* Add SSLStrictSNIVHostCheck to allow / disallow non...
2009-04-25 Ruediger Pluem* The state vinfo doesn't matter here: no client verifi...
2009-04-25 Ruediger Pluem* r->connection->aborted signals that the client aborte...
2009-04-25 Ruediger Pluem* Add partial support for name based virtual hosting...
2009-04-02 Ruediger Pluem* Fix comment and optimize retrieval of loglevel.
2009-04-01 Ruediger Pluem* Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-03-24 Ruediger Pluem* Do not allow name based virtual hosts in the case...
2009-03-23 Ruediger Pluem* Store the correct server_rec in the connection record...
2009-03-23 Joe OrtonRemove code to support per-dir-CA configuration which...
2009-03-23 Ruediger Pluem* If the SNI extension supplied a hostname. So don...
2009-03-02 Sander TemmeClean up more compiler emits. Add CHANGES entry, credi...
2009-02-27 Sander TemmeThe development trunk of OpenSSL has tightened up the...
2009-01-11 Ruediger Pluem* Correctly merge SSLRenegBufferSize directive.
2008-12-12 Joe Ortonmod_ssl: Make the size of the per-dir-reneg request...
2008-12-12 Joe Ortonsocache API tweaks based on chrisd's review:
2008-12-12 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCa...
2008-12-09 Joe Orton* modules/ssl/ssl_private.h: Add a big fat warning...
2008-12-09 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCa...
2008-12-09 Joe Orton* include/ap_socache.h: Use C++ safety wrappers, and...
2008-12-09 Joe OrtonImprove mod_ssl's environment variable extraction to...
2008-12-02 Ruediger Pluem* Another set of missed renames.
2008-10-15 Ruediger Pluem* Send Content-Type application/ocsp-request for POST...
2008-08-21 Sander TemmeMove struct definition out of the header file since...
2008-08-21 Sander TemmeImplement dynamic mutex callbacks for the benefit of...
2008-08-06 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_input_getline...
2008-08-06 Joe Orton* modules/ssl/ssl_engine_io.c (char_buffer_read): Use...
2008-08-06 Joe OrtonRelax checks for OCSP responder URIs:
2008-08-05 Jim Jagielskipicking nits - de-tab
2008-06-07 William A. Rowe JrCatch up with cache changes
2008-06-03 Guenter KnaufFix client verification problem with SNI and multicerts.
2008-05-07 Joe Orton* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remov...
2008-04-08 Guenter Knaufadded include dir.
2008-04-08 Joe OrtonAdjust socache init interface to take sizing hints...
2008-04-08 Joe OrtonMissed in r645940:
2008-04-08 Joe Orton* modules/ssl/ssl_engine_config.c: Remove unused macro.
2008-04-08 Joe OrtonSession cache interface redesign, Part 9:
2008-04-07 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_error...
2008-04-07 Joe OrtonClean up some more error handling in mod_ssl:
2008-04-07 Joe OrtonClean up some error handling in mod_ssl:
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-03-04 Joe OrtonSession cache interface redesign, Part 7:
2008-02-27 Ruediger Pluem* Do not segfault when either no mutex is needed either...
next