summaryrefslogtreecommitdiffstats
path: root/nss_engine_init.c
Commit message (Expand)AuthorAgeFilesLines
* Check filesystem permissions on NSS database at startupRob Crittenden2016-03-011-27/+95
* Don't ignore NSSProtocol when NSSFIPS is enabledRob Crittenden2016-02-291-54/+65
* Add server support for DHE ciphersChristian Heimes2016-02-291-0/+15
* Drop the check that NSSProxyNickname be requiredRob Crittenden2016-01-191-10/+7
* Always call SSL_ShutdownServerSessionIDCache() in ModuleKillRob Crittenden2016-01-191-3/+3
* Don't send alert on SNI lookup failure to accomodate older clientsRob Crittenden2016-01-151-5/+19
* Fix memory leaks, uninit var, invalid readRob Crittenden2015-10-021-0/+5
* Cleanup to remove a slew of trailing whitespaceRob Crittenden2015-10-021-29/+29
* Rework SNI client reverse proxyRob Crittenden2015-10-021-2/+1
* Fix some compiler warnings (and one real bug)Rob Crittenden2015-10-021-5/+5
* Fix compatibility with RHEL 6.x (Apache 2.2.x and NSS 3.15.1)Rob Crittenden2015-10-021-0/+3
* Add some hints when NSS database cannot be initializedRob Crittenden2015-10-021-7/+35
* Add support for Server Name Indication (SNI)Rob Crittenden2015-10-021-11/+182
* Correctly handle disabled ciphersRob Crittenden2015-10-021-1/+1
* Add support for TLS Session Tickets (RFC 5077)Rob Crittenden2015-06-111-0/+10
* Address compiler warningRob Crittenden2014-12-021-2/+2
* Add compatibility for mod_ssl-style cipher definitionsRob Crittenden2014-12-021-124/+5
* Completely remove support for SSLv2Rob Crittenden2014-11-121-37/+12
* Add support for sqlite NSS databasesRob Crittenden2014-10-281-1/+6
* Compare subject CN and VS hostname during server start upstanda2014-10-221-5/+13
* Don't enable SSL 3 by defaultRob Crittenden2014-10-161-2/+2
* Add support for enabling TLS v1.2Rob Crittenden2014-10-161-20/+31
* Apache 2.4 compatibility changesRob Crittenden2014-02-211-1/+1
* 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