summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for sqlite NSS databasesRob Crittenden2014-10-2810-24/+57
* Add stokos@suse.de to AUTHORS and ChangelogRob Crittenden2014-10-282-0/+4
* Compare subject CN and VS hostname during server start upstanda2014-10-221-5/+13
* gencert is not executable in the tree so call bash directlyRob Crittenden2014-10-221-1/+1
* Become 1.0.10Rob Crittenden2014-10-172-1/+6
* Add a new VirtualHost for testing TLS v1.2Rob Crittenden2014-10-179-18/+210
* Don't enable SSL 3 by defaultRob Crittenden2014-10-163-5/+5
* Add support for enabling TLS v1.2Rob Crittenden2014-10-165-71/+86
* Correct the gencert man page, the NSS database has a passwordRob Crittenden2014-07-021-1/+1
* Become 1.0.9Rob Crittenden2014-02-261-1/+5
* Add some basic functional tests.Rob Crittenden2014-02-2611-5/+1804
* Finally added a .gitignoreRob Crittenden2014-02-241-0/+31
* Remove an unused variableRob Crittenden2014-02-211-3/+0
* Apache 2.4 compatibility changesRob Crittenden2014-02-218-13/+13
* Rename configure.in to configure.acRob Crittenden2014-02-211-0/+0
* Remove a bunch of auto-generated filesRob Crittenden2014-02-2112-39974/+258
* Update Changelog and AUTHORSRob Crittenden2014-02-212-0/+48
* Fix incorrect handling of NSSVerifyClient in directory contextRob Crittenden2014-02-211-1/+1
* Fix argument handling in nss_pcacheRob Crittenden2014-02-211-2/+2
* Move nss_pcache to /usr/libexecRob Crittenden2014-02-212-2/+3
* Work with mod_proxy when mod_ssl is also loaded.Rob Crittenden2014-02-213-27/+52
* Document sample mod_nss use cases, including FIPS.Rob Crittenden2014-02-211-2/+297
* Install nss_pcache.8 man pageRob Crittenden2014-02-211-0/+1
* Clarify the error messages to distinguish between server and proxyRob Crittenden2014-02-211-4/+38