summaryrefslogtreecommitdiffstats
path: root/mod_nss.c
Commit message (Expand)AuthorAgeFilesLines
* Check filesystem permissions on NSS database at startupRob Crittenden2016-03-011-0/+3
* Cleanup to remove a slew of trailing whitespaceRob Crittenden2015-10-021-9/+9
* Rework SNI client reverse proxyRob Crittenden2015-10-021-1/+1
* Fix compatibility with RHEL 6.x (Apache 2.2.x and NSS 3.15.1)Rob Crittenden2015-10-021-0/+4
* Add support for Server Name Indication (SNI)Rob Crittenden2015-10-021-0/+5
* Add support for TLS Session Tickets (RFC 5077)Rob Crittenden2015-06-111-0/+3
* Add RenegBufferSize optionRob Crittenden2015-06-101-0/+5
* Add support for enabling TLS v1.2Rob Crittenden2014-10-161-2/+2
* Apache 2.4 compatibility changesRob Crittenden2014-02-211-1/+1
* Work with mod_proxy when mod_ssl is also loaded.Rob Crittenden2014-02-211-7/+23
* Add support for TLS v1.1, protocol ranges.Rob Crittenden2014-02-211-2/+2
* Add a semaphore lock around retrieving token PINs from the nss_pcachercritten2011-03-021-0/+2
* Compare CN value of remote host with requested host in reverse proxy.rcritten2010-05-131-8/+17
* Add controls for managing SSL renegotiationrcritten2010-03-021-0/+8
* If mod_ssl isn't loaded then register the hooks to mod_proxy so we canrcritten2007-10-181-0/+14
* Resolves: 241936rcritten2007-05-311-1/+1
* 211612rcritten2006-10-201-0/+9
* Merge in changes from http://svn.apache.org/viewvc?view=rev&revision=161958rcritten2006-08-091-2/+5
* 200610rcritten2006-08-031-1/+1
* 196070rcritten2006-06-201-2/+2
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-1/+6
* Changes to allow the mod_nss to work in Apache 2.2.0. Based on a patchrcritten2006-01-041-2/+6
* Add support for seeding the NSS Random Number Generator. This addsrcritten2005-10-031-0/+3
* Add proxy support to mod_nss. Most of the changes are related torcritten2005-09-291-31/+98
* Add OCSP supportrcritten2005-09-061-0/+3
* Add a FIPS configuration option. This enables the FIPS internalrcritten2005-08-191-0/+3
* Changed 2 function names from SSL -> NSS I had missed in earlier cleanuprcritten2005-08-041-2/+2
* Add NSS database prefix supportrcritten2005-06-291-0/+3
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-47/+45
* By default, don't start with an expired cert. Add optionrcritten2005-05-201-0/+3
* Initial import of mod_nssrcritten2005-05-171-0/+342