aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_tls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix TLS CBC in DTLS when a bad packet is received.Jack Lloyd2019-05-211-2/+1
* Fix some MSVC warningsJack Lloyd2018-12-101-2/+3
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-3/+4
* Fix more MSVC warningsJack Lloyd2018-10-011-1/+1
* TLS would try to negotiate x25519 even if disabledJack Lloyd2018-06-151-1/+7
* Add 192-bit Suite B policyJack Lloyd2018-06-141-2/+6
* 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
* 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
* Rename test sourceslloyd2014-01-071-281/+0
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+281