Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove house curve support | Jack Lloyd | 2018-02-13 | 1 | -4/+0 |
| | |||||
* | Use enums for TLS key exchange group params | Jack Lloyd | 2018-02-13 | 1 | -0/+4 |
| | |||||
* | Move generic TLS tests to test_tls.cpp | Jack Lloyd | 2018-01-28 | 1 | -5/+5 |
| | | | | | | Leaves unit_tls.cpp for the handshake level tests. Add some basic tests of the string<->enum conversions in tls_algos.h | ||||
* | Use enums to represent TLS signature and kex algorithms. | Jack Lloyd | 2018-01-28 | 1 | -0/+168 |
Adds support for PSS signatures (currently verifying only). |