aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_algos.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove house curve supportJack Lloyd2018-02-131-4/+0
|
* Use enums for TLS key exchange group paramsJack Lloyd2018-02-131-0/+4
|
* Move generic TLS tests to test_tls.cppJack Lloyd2018-01-281-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 Lloyd2018-01-281-0/+168
Adds support for PSS signatures (currently verifying only).