Add NewSessionTicket test suite

Add a set of tests for checking that NewSessionTicket messages are
behaving as expected.

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Matt Caswell
2015-08-13 15:17:14 +01:00
parent 8af538e5c5
commit ddcc5e5b60
4 changed files with 240 additions and 8 deletions

View File

@@ -58,7 +58,8 @@ package TLSProxy::ClientHello;
use parent 'TLSProxy::Message';
use constant {
EXT_ENCRYPT_THEN_MAC => 22
EXT_ENCRYPT_THEN_MAC => 22,
EXT_SESSION_TICKET => 35
};
sub new