Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for SHA-1 signatures in TLS 1.2 | Jack Lloyd | 2021-02-13 | 1 | -19/+0 |
* | Remove support for DHE_PSK | Jack Lloyd | 2020-11-24 | 1 | -5/+0 |
* | Remove SRP support from TLS | Jack Lloyd | 2020-11-23 | 1 | -5/+0 |
* | Remove TLS support for DSA certificates/ciphersuites | Jack Lloyd | 2020-11-21 | 1 | -37/+0 |
* | Remove support for TLS anonymous DH/ECDH suites | Jack Lloyd | 2020-11-21 | 1 | -4/+0 |
* | Fix TLS signature algorithm intolerance | Jack Lloyd | 2018-10-16 | 1 | -4/+4 |
* | Fix interop bug in TLS server | Jack Lloyd | 2018-04-08 | 1 | -0/+29 |
* | Remove house curve support | Jack Lloyd | 2018-02-13 | 1 | -5/+0 |
* | Use enums for TLS key exchange group params | Jack Lloyd | 2018-02-13 | 1 | -0/+37 |
* | Move generic TLS tests to test_tls.cpp | Jack Lloyd | 2018-01-28 | 1 | -0/+2 |
* | Reorder signature scheme list | Jack Lloyd | 2018-01-28 | 1 | -12/+20 |
* | Use enums to represent TLS signature and kex algorithms. | Jack Lloyd | 2018-01-28 | 1 | -0/+355 |