diff options
author | lloyd <[email protected]> | 2012-11-06 14:59:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-11-06 14:59:48 +0000 |
commit | 2458460b4478b7464dede87dc3beff8ea2838789 (patch) | |
tree | f399cb8e116b48d03909ae75b3e66a29c59ad0aa /src/tls/tls_messages.h | |
parent | 6b075b7655d818a29ce5c8168cd22e3bc30f219c (diff) |
Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and
asn1_time.h
Diffstat (limited to 'src/tls/tls_messages.h')
-rw-r--r-- | src/tls/tls_messages.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tls/tls_messages.h b/src/tls/tls_messages.h index f1d4aa887..52ff52c12 100644 --- a/src/tls/tls_messages.h +++ b/src/tls/tls_messages.h @@ -522,6 +522,9 @@ class Next_Protocol : public Handshake_Message std::string m_protocol; }; +/** +* New Session Ticket Message +*/ class New_Session_Ticket : public Handshake_Message { public: @@ -546,6 +549,9 @@ class New_Session_Ticket : public Handshake_Message std::vector<byte> m_ticket; }; +/** +* Change Cipher Spec +*/ class Change_Cipher_Spec : public Handshake_Message { public: |