aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/tls/client_hello.vec
Commit message (Collapse)AuthorAgeFilesLines
* Simplify exception messagesJack Lloyd2018-08-221-9/+9
| | | | Remove "Invalid argument" and "Decoding Error" prefixes
* Update TLS parser testsJack Lloyd2018-01-271-3/+3
| | | | | Now all extensions are parsed at least to the extent of creating an unknown extension object.
* Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-171-4/+4
|
* Fix tls_messages testsRené Korthaus2016-10-031-2/+2
|
* New TLS positive and negative tests.Juraj Somorovsky2016-09-301-0/+68
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.