aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_tls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TLS would try to negotiate x25519 even if disabledJack Lloyd2018-06-151-1/+7
| | | | | | | | Also reorder ECC groups to actually match performance characteristics. I'm not sure when P-384 was slower than P-521 but it certainly isn't anymore. Fixes #1607
* Add 192-bit Suite B policyJack Lloyd2018-06-141-2/+6
| | | | Since 128-bit policy is actually not even allowed since 2015.
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-6/+6
|
* Add missing overrideJack Lloyd2018-04-091-1/+1
|
* Fix bug that broke session decryption (and thus resumption)Jack Lloyd2018-04-091-0/+48
| | | | Introduced in 3657639ab. Add a test that would have caught this
* Fix off by one when decoding TLS-CBC ciphertextsJack Lloyd2018-04-091-0/+113
|
* Rename test data file to match the test nameJack Lloyd2018-04-081-1/+1
|
* Use enums for TLS key exchange group paramsJack Lloyd2018-02-131-5/+6
|
* Move generic TLS tests to test_tls.cppJack Lloyd2018-01-281-0/+303
| | | | | | Leaves unit_tls.cpp for the handshake level tests. Add some basic tests of the string<->enum conversions in tls_algos.h
* Rename test sourceslloyd2014-01-071-281/+0
|
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+281