Timeline



May 16, 2018:

1:19 PM Changeset in mod_gnutls [eced11a]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Remove server variable ocsp_cache_enable There is no need to …
2:35 AM Changeset in mod_gnutls [92b5f4d]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Use the OCSP cache for responses
2:12 AM Changeset in mod_gnutls [babdb29]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Initialize and clean up the OCSP cache, following session cache patterns

May 11, 2018:

4:03 PM Changeset in mod_gnutls [bc63825]debian/stretch-backportsdebian/0.8.4-1_bpo9+1 by Daniel Kahn Gillmor <dkg@…>
prepare release for stretch-backports
4:03 PM Changeset in mod_gnutls [72d787d]debian/stretch-backports by Daniel Kahn Gillmor <dkg@…>
added lmodern to build-deps (needed by stretch pandoc)
3:50 PM Changeset in mod_gnutls [afe029a]debian/stretch-backports by Daniel Kahn Gillmor <dkg@…>
update Vcs and gbp info to point to debian/stretch-backports branch

May 8, 2018:

3:04 PM Changeset in mod_gnutls [d036f96]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Add configuration directive GnuTLSOCSPCache (no-op for now) First …
1:53 PM Changeset in mod_gnutls [13870b7]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
test-14_resume_session.bash: Check if the session was resumed …

May 7, 2018:

12:47 PM Changeset in mod_gnutls [2d454a2]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Macro for session cache name

May 3, 2018:

12:23 PM Changeset in mod_gnutls [72377cf]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Always set SSL_COMPRESS_METHOD=NULL with GnuTLS >= 3.6.0 Compression …

May 2, 2018:

3:47 PM Changeset in mod_gnutls [eaa8a9d]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Test suite: Fix list of dist files for test 03_cachetimeout_in_vhost
2:30 PM Changeset in mod_gnutls [ce5f776]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Move config and post_config of a cache instance to separate functions …

Apr 30, 2018:

11:08 AM Changeset in mod_gnutls [5ab2868]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Remove unused server variable The mgs_srvconf_rec.non_ssl_request …
7:22 AM Changeset in mod_gnutls [a6aa387]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Test suite: Update cache configuration, ensure unique cache paths

Apr 29, 2018:

3:54 PM Changeset in mod_gnutls [56c722f]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Test suite: Do not expire test PGP keys Infinite validity is no …
3:19 PM Changeset in mod_gnutls [f52f1b4]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Allow GnuTLSCacheTimeout in virtual host config I'm not sure if …
6:33 AM Changeset in mod_gnutls [d8d6b1e]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Reallocate buffer to data size after fetching from socache There is …
6:01 AM Changeset in mod_gnutls [a314ec9]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Store config pointer in struct mgs_cache for logging This way the …

Apr 28, 2018:

5:52 PM Changeset in mod_gnutls [b94aee2]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Remove internal cache type enum The cache type is now transparently …

Apr 26, 2018:

1:58 PM Changeset in mod_gnutls [2f949bc]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Remove deleted m4/apr_memcache.m4 from EXTRA_DIST
2:32 AM Changeset in mod_gnutls [adf36c3]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Update documentation in gnutls_cache.c

Apr 25, 2018:

5:28 AM Changeset in mod_gnutls [41f9bcb]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Use cache parameter in mgs_cache_store() and mgs_cache_fetch() The …

Apr 24, 2018:

1:13 PM Changeset in mod_gnutls [ded2291]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Switch generic cache store/fetch function pointers to constant …
12:30 PM Changeset in mod_gnutls [6bbd378]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Remove special handling for APR memcache and leftover includes
2:21 AM Changeset in mod_gnutls [0363315]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Use cache mutex only if socache provider is not multiprocess/thread safe
2:12 AM Changeset in mod_gnutls [6c5c2ec]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Test for session resumption
1:47 AM Changeset in mod_gnutls [14a6f41]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Check for a cache during OCSP setup

Apr 23, 2018:

4:39 PM Changeset in mod_gnutls [de1ceab]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Replace internal cache implementation with mod_socache Massively …

Apr 22, 2018:

4:35 PM Changeset in mod_gnutls [0470e44]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Support common socache "type:config" style for GnuTLSCache directive
1:04 PM Changeset in mod_gnutls [7921dc7]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Remove OpenPGP authentication OpenPGP authentication was removed from …

Apr 21, 2018:

3:51 PM Changeset in mod_gnutls [2246a84]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Make automatic OCSP cache updates and fuzz time configurable

Apr 20, 2018:

4:14 PM Changeset in mod_gnutls [fa6d0bb]asynciodebian/mastermainproxy-ticket by Fiona Klute <fiona.klute@…>
Initialize OCSP stapling only if mod_gnutls is enabled for a virtual …
Note: See TracTimeline for information about the timeline view.