summaryrefslogtreecommitdiffstats
path: root/nss_engine_config.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks, uninit var, invalid readRob Crittenden2015-10-021-0/+1
* Cleanup to remove a slew of trailing whitespaceRob Crittenden2015-10-021-21/+21
* Initialize session_tickets as FALSE instead of UNSETFedora Cloud User2015-10-021-1/+1
* Add support for Server Name Indication (SNI)Rob Crittenden2015-10-021-0/+22
* Add support for TLS Session Tickets (RFC 5077)Rob Crittenden2015-06-111-0/+10
* Add RenegBufferSize optionRob Crittenden2015-06-101-0/+21
* Completely remove support for SSLv2Rob Crittenden2014-11-121-5/+3
* Add a semaphore lock around retrieving token PINs from the nss_pcachercritten2011-03-021-0/+9
* Compare CN value of remote host with requested host in reverse proxy.rcritten2010-05-131-0/+11
* Add controls for managing SSL renegotiationrcritten2010-03-021-0/+28
* The wrong variable was being used to report that NSSPassPhraseHelperrcritten2007-06-071-2/+2
* 211612rcritten2006-10-201-0/+37
* 204138rcritten2006-08-251-3/+13
* 197681rcritten2006-07-051-0/+2
* 196070rcritten2006-06-201-1/+3
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-0/+19
* Add support for seeding the NSS Random Number Generator. This addsrcritten2005-10-031-0/+89
* Add proxy support to mod_nss. Most of the changes are related torcritten2005-09-291-6/+65
* Add OCSP supportrcritten2005-09-061-0/+11
* Add a FIPS configuration option. This enables the FIPS internalrcritten2005-08-191-0/+11
* Add NSS database prefix supportrcritten2005-06-291-0/+12
* Initialize enforcement of valid certificates to true.rcritten2005-06-031-0/+1
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-53/+46
* By default, don't start with an expired cert. Add optionrcritten2005-05-201-0/+12
* Initial import of mod_nssrcritten2005-05-171-0/+535