Add a test for fragmented alerts
[openssl.git] / util / TLSProxy / Message.pm
index 85d5d6bcd47353c92061cbe07af51649e5b0b524..b8db22fb85f7f2d9f9b09476b59f5e25c3228b68 100644 (file)
@@ -36,7 +36,8 @@ use constant {
 
 #Alert descriptions
 use constant {
-    AL_DESC_CLOSE_NOTIFY => 0
+    AL_DESC_CLOSE_NOTIFY => 0,
+    AL_DESC_UNEXPECTED_MESSAGE => 10
 };
 
 my %message_type = (