]> granicus.if.org Git - apache/history - modules/ssl
mod_session_cookie: Add a session implementation capable of storing
[apache] / modules / 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...
2008-02-22 Joe OrtonRe-implement the SSL session cache abstraction using...
2008-02-14 Dirk-Willem van... Kasper Brand came across a flaw in the current implemen...
2008-02-11 Dirk-Willem van... Reduce the WARNING to a DEBUG when SNI support is enabled.
2008-01-11 Guenter KnaufRestructured server name indication support (PR 34607);
2007-12-29 Guenter Knaufadded empty line after var declaration.
2007-12-29 Guenter Knauffixed code style, missing prototype warnings, disabled...
2007-12-29 William A. Rowe JrSander pointed out to me that as we added ENGINE logic...
2007-12-21 Guenter KnaufAdded server name indication (RFC 4366) support (PR...
2007-12-04 Joe Orton* modules/ssl/ssl_engine_kernel.c (upgrade_connection...
2007-12-03 Joe Orton* modules/ssl/ssl_util_ocsp.c: Fix spelling mistake...
2007-12-03 Joe Orton* modules/ssl/ssl_engine_ocsp.c (verify_ocsp_status...
2007-12-03 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Drop...
2007-12-03 Joe Orton* modules/ssl/ssl_util_ocsp.c (read_response): Bail...
2007-12-03 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq...
2007-12-03 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_input_add_filter,
2007-11-29 Joe Orton* modules/ssl/ssl_engine_ocsp.c, modules/ssl/ssl_privat...
2007-11-29 Joe Orton* modules/ssl/ssl_util_ocsp.c (serialize_request):...
2007-11-29 Joe Ortonmod_ssl: Add support for OCSP validation of client...
2007-11-27 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Log...
2007-11-25 Guenter Knaufenable to build with OpenSSL 0.9.9
2007-11-23 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_cxerror): New...
2007-11-21 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_ssl_error)...
2007-11-06 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_handshake...
2007-11-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup)...
2007-11-06 Joe Ortonmod_ssl: Fix forever-broken TLS upgrade support; perfor...
2007-11-05 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2007-11-05 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2007-11-02 Joe OrtonFix handling of buffered request body for per-location SSL
2007-11-02 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_register)...
2007-09-12 William A. Rowe JrResolve storage of process-lifespan version strings...
2007-08-23 William A. Rowe Jrap_available_mutexes_string and ap_add_available_mutexe...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-12 Paul QuernaRemove unneeded -I in apr_memcache test, since _INCLUDE...
2007-07-12 Paul QuernaFix VPATH builds of httpd with the apr_memcache backend...
2007-07-03 Guenter Knaufignore OpenSSL files copy error if files are not present.
2007-06-27 Guenter Knaufadded openssl files to the installation directory.
2007-06-13 Paul QuernaImprove mc_session_id2sz as suggested by RĂ¼diger.
2007-06-13 Paul QuernaMake default values for memcache config defines, rather...
2007-06-12 Paul QuernaFixup style nitpicks:
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2007-06-12 Paul QuernaFix a bug in the use of i2d_SSL_SESSION, since it incre...
2007-06-08 Paul QuernaFor the DBM SSL Session Cache, propogate down pools...
2007-06-08 Paul QuernaPropogate the conn_rec::pool down to ssl_scache_retriev...
2007-06-08 Paul QuernaFix error mesage for when a user trys to use memcache...
2007-06-08 Paul QuernaIncrement the enum correctly.
2007-06-08 Paul QuernaUse the absolute timeout, as provided by mod_ssl, rathe...
2007-06-08 Paul QuernaAdd support for distributed caching of SSL Sessions...
2007-04-05 Sander TemmeMove the thread locking upcall initialization before...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-03-21 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_ver...
2007-03-21 William A. Rowe Jr*) adds compile-time/run time SSL-C version support
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2006-11-22 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill)...
2006-10-24 Jim JagielskiOnce SSLMutex allowed for the setting of both the
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-24 Ruediger Pluem* Fixed typo. No functional change.
2006-07-23 Ruediger Pluem* Style police / style nitpicking. No functional changes.
2006-07-23 Ruediger Pluem* Initialize pkcs7 field of structure
2006-07-23 Ben LaurieLayout and compiler warning.
2006-07-23 Ben LaurieAdd PKCS#7 support.
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-29 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_p...
2006-06-22 William A. Rowe Jr New SSLLogLevelDebugDump [ None (default) | IO (not...
2006-05-03 Joe Orton* modules/ssl/ssl_scache_shmcb.c: Rewrite of shmcb...
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-24 William A. Rowe Jr Move flex/bison/sed steps into a "mod_ssl - Win32...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the last year of copyright.
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-03 Joe Orton* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear...
2006-02-17 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_check_public_cert...
next