summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Vitezslav Cizek and Christian Heimes to AUTHORSHEADmasterRob Crittenden2016-03-011-0/+2
* Update ChangeLog: DHE ciphers, gencert, FIPS, permission, ciphersRob Crittenden2016-03-011-0/+28
* Update default cipher set to include stronger ciphersRob Crittenden2016-03-011-8/+1
* Check filesystem permissions on NSS database at startupRob Crittenden2016-03-015-27/+124
* Change argumement order in make check so sqlite tests runRob Crittenden2016-03-011-1/+1
* Check for test and netstat before trying to use themRob Crittenden2016-02-291-2/+10
* Don't ignore NSSProtocol when NSSFIPS is enabledRob Crittenden2016-02-291-54/+65
* Use proper shell syntax to avoid creating /0Rob Crittenden2016-02-291-1/+1
* Fix test for DH cipher directiveRob Crittenden2016-02-292-0/+11
* tests: Centralize the openssl ciphers flags when comparingRob Crittenden2016-02-291-56/+64
* Basic test case for DHE cipher negotiationRob Crittenden2016-02-293-0/+16
* Remove -DH from test strings, duplicate test, fix testRob Crittenden2016-02-291-29/+29
* Add server support for DHE ciphersChristian Heimes2016-02-296-2/+87
* Update CL SIGHUP, NSSProxyNickname, SNI alert, FakeBasicAuthRob Crittenden2016-01-191-0/+14
* Drop the check that NSSProxyNickname be requiredRob Crittenden2016-01-191-10/+7
* Add basic reverse proxy test case (over Internet)Rob Crittenden2016-01-193-0/+19
* Always call SSL_ShutdownServerSessionIDCache() in ModuleKillRob Crittenden2016-01-191-3/+3
* Add test for colons in FakeBasicAuth user certificateRob Crittenden2016-01-153-6/+65
* Fail for colons in credentials with FakeBasicAuthRob Crittenden2016-01-151-2/+33
* Don't send alert on SNI lookup failure to accomodate older clientsRob Crittenden2016-01-151-5/+19
* Add cipher test for ECDH+aRSARob Crittenden2016-01-151-0/+3
* Document some python dependencies needed by make checkRob Crittenden2016-01-151-0/+5
* Quote gcm and sha384 config values when comparing themRob Crittenden2015-11-181-2/+2
* Become 1.0.12Rob Crittenden2015-10-022-1/+2
* Fix memory leaks, uninit var, invalid readRob Crittenden2015-10-023-4/+14
* Fix typo in valgrind in start script, create separate logsRob Crittenden2015-10-021-1/+1
* Update changelog with reverse proxy SNI and whitespace cleanupRob Crittenden2015-10-021-0/+6
* Cleanup to remove a slew of trailing whitespaceRob Crittenden2015-10-0215-147/+147
* Add a test for reverse proxy SNIRob Crittenden2015-10-025-3/+31
* Rework SNI client reverse proxyRob Crittenden2015-10-023-17/+43
* Send SNI extension mod_nss acts as a reverse proxystanda2015-10-021-0/+39
* Don't run live webserver tests as the root userRob Crittenden2015-10-021-1/+5
* Update README with SNI information and other useful bitsRob Crittenden2015-10-021-0/+14
* Update ChangeLog, fix frees, build Apache 2.2, autoconfRob Crittenden2015-10-021-0/+10
* Modernize autotools configuration slightly, add config.hRob Crittenden2015-10-023-6/+17
* Fix some compiler warnings (and one real bug)Rob Crittenden2015-10-022-6/+5
* Fix compatibility with RHEL 6.x (Apache 2.2.x and NSS 3.15.1)Rob Crittenden2015-10-0212-8/+97
* Replace PR_Free with PORT_Freestanda2015-10-021-3/+3
* Initialize session_tickets as FALSE instead of UNSETFedora Cloud User2015-10-021-1/+1
* Add -DH as another exclusion in the SSLv3 cipher testRob Crittenden2015-10-021-1/+1
* Update changelog with SNI, SECURE_RENEG, hintsRob Crittenden2015-10-021-0/+5
* Add some hints when NSS database cannot be initializedRob Crittenden2015-10-021-7/+35
* Add the SECURE_RENEG environment variableRob Crittenden2015-10-022-0/+8
* Enable the core dump directoryRob Crittenden2015-10-021-0/+2
* Always enable the glibc memory checking routinesRob Crittenden2015-10-021-1/+3
* Add test suite for SNIRob Crittenden2015-10-0212-130/+510
* Add support for Server Name Indication (SNI)Rob Crittenden2015-10-028-13/+383
* Update changelog with memory, SHA384 and OpenSSL ciphersRob Crittenden2015-10-021-0/+7
* NSS added support for some SHA384 ciphers, add themRob Crittenden2015-10-026-5/+130
* Fix cipher memory leak and use PORT_Free instead of PR_FreeRob Crittenden2015-10-021-2/+3