aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_tls_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New TLS positive and negative tests.Juraj Somorovsky2016-09-301-0/+203
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.