summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix invalid read when retrieving PEM certificateRob Crittenden2015-10-021-8/+3
* Implement EECDH, kECDH, AECDH, ECDSA and aECDSA cipher macrosRob Crittenden2015-10-022-0/+46
* The OpenSSL DEFAULT cipher macro shouldn't enable NULL ciphersRob Crittenden2015-10-022-0/+21
* Update ChangeLog with doc, compiler warning and cipher fixesRob Crittenden2015-10-021-0/+7
* Correctly handle disabled ciphersRob Crittenden2015-10-021-1/+1
* Add cast to suppress compiler warningRob Crittenden2015-08-271-1/+1
* Use %ld instead of %d for potentially long integer valuesRob Crittenden2015-08-271-1/+1
* Switch set_cipher_value() to void since there is no return valueRob Crittenden2015-08-271-4/+2
* Fix usage of sizeof() within strncat to not overflow bufferRob Crittenden2015-08-271-4/+4
* Add 'v' to refererences of protocols (e.g. SSLv3)Matthew Harmsen2015-07-291-7/+8
* Update ChangeLog with some recent updatesRob Crittenden2015-07-271-0/+8
* Fix logical AND support in OpenSSL cipher compatibilityRob Crittenden2015-07-227-155/+401
* Add support for TLS Session Tickets (RFC 5077)Rob Crittenden2015-06-115-0/+34
* Add RenegBufferSize optionRob Crittenden2015-06-106-7/+67
* Fix test failure due to line number change in test_cipher.pyRob Crittenden2015-02-271-1/+1
* Change way test_cipher is built to avoid parallel build problemsRob Crittenden2015-02-271-2/+1
* Become 1.0.11Rob Crittenden2014-12-021-1/+1
* Address compiler warningRob Crittenden2014-12-021-2/+2
* Add compatibility for mod_ssl-style cipher definitionsRob Crittenden2014-12-0215-267/+946
* Initialize cipher list when re-negotiating handshake.Rob Crittenden2014-11-212-0/+27
* Completely remove support for SSLv2Rob Crittenden2014-11-126-116/+22