aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_tls_policy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix mutex in oids.cppJack Lloyd2016-10-121-1/+0
| | | | Remove bogus includes for TLS tests
* New TLS positive and negative tests.Juraj Somorovsky2016-09-301-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.