aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_tls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix TLS signature algorithm intoleranceJack Lloyd2018-10-161-0/+10
* Fix bug that broke session decryption (and thus resumption)Jack Lloyd2018-04-091-0/+6
* Add missing overrides [ci skip]Jack Lloyd2018-02-191-1/+1
* Add a test of TLS handshake with custom curve (secp112r1 in this case)Jack Lloyd2018-02-131-5/+31
* Use enums for TLS key exchange group paramsJack Lloyd2018-02-131-6/+13
* Have to remove sessions on client sideJack Lloyd2018-01-301-1/+1
* Move generic TLS tests to test_tls.cppJack Lloyd2018-01-281-166/+0
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-2/+7
* Avoid resuming a session if policy doesn't allow itJack Lloyd2018-01-281-3/+3
* Blind attempt at fixing #1431Jack Lloyd2018-01-281-3/+2
* Add tests for server passing CA names for client authJack Lloyd2018-01-271-596/+289
* Fix a few warningsJack Lloyd2018-01-271-1/+1
* Make it possible to test custom extensionsJack Lloyd2018-01-271-256/+272
* Build fix when threads are disabled [ci skip]Jack Lloyd2018-01-191-0/+2
* Add copyright statements to files modified in the preceding 2 commitsHarry Reimann2017-12-041-0/+1
* Make support for certificate status messages optional via policyHarry Reimann2017-12-041-0/+3
* Add support for ARIA GCM ciphersuitesJack Lloyd2017-11-031-0/+5
* Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-171-4/+7
* Avoid protected data member in TLS testsJack Lloyd2017-10-021-4/+5
* Further header cleanupsJack Lloyd2017-09-281-0/+1
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-3/+3
* More include header cleanupsJack Lloyd2017-09-211-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-94/+183
* Fix botan_privkey_create if the desired algorithm was not available in buildJack Lloyd2017-04-031-0/+2
* fix mem leak in tls unit testsDaniel Neus2017-03-031-4/+6
* Remove std::cout accidentally left from debuggingRené Korthaus2017-02-121-4/+0
* Fix compiling TLS tests without DSAJack Lloyd2017-02-111-0/+2
* Correct GH #869 for DSS CBC suitesJack Lloyd2017-02-071-2/+2
* Use SHA-384 with DHE_DSS_AES_256_CBCRené Korthaus2017-02-061-1/+5
* Add tests for DHE_DSS ciphersuitesRené Korthaus2017-02-061-5/+88
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-2/+2
* Avoid deprecation warning in TLS testsJack Lloyd2017-01-091-0/+3
* Avoid construct in test that causes compilation problem on XCode 6Jack Lloyd2017-01-041-2/+15
* Increase default TLS DH min to 2048 bits, and add BSI policy class.Jack Lloyd2016-12-301-1/+3
* Remove reference to CECPQ1_PSK OCB ciphersuite in test.Jack Lloyd2016-12-301-1/+0
* Add CECPQ1 OCB ciphersuitesJack Lloyd2016-12-301-0/+7
* One more Camellia TLS test fixJack Lloyd2016-12-281-1/+8
* Fix Camellia TLS testsJack Lloyd2016-12-281-2/+9
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-11/+11
* Fix bad deref when ciphersuite value is larger than largest known idJack Lloyd2016-12-051-0/+25
* Add tests for TLS policy valuesJack Lloyd2016-11-261-5/+67
* Merge GH #653 OCSP and X.509 path validation refactorJack Lloyd2016-11-251-22/+25
|\
| * Fix TLS tests wrt validation changesJack Lloyd2016-11-251-12/+25
| * Move TLS cert verification callback from Credentials_Manager to TLS::CallbacksJack Lloyd2016-11-231-10/+0
* | Add a test of TLS::Alert::type_stringJack Lloyd2016-11-251-5/+61
|/
* Add brainpool test to TLSJack Lloyd2016-11-191-1/+3
* Merge GH #729 Add CECPQ1 (x25519+NewHope) TLS ciphersuitesJack Lloyd2016-11-191-0/+4
|\
| * Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-0/+4
* | Fix TLS testJack Lloyd2016-11-181-4/+4
|/
* Fix TLS corruption tests.Jack Lloyd2016-11-151-4/+4