summaryrefslogtreecommitdiffstats
path: root/nss_engine_init.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify the error messages to distinguish between server and proxyRob Crittenden2014-02-211-4/+38
* Add support for TLS v1.1, protocol ranges.Rob Crittenden2014-02-211-39/+176
* Only clear the SSL Session Cache when shutting the server down.Rob Crittenden2013-10-111-3/+3
* 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
* Add a semaphore lock around retrieving token PINs from the nss_pcachercritten2011-03-021-4/+41
* Only call PK11_ListCerts once and pass it when configuring eachrcritten2010-09-221-26/+33
* Add controls for managing SSL renegotiationrcritten2010-03-021-0/+18
* 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
* Make FIPS mode work. This fixes 2 problems:rcritten2008-05-161-2/+3
* NSS has been modified to not allow a fork after an NSS_Init() in the softrcritten2008-05-091-164/+228
* Only NSSPassPhraseHelper needs to be required.rcritten2007-06-071-3/+2
* Resolves: 241936rcritten2007-05-311-3/+3
* 226747rcritten2007-02-011-1/+1
* 213081rcritten2006-10-301-3/+3
* 212426rcritten2006-10-261-14/+17
* 211612rcritten2006-10-201-3/+52
* 211139rcritten2006-10-171-6/+9
* Initialize the NSS cache before NSS_Init is called. A race conditionrcritten2006-08-241-8/+8
* 200855rcritten2006-08-021-6/+2
* 200855rcritten2006-08-021-11/+19
* 196070rcritten2006-06-211-3/+15
* 196070rcritten2006-06-201-4/+3
* 188300rcritten2006-04-071-12/+16
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-53/+117
* Add in check to be sure that the same server isn't initialized with SSLrcritten2005-10-281-0/+15
* Close the proxy model socket so NSS can be shutdown gracefully. Alsorcritten2005-10-111-4/+14
* Add support for seeding the NSS Random Number Generator. This addsrcritten2005-10-031-2/+8
* Add proxy support to mod_nss. Most of the changes are related torcritten2005-09-291-34/+73
* Make SSL2 an optional protocol, disabled by default.rcritten2005-09-131-5/+9
* Improve FIPS configuration:rcritten2005-09-081-11/+59
* Add OCSP supportrcritten2005-09-061-3/+18
* Add a FIPS configuration option. This enables the FIPS internalrcritten2005-08-191-29/+84
* Also clean up the SSL Session ID Cache when shutting down.rcritten2005-08-041-3/+13
* Properly clean up the SSL environment so NSS can be shut down gracefully.rcritten2005-08-041-4/+30
* Add NSS database prefix supportrcritten2005-06-291-6/+19
* Fix formatting and variable name in error message.rcritten2005-06-031-2/+2
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-86/+89
* When doing SSLVerifyCert require then we need to always require thercritten2005-05-241-1/+1
* By default, don't start with an expired cert. Add optionrcritten2005-05-201-13/+16
* Initial import of mod_nssrcritten2005-05-171-0/+984