| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Vitezslav Cizek and Christian Heimes to AUTHORSHEADmaster | Rob Crittenden | 2016-03-01 | 1 | -0/+2 |
* | Update ChangeLog: DHE ciphers, gencert, FIPS, permission, ciphers | Rob Crittenden | 2016-03-01 | 1 | -0/+28 |
* | Update default cipher set to include stronger ciphers | Rob Crittenden | 2016-03-01 | 1 | -8/+1 |
* | Check filesystem permissions on NSS database at startup | Rob Crittenden | 2016-03-01 | 5 | -27/+124 |
* | Change argumement order in make check so sqlite tests run | Rob Crittenden | 2016-03-01 | 1 | -1/+1 |
* | Check for test and netstat before trying to use them | Rob Crittenden | 2016-02-29 | 1 | -2/+10 |
* | Don't ignore NSSProtocol when NSSFIPS is enabled | Rob Crittenden | 2016-02-29 | 1 | -54/+65 |
* | Use proper shell syntax to avoid creating /0 | Rob Crittenden | 2016-02-29 | 1 | -1/+1 |
* | Fix test for DH cipher directive | Rob Crittenden | 2016-02-29 | 2 | -0/+11 |
* | tests: Centralize the openssl ciphers flags when comparing | Rob Crittenden | 2016-02-29 | 1 | -56/+64 |
* | Basic test case for DHE cipher negotiation | Rob Crittenden | 2016-02-29 | 3 | -0/+16 |
* | Remove -DH from test strings, duplicate test, fix test | Rob Crittenden | 2016-02-29 | 1 | -29/+29 |
* | Add server support for DHE ciphers | Christian Heimes | 2016-02-29 | 6 | -2/+87 |
* | Update CL SIGHUP, NSSProxyNickname, SNI alert, FakeBasicAuth | Rob Crittenden | 2016-01-19 | 1 | -0/+14 |
* | Drop the check that NSSProxyNickname be required | Rob Crittenden | 2016-01-19 | 1 | -10/+7 |
* | Add basic reverse proxy test case (over Internet) | Rob Crittenden | 2016-01-19 | 3 | -0/+19 |
* | Always call SSL_ShutdownServerSessionIDCache() in ModuleKill | Rob Crittenden | 2016-01-19 | 1 | -3/+3 |
* | Add test for colons in FakeBasicAuth user certificate | Rob Crittenden | 2016-01-15 | 3 | -6/+65 |
* | Fail for colons in credentials with FakeBasicAuth | Rob Crittenden | 2016-01-15 | 1 | -2/+33 |
* | Don't send alert on SNI lookup failure to accomodate older clients | Rob Crittenden | 2016-01-15 | 1 | -5/+19 |
* | Add cipher test for ECDH+aRSA | Rob Crittenden | 2016-01-15 | 1 | -0/+3 |
* | Document some python dependencies needed by make check | Rob Crittenden | 2016-01-15 | 1 | -0/+5 |
* | Quote gcm and sha384 config values when comparing them | Rob Crittenden | 2015-11-18 | 1 | -2/+2 |
* | Become 1.0.12 | Rob Crittenden | 2015-10-02 | 2 | -1/+2 |
* | Fix memory leaks, uninit var, invalid read | Rob Crittenden | 2015-10-02 | 3 | -4/+14 |
* | Fix typo in valgrind in start script, create separate logs | Rob Crittenden | 2015-10-02 | 1 | -1/+1 |
* | Update changelog with reverse proxy SNI and whitespace cleanup | Rob Crittenden | 2015-10-02 | 1 | -0/+6 |
* | Cleanup to remove a slew of trailing whitespace | Rob Crittenden | 2015-10-02 | 15 | -147/+147 |
* | Add a test for reverse proxy SNI | Rob Crittenden | 2015-10-02 | 5 | -3/+31 |
* | Rework SNI client reverse proxy | Rob Crittenden | 2015-10-02 | 3 | -17/+43 |
* | Send SNI extension mod_nss acts as a reverse proxy | standa | 2015-10-02 | 1 | -0/+39 |
* | Don't run live webserver tests as the root user | Rob Crittenden | 2015-10-02 | 1 | -1/+5 |
* | Update README with SNI information and other useful bits | Rob Crittenden | 2015-10-02 | 1 | -0/+14 |
* | Update ChangeLog, fix frees, build Apache 2.2, autoconf | Rob Crittenden | 2015-10-02 | 1 | -0/+10 |
* | Modernize autotools configuration slightly, add config.h | Rob Crittenden | 2015-10-02 | 3 | -6/+17 |
* | Fix some compiler warnings (and one real bug) | Rob Crittenden | 2015-10-02 | 2 | -6/+5 |
* | Fix compatibility with RHEL 6.x (Apache 2.2.x and NSS 3.15.1) | Rob Crittenden | 2015-10-02 | 12 | -8/+97 |
* | Replace PR_Free with PORT_Free | standa | 2015-10-02 | 1 | -3/+3 |
* | Initialize session_tickets as FALSE instead of UNSET | Fedora Cloud User | 2015-10-02 | 1 | -1/+1 |
* | Add -DH as another exclusion in the SSLv3 cipher test | Rob Crittenden | 2015-10-02 | 1 | -1/+1 |
* | Update changelog with SNI, SECURE_RENEG, hints | Rob Crittenden | 2015-10-02 | 1 | -0/+5 |
* | Add some hints when NSS database cannot be initialized | Rob Crittenden | 2015-10-02 | 1 | -7/+35 |
* | Add the SECURE_RENEG environment variable | Rob Crittenden | 2015-10-02 | 2 | -0/+8 |
* | Enable the core dump directory | Rob Crittenden | 2015-10-02 | 1 | -0/+2 |
* | Always enable the glibc memory checking routines | Rob Crittenden | 2015-10-02 | 1 | -1/+3 |
* | Add test suite for SNI | Rob Crittenden | 2015-10-02 | 12 | -130/+510 |
* | Add support for Server Name Indication (SNI) | Rob Crittenden | 2015-10-02 | 8 | -13/+383 |
* | Update changelog with memory, SHA384 and OpenSSL ciphers | Rob Crittenden | 2015-10-02 | 1 | -0/+7 |
* | NSS added support for some SHA384 ciphers, add them | Rob Crittenden | 2015-10-02 | 6 | -5/+130 |
* | Fix cipher memory leak and use PORT_Free instead of PR_Free | Rob Crittenden | 2015-10-02 | 1 | -2/+3 |