From d80edebece935254185775dedfc71121412937bc Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 11 Oct 2013 18:21:31 -0400 Subject: Update Changelog and AUTHORS --- AUTHORS | 10 ++++++++++ ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/AUTHORS b/AUTHORS index e69de29..5455a25 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,10 @@ +The following people have contributed to mod_nss, in alphabetical order: + +Rob Crittenden +Wolter Eldering +Kai Engert +Oden Eriksson +Matthew Harmsen +Tomas Hoger +Joshua Roys +Ulf Weltman diff --git a/ChangeLog b/ChangeLog index b24a0aa..0612b8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2014-02-20 Rob Crittenden + * Documentation formatting fixes + +2013-10-11 Rob Crittenden + * Only clear the SSL Session Cache when shutting the server down. + +2013-10-11 Matthew Harmsen + * Add support for TLS v1.1 + +2013-07-02 Matthew Harmsen + * Add man page for nss_pcache, update man page for gencert + +2011-10-09 Rob Crittenden + * Fix static array overrun when generating arg list for nss_pcache + +2011-06-14 Rob Crittenden + * Always copy in client certificate and fix FakeBasicAuth + + * When NSSOptions +FakeBasicAuth is set for a directory, and a + certificate is not provided with which the BasicAuth can be Faked, + and the client provides an Authorization header, the FakeBasicAuth + code in mod_nss may not properly reject an attempt to spoof. + + * No need to shut things down if NSS isn't initialized. + +2011-03-02 Rob Crittenden + * Add semaphore lock around retrieving token PINs to avoid overruns. + +2011-02-03 Rob Crittenden + * Add man page for gencert + 2011-01-12 Rob Crittenden * Don't use memcpy as it may operate on overlapping memory (#669118) Patch ported from mod_ssl by Stephen Gallagher -- cgit