source: mod_gnutls

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @37beb92   6 years thomas2.klute Test suite: Do not explicitly set the mutex type to "default" The … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @fb4da99   6 years thomas2.klute Test suite: Log the HTTPD build configuration if VERBOSE is enabled asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @4ae5b82   6 years thomas2.klute Check if flock supports --verbose Some old versions of flock do not … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @6c030c1   6 years thomas2.klute Test suite: Make timeouts for server locks and HTTPS requests … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @bbfcbb5   6 years thomas2.klute Test suite: Log if a process to be stopped by PID file is not running … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @8184ad0   6 years thomas2.klute Test suite: Run flock with "--verbose" to log timeouts asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @26ae700   6 years thomas2.klute Test suite: Remove NameVirtualHost? directives According to the Apache … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @d39ea18   6 years thomas2.klute Test suite: Do not continue test case if Apache instance fails to … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @0202d6b   6 years thomas2.klute Release version 0.8.2 asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream mod_gnutls/0.8.2
(edit) @10d9053   6 years thomas2.klute Test suite, gen_ocsp_index.c: Handle serial as fixed order byte array … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @0a12ff8   6 years thomas2.klute Test suite: Ensure CRLF line ends in HTTP headers Debian Sid updated … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @154db29   6 years thomas2.klute Release version 0.8.1 asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream mod_gnutls/0.8.1
(edit) @5ac4bbe   6 years thomas2.klute Use APR_SIZE_T_FMT macro for portable apr_size_t formatting The size … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @677754f   6 years thomas2.klute Release version 0.8.0 asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream mod_gnutls/0.8.0
(edit) @c22af3a   6 years thomas2.klute Handbook: List Berkeley DB and GDBM as equal options for DBM caches … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @251edfe   6 years thomas2.klute Mention Doxygen documentation in README asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @08b821a   6 years thomas2.klute gnutls_io.c: API documentation asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @e0e0b0f   6 years thomas2.klute Include memcached cache functions in Doxygen documentation, if enabled asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @104e881   6 years thomas2.klute General comment updates for Doxygen compatibility Mostly /* */ vs. … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @14548b9   6 years thomas2.klute Update comments in gnutls_cache.(c|h) to work with Doxygen asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @d4d066f   6 years thomas2.klute Enable automatic brief descriptions in Doxygen documentation asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @9a18e30   6 years thomas2.klute Support basic Doxygen calls Doxygen targets are included in the … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @e1c094c   6 years thomas2.klute Replace GnuTLSOCSPGraceTime with GnuTLSOCSPCacheTimeout Configuring a … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @b26a792   6 years thomas2.klute Beta release version 0.8.0-beta asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream mod_gnutls/0.8.0-beta
(edit) @b888e8b   6 years thomas2.klute New directive GnuTLSOCSPCheckNonce Some CAs refuse to send nonces in … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @b34a67e   6 years thomas2.klute Handbook: Add example ocsptool command for response file creation asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @3475e62   6 years thomas2.klute Remove EXPERIMENTAL mark for OCSP from internal documentation asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @c39ae1a   6 years thomas2.klute Initialize OCSP timeouts with an "unset" value The configuration … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @0cd8f3d   6 years thomas2.klute Update OCSP stapling documentation asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @444e6ed   6 years thomas2.klute Fix documentation of GnuTLSCacheTimeout GnuTLSCacheTimeout has … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @ef107fd   6 years thomas2.klute Remove TODO for OCSP requests without nonces Ideally all OCSP … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @0a02378   6 years thomas2.klute Style fixes for OCSP related time differences * Consistently use … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @333bbc7   6 years thomas2.klute Configurable OCSP socket timeout Stalled OCSP requests must time out … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @c6dda6d   6 years thomas2.klute Rate limit OCSP requests Retries after failed OCSP requests must be … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @d26fa55   6 years thomas2.klute Allow GnuTLSOCSPGraceTime in virtual host context mgs_set_timeout … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @3f0b470   6 years thomas2.klute Macro for the OCSP socket timeout asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @4bc17ae   7 years thomas2.klute Alpha release version 0.8.0-alpha asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream mod_gnutls/0.8.0-alpha
(edit) @8a0da86   7 years thomas2.klute Adjust log levels for OCSP cache updates asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @9c456a9   7 years thomas2.klute Clean up cache logging * Demote ordinary cache store/fetch operations … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @df49a2d   7 years thomas2.klute Handbook: Sort options into subsections asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @c3c96ca   7 years thomas2.klute Handbook: Update and simplify description of GnuTLSPriorities The … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @fc124e9   7 years thomas2.klute Handbook: Update configuration examples * Replaced old example … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @743e31f   7 years thomas2.klute Documentation: Use "TLS" as the generic term instead of "SSL" asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @e9ef72c   7 years thomas2.klute Disable GnuTLSSessionTickets by default as described in handbook The … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @5a5032f   7 years thomas2.klute Documentation for OCSP stapling options asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @4c529de   7 years thomas2.klute Update Apache and GnuTLS version dependencies asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @3725f2d   7 years thomas2.klute Disable OCSP test for GnuTLS 3.5.0 Since 3.5.1 has been released, … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @f1147b6   7 years thomas2.klute OCSP post config: Ensure OCSP URI or response file are set If the … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @ef06c74   7 years thomas2.klute Compatibility code for GCC version < 5 The builtin_add_overflow() … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @ac3f500   7 years thomas2.klute Compatibility code for GnuTLS version < 3.4 * gnutls_memset() is not … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @87d507b   7 years thomas2.klute Overwrite session ticket key before releasing it Private key material … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @78b75b3   7 years thomas2.klute Restore GnuTLSOCSPResponseFile option Using an externally updated … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @a784735   7 years thomas2.klute Test 27_OCSP_server: Check if gnutls-cli received a stapled OCSP response asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @4d4a406   7 years thomas2.klute New config option: GnuTLSOCSPStapling This flag option … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @70d014b   7 years thomas2.klute Remove FIXME comment about releasing config structures: Done! asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @b8700b0   7 years thomas2.klute Deinit proxy credentials on config pool cleanup asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @02eabe7   7 years thomas2.klute TLS Proxy: Fix memory leak while logging certificate status The … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @f265001   7 years thomas2.klute Bind temporary pool in load_proxy_x509_credentials() to ptemp scope … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @7e7d328   7 years thomas2.klute Deinit PGP certificate on config pool cleanup asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @44e8944   7 years thomas2.klute Allocate memory for X.509 and PGP certificates only when needed asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @eee1432   7 years thomas2.klute Bind temporary pool in mgs_load_files() to ptemp scope Pool 'spool' … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @45b7b83   7 years thomas2.klute Deinit PGP private key and keyring on config pool cleanup asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @db9ef68   7 years thomas2.klute Deinit client CA list on config pool cleanup asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
(edit) @81433f1   7 years thomas2.klute Reformat mgs_load_files() This commit changes only whitespace and … asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Note: See TracRevisionLog for help on using the revision log.