Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mutex in oids.cpp | Jack Lloyd | 2016-10-12 | 1 | -1/+0 |
| | | | | Remove bogus includes for TLS tests | ||||
* | New TLS positive and negative tests. | Juraj Somorovsky | 2016-09-30 | 1 | -0/+162 |
TLS message parsing: - CertificateVerify - HelloVerify - ClientHello (with extensions) - ServerHello (with extensions) - NewSessionTicket - Alert TLS message processing: - HelloVerify TLS Policy tests Unit tests with TLS client authentication Added test_throws method that checks the correct exception message. |