Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TLS would try to negotiate x25519 even if disabled | Jack Lloyd | 2018-06-15 | 1 | -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 policy | Jack Lloyd | 2018-06-14 | 1 | -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 Lloyd | 2018-05-29 | 1 | -6/+6 |
| | |||||
* | Add missing override | Jack Lloyd | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | Fix bug that broke session decryption (and thus resumption) | Jack Lloyd | 2018-04-09 | 1 | -0/+48 |
| | | | | Introduced in 3657639ab. Add a test that would have caught this | ||||
* | Fix off by one when decoding TLS-CBC ciphertexts | Jack Lloyd | 2018-04-09 | 1 | -0/+113 |
| | |||||
* | Rename test data file to match the test name | Jack Lloyd | 2018-04-08 | 1 | -1/+1 |
| | |||||
* | Use enums for TLS key exchange group params | Jack Lloyd | 2018-02-13 | 1 | -5/+6 |
| | |||||
* | Move generic TLS tests to test_tls.cpp | Jack Lloyd | 2018-01-28 | 1 | -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 sources | lloyd | 2014-01-07 | 1 | -281/+0 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -0/+281 |