summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix usage string in nss_pcache to include semidRob Crittenden2014-02-211-1/+1
* Documentation formatting fixesTomas Hoger2014-02-211-104/+100
* Add support for TLS v1.1, protocol ranges.Rob Crittenden2014-02-215-90/+259
* Only clear the SSL Session Cache when shutting the server down.Rob Crittenden2013-10-111-3/+3
* Moved 'nss_pcache' and provided compatibility link.Matthew Harmsen2013-07-031-1/+9