]> granicus.if.org Git - apache/history - modules/ssl
fix maintainer mode ap_strstr() argument mismatch warnings
[apache] / modules / ssl /
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...
2008-02-26 Joe OrtonSession cache interface redesign, Part 6:
2008-02-26 Joe Orton* modules/ssl/ssl_scache_memcache.c (mc_session_id2sz...
2008-02-26 Joe Orton* modules/ssl/ssl_scache.c (ssl_ext_status_hook): Do...
2008-02-26 Martin KraemerAllow compilation with pre-c99 compilers
2008-02-25 Joe Orton* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_remove...
2008-02-25 Joe OrtonSession cache interface redesign, Part 5:
2008-02-25 Joe Orton* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_create...
2008-02-25 Joe OrtonSession cache interface redesign, Part 4:
2008-02-25 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_FindCAList...
2008-02-25 Joe Orton* modules/ssl/ssl_scache.c (ssl_scache_init): Reformat
2008-02-25 Joe Orton* modules/ssl/ssl_private.h: Specify extern storage for
2008-02-25 Joe Orton* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_retrieve...
2008-02-25 Joe Orton* modules/ssl/ssl_scache_shmcb.c (shmcb_subcache_retrieve,
2008-02-23 Guenter Knaufchanged comments; no functional change.
2008-02-22 Joe OrtonSession cache interface redesign, Part 3:
2008-02-22 Joe OrtonMove SSL session data deserialization up out of the...
2008-02-22 Joe Orton* modules/ssl/ssl_scache_shmcb.c: Describe the data...
2008-02-22 Joe OrtonMove SSL session data serialization up out of the sessi...
next