| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove "Invalid argument" and "Decoding Error" prefixes
|
|
|
|
|
| |
Now all extensions are parsed at least to the extent of creating an
unknown extension object.
|
| |
|
| |
|
|
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.
|