summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move nss_pcache to /usr/libexecRob Crittenden2014-02-212-2/+3
* Work with mod_proxy when mod_ssl is also loaded.Rob Crittenden2014-02-213-27/+52
* Document sample mod_nss use cases, including FIPS.Rob Crittenden2014-02-211-2/+297
* Install nss_pcache.8 man pageRob Crittenden2014-02-211-0/+1
* Clarify the error messages to distinguish between server and proxyRob Crittenden2014-02-211-4/+38
* Fix usage string in nss_pcache to include semidRob Crittenden2014-02-211-1/+1
* Documentation formatting fixesTomas Hoger2014-02-211-104/+100
* Add support for TLS v1.1, protocol ranges.Rob Crittenden2014-02-215-90/+259
* Only clear the SSL Session Cache when shutting the server down.Rob Crittenden2013-10-111-3/+3
* Moved 'nss_pcache' and provided compatibility link.Matthew Harmsen2013-07-031-1/+9
* Bugzilla Bug #906082 - mod_nss requires manpages for gencert and nss_pcache.Matthew Harmsen2013-07-022-17/+124
* Fix static array overrun when generating arg list for nss_pcacheRob Crittenden2011-10-261-1/+1
* No need to shut things down if NSS isn't initialized.Rob Crittenden2011-06-141-0/+4
* Always copy in client certificate and fix FakeBasicAuthRob Crittenden2011-06-142-9/+10
* Add a semaphore lock around retrieving token PINs from the nss_pcachercritten2011-03-026-7/+98
* Add man page for gencertrcritten2011-02-033-7/+112
* * Don't use memcpy as it may operate on overlapping memory (#669118)rcritten2011-01-121-0/+4
* Bug 669118rcritten2011-01-121-2/+2
* Revert PR_WOULD_BLOCK change and reset the NSPR error value before calllingrcritten2010-09-241-2/+2
* Bring up to date.rcritten2010-09-221-1/+26
* Only call PK11_ListCerts once and pass it when configuring eachrcritten2010-09-222-27/+34
* Fix endless read loop in some situations when handling POST data (#620856)rcritten2010-09-171-1/+2
* 2010-05-14 Rob Crittenden <rcritten@redhat.com>rcritten2010-05-141-0/+9
* Ignore SIGHUP in nss_pcache (#591889).rcritten2010-05-141-0/+3
* Compare CN value of remote host with requested host in reverse proxy.rcritten2010-05-135-50/+50
* Update list of error messagesrcritten2010-03-221-2/+14
* Add TLS renegotiation options to the configuration filercritten2010-03-181-0/+11
* Add controls for managing SSL renegotiationrcritten2010-03-024-0/+62
* Fix another place we should set PR_WOULD_BLOCK_ERROR during a read.rcritten2009-11-111-0/+1
* Return -1 on a read failure and set the appropriate NSPR error message.rcritten2009-02-191-1/+2
* Fix bug in disabling mod_ssl when installing mod_nss with 'make install'rcritten2008-08-262-2/+2
* Bring up-to-date to mod_nss 1.0.8rcritten2008-07-211-0/+33
* Restore moduleKill function so that NSS remains initialized during thercritten2008-07-161-3/+11
* Don't inherit the MP cache when running in threaded modercritten2008-07-141-4/+35
* Don't allow blank passwords if FIPS is enabled. This is not allowedrcritten2008-07-021-1/+6
* Fix parsing error where a token with no password would end up with arcritten2008-07-021-2/+5
* No need to link with softokn3rcritten2008-05-162-2/+2
* Make FIPS mode work. This fixes 2 problems:rcritten2008-05-162-2/+10
* NSS has been modified to not allow a fork after an NSS_Init() in the softrcritten2008-05-092-164/+230
* Resolves BZ 248722rcritten2008-01-031-2/+7
* If mod_ssl isn't loaded then register the hooks to mod_proxy so we canrcritten2007-10-183-0/+39
* The error message was wrong if NSSPassPhraseHelper pointed to arcritten2007-06-071-0/+7
* Only NSSPassPhraseHelper needs to be required.rcritten2007-06-071-3/+2
* The wrong variable was being used to report that NSSPassPhraseHelperrcritten2007-06-071-2/+2
* Populate the changelog.rcritten2007-06-011-0/+80
* Resolves: 241936rcritten2007-05-317-117/+91
* 229660rcritten2007-02-221-0/+5
* 226747rcritten2007-02-011-1/+1
* 222173rcritten2007-01-102-5/+14
* 213081rcritten2006-10-301-3/+3