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:
@@ -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
|
||||
|
Reference in New Issue
Block a user