summaryrefslogtreecommitdiff
path: root/cpputil/tls_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpputil/tls_parser.h')
-rw-r--r--cpputil/tls_parser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpputil/tls_parser.h b/cpputil/tls_parser.h
index 05dd99fc8..6636b3c6a 100644
--- a/cpputil/tls_parser.h
+++ b/cpputil/tls_parser.h
@@ -74,6 +74,11 @@ const uint8_t kTlsFakeChangeCipherSpec[] = {
0x01 // Value
};
+const uint8_t kCtDtlsCiphertext = 0x20;
+const uint8_t kCtDtlsCiphertextMask = 0xE0;
+const uint8_t kCtDtlsCiphertext16bSeqno = 0x08;
+const uint8_t kCtDtlsCiphertextLengthPresent = 0x04;
+
static const uint8_t kTls13PskKe = 0;
static const uint8_t kTls13PskDhKe = 1;
static const uint8_t kTls13PskAuth = 0;