source: mod_gnutls

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @adceac0   4 years fiona.klute Remove unneeded server variables "cert_cn" and "cert_san" "cert_san" … asynciodebian/mastermainproxy-ticket
(edit) @cb6476c   4 years fiona.klute Enable OCSP stapling by default if possible If the user hasn't … asynciodebian/mastermainproxy-ticket
(edit) @efc43b4   4 years fiona.klute Split per-vhost post config for OCSP stapling into configuring and … asynciodebian/mastermainproxy-ticket
(edit) @994200a   5 years fiona.klute Set up shmcb OCSP cache by default The shmcb socache doesn't require … asynciodebian/mastermainproxy-ticket
(edit) @3358887   5 years fiona.klute Assign cache configuration to server only if successful The sc->cache … asynciodebian/mastermainproxy-ticket
(edit) @eced11a   5 years fiona.klute Remove server variable ocsp_cache_enable There is no need to … asynciodebian/mastermainproxy-ticket
(edit) @92b5f4d   5 years fiona.klute Use the OCSP cache for responses asynciodebian/mastermainproxy-ticket
(edit) @babdb29   5 years fiona.klute Initialize and clean up the OCSP cache, following session cache patterns asynciodebian/mastermainproxy-ticket
(edit) @d036f96   5 years fiona.klute Add configuration directive GnuTLSOCSPCache (no-op for now) First … asynciodebian/mastermainproxy-ticket
(edit) @13870b7   5 years fiona.klute test-14_resume_session.bash: Check if the session was resumed … asynciodebian/mastermainproxy-ticket
(edit) @2d454a2   5 years fiona.klute Macro for session cache name asynciodebian/mastermainproxy-ticket
(edit) @72377cf   5 years fiona.klute Always set SSL_COMPRESS_METHOD=NULL with GnuTLS >= 3.6.0 Compression … asynciodebian/mastermainproxy-ticket
(edit) @eaa8a9d   5 years fiona.klute Test suite: Fix list of dist files for test 03_cachetimeout_in_vhost asynciodebian/mastermainproxy-ticket
(edit) @ce5f776   5 years fiona.klute Move config and post_config of a cache instance to separate functions … asynciodebian/mastermainproxy-ticket
(edit) @5ab2868   5 years fiona.klute Remove unused server variable The mgs_srvconf_rec.non_ssl_request … asynciodebian/mastermainproxy-ticket
(edit) @a6aa387   5 years fiona.klute Test suite: Update cache configuration, ensure unique cache paths asynciodebian/mastermainproxy-ticket
(edit) @56c722f   5 years fiona.klute Test suite: Do not expire test PGP keys Infinite validity is no … asynciodebian/mastermainproxy-ticket
(edit) @f52f1b4   5 years fiona.klute Allow GnuTLSCacheTimeout in virtual host config I'm not sure if … asynciodebian/mastermainproxy-ticket
(edit) @d8d6b1e   5 years fiona.klute Reallocate buffer to data size after fetching from socache There is … asynciodebian/mastermainproxy-ticket
(edit) @a314ec9   5 years fiona.klute Store config pointer in struct mgs_cache for logging This way the … asynciodebian/mastermainproxy-ticket
(edit) @b94aee2   5 years fiona.klute Remove internal cache type enum The cache type is now transparently … asynciodebian/mastermainproxy-ticket
(edit) @2f949bc   5 years fiona.klute Remove deleted m4/apr_memcache.m4 from EXTRA_DIST asynciodebian/mastermainproxy-ticket
(edit) @adf36c3   5 years fiona.klute Update documentation in gnutls_cache.c asynciodebian/mastermainproxy-ticket
(edit) @41f9bcb   5 years fiona.klute Use cache parameter in mgs_cache_store() and mgs_cache_fetch() The … asynciodebian/mastermainproxy-ticket
(edit) @ded2291   5 years fiona.klute Switch generic cache store/fetch function pointers to constant … asynciodebian/mastermainproxy-ticket
(edit) @6bbd378   5 years fiona.klute Remove special handling for APR memcache and leftover includes asynciodebian/mastermainproxy-ticket
(edit) @0363315   5 years fiona.klute Use cache mutex only if socache provider is not multiprocess/thread safe asynciodebian/mastermainproxy-ticket
(edit) @6c5c2ec   5 years fiona.klute Test for session resumption asynciodebian/mastermainproxy-ticket
(edit) @14a6f41   5 years fiona.klute Check for a cache during OCSP setup asynciodebian/mastermainproxy-ticket
(edit) @de1ceab   5 years fiona.klute Replace internal cache implementation with mod_socache Massively … asynciodebian/mastermainproxy-ticket
(edit) @0470e44   5 years fiona.klute Support common socache "type:config" style for GnuTLSCache directive asynciodebian/mastermainproxy-ticket
(edit) @7921dc7   5 years fiona.klute Remove OpenPGP authentication OpenPGP authentication was removed from … asynciodebian/mastermainproxy-ticket
(edit) @2246a84   5 years fiona.klute Make automatic OCSP cache updates and fuzz time configurable asynciodebian/mastermainproxy-ticket
(edit) @fa6d0bb   5 years fiona.klute Initialize OCSP stapling only if mod_gnutls is enabled for a virtual … asynciodebian/mastermainproxy-ticket
(edit) @f233a23   5 years fiona.klute Logic for fuzzy OCSP update timing If a server has a lot of virtual … asynciodebian/mastermainproxy-ticket
(edit) @3d30543   5 years fiona.klute Write failure cache entries from asynchronous OCSP updates This … asynciodebian/mastermainproxy-ticket
(edit) @61e802c   5 years fiona.klute Simplify mgs_async_ocsp_update Always use OCSP mutex for updates, … asynciodebian/mastermainproxy-ticket
(edit) @3c475e0   5 years fiona.klute Ensure that mod_gnutls child_init runs before mod_watchdog's Our … asynciodebian/mastermainproxy-ticket
(edit) @103cafa   5 years fiona.klute Remove extra "OCSP failed" log entry while writing failure to cache … asynciodebian/mastermainproxy-ticket
(edit) @a85de63   5 years fiona.klute Make cache_fetch_func work without a connection context This is … asynciodebian/mastermainproxy-ticket
(edit) @c34a68b   5 years fiona.klute dbm_cache_fetch: Prepare for signature without connection context … asynciodebian/mastermainproxy-ticket
(edit) @3656df0   5 years fiona.klute mgs_cache_ocsp_failure: Make expiry timeout an argument A failure … asynciodebian/mastermainproxy-ticket
(edit) @6945efb   5 years fiona.klute mc_cache_fetch: Don't require a connection context asynciodebian/mastermainproxy-ticket
(edit) @3381559   5 years fiona.klute Adjust intervals for async OCSP updates based on cache expiry or failure asynciodebian/mastermainproxy-ticket
(edit) @0cdfb19   5 years fiona.klute Documentation for mgs_new_singleton_watchdog asynciodebian/mastermainproxy-ticket
(edit) @a467635   5 years fiona.klute Enable asynchronous OCSP updates Asynchronous updates are always … asynciodebian/mastermainproxy-ticket
(edit) @506e64a   5 years fiona.klute Optionally return cache expiry time when caching an OCSP response … asynciodebian/mastermainproxy-ticket
(edit) @0e3f8c6   5 years fiona.klute Create module-wide singleton watchdog during post_config asynciodebian/mastermainproxy-ticket
(edit) @5c62a6a   5 years fiona.klute mod_gnutls.h.in: Remove outdated comment asynciodebian/mastermainproxy-ticket
(edit) @4aa63a4   5 years fiona.klute Infrastructure for mod_watchdog support Asynchronous OCSP cache … asynciodebian/mastermainproxy-ticket
(edit) @e00a037   5 years fiona.klute Release version 0.8.4 asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream mod_gnutls/0.8.4
(edit) @d60ff7b   5 years fiona.klute Require Apache HTTPD 2.4.17 or newer In older versions … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @e9e89b4   5 years fiona.klute Clean up outdated comment/naming in test-26_redirect_HTTP_to_HTTPS.bash asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @3c123cd   5 years fiona.klute Update my name, prepare changelog for the next release asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @d50dac5   5 years fiona.klute New test case for HTTP/2 support asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @9cee2e9   5 years fiona.klute Support ALPN (required for secure HTTP/2) asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @2f10643   5 years fiona.klute Consider secondary connections (like mod_http2 streams) in hooks … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @e7cf823   5 years fiona.klute Add process_connection hook, adjust hook order for mod_http2 … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @4cdd4fd   5 years fiona.klute Implement ssl_var_lookup function (subset of mod_ssl implementation) … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @23e98b3   5 years fiona.klute Implement ssl_engine_set as introduced by mod_ssl in Apache 2.4.33 asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @235e109   5 years fiona.klute Unify initialization of mod_gnutls connection context asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @fe21671   5 years thomas2.klute ssl_engine_disable(): Remove mod_gnutls filters, not first in chain asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @1de1026   5 years thomas2.klute mgs_get_ocsp_response(): Separate mgs_srvconf_rec* variable for … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @994a5fb   5 years thomas2.klute Do not reconfigure OCSP status callback on each connection The … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @2a912c3   5 years thomas2.klute Release version 0.8.3 asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream mod_gnutls/0.8.3
(edit) @54d07a1   5 years thomas2.klute Do not announce (unused) session ticket support on proxy connections … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @265159d   5 years thomas2.klute Send SNI for proxy connections asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @321912b   5 years thomas2.klute Test suite: Start OCSP responder from runtests if config exists asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @ee94de5   5 years thomas2.klute Test suite: Clean up for current GnuPG versions Newer GnuPG versions … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @acea635   5 years thomas2.klute Test suite: Wait for Apache shutdown before "distclean" check asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @1872744   5 years thomas2.klute Test suite: Rename bash function backend_apache to apache_service asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @b28158c   5 years thomas2.klute Test suite: Start proxy backend server from runtests if config exists … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @c9e4709   5 years thomas2.klute Test suite: Use dir argument instead of "testdir" env in backend_apache asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @967bf9b   5 years thomas2.klute Test suite: Prevent duplicate "Listen" on OCSP_PORT asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @97d7c63   5 years thomas2.klute Test suite: Port config for proxy backend in Makefile and Apache … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @e00d91a   5 years thomas2.klute Test suite: Use TEST_LOCK instead of constant TEST_PID in runtests … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @94430e6   5 years thomas2.klute Test suite: Run a separate Apache instance for the OCSP responder … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @a09df8c   5 years thomas2.klute Handbook: Update RFC reference for SNI asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @2ae1c3c   6 years thomas2.klute Update changelog with changes since 0.8.2 asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @98cf33f   6 years thomas2.klute Rewrite SNI handler to accept long names and ignore unknown name types … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @017ef2d   6 years thomas2.klute Cleanup of post client hello and SNI handling functions * Get module … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @cebb74a   6 years thomas2.klute Remove broken SNI/session resumption workaround By specification, the … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @e389b85   6 years thomas2.klute Remove obsolete global GnuTLS (de)init calls These calls have been … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @732c5733   6 years thomas2.klute Fix description of environment variable "SSL_CLIENT_I_DN" (issuer DN) asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @cdc6e4a   6 years thomas2.klute Choose flock or PID wait based on availability, not file parameter presence asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @b8b1990   6 years thomas2.klute Use fixed DH parameters for tests that log DH prime length in CGI … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @f4deac5   6 years thomas2.klute Warn users about OpenPGP deprecation OpenPGP support has been … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @bd6591f   6 years thomas2.klute Update documentation of the GnuTLSDHFile option asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @a2b4ab6   6 years thomas2.klute Use GnuTLS known DH parameters If the user does not configure the DH … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @92ac36e   6 years thomas2.klute Remove dead code in DH parameters setup The dh_params variable in … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @439005a   6 years thomas2.klute Skip OpenPGP test if GnuTLS was compiled without OpenPGP support asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @4f7edd5   6 years thomas2.klute Remove log for mutex creation errors (core logs them at emergency level) asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @f2a44d1   6 years thomas2.klute Test suite: Set DefaultRuntimeDir? for all Apache instances According … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @342e11d   6 years thomas2.klute Test suite: Remove unnecessary TEST_IP handling for proxy back-end … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @339a49d   6 years thomas2.klute Test suite: List .bash in TEST_EXTENSIONS This way the test harness … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @4fb510d   6 years thomas2.klute Test suite: Add generic function to wait for a command to succeed The … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @5f3222b   6 years thomas2.klute Test suite: Use "caller" builtin and BASH_COMMAND for error traces asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @0b83b21   6 years thomas2.klute Remove two left-over function declarations for Lua auth handling … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @b0e4ce6   6 years thomas2.klute configure.ac: Log values of CFLAGS and LDFLAGS for GnuTLS Convenience … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @6135393   6 years thomas2.klute Do not treat warnings about deprecated declarations as errors GnuTLS … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Note: See TracRevisionLog for help on using the revision log.