We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9464cb commit 1b35a5cCopy full SHA for 1b35a5c
tls_parser/handshake_protocol.py
@@ -13,7 +13,7 @@ class TlsHandshakeTypeByte(IntEnum):
13
CLIENT_HELLO = 0x01
14
SERVER_HELLO = 0x02
15
HELLO_VERIFY_REQUEST = 0x03
16
- NEWSESSION_TICKET = 0x04
+ NEW_SESSION_TICKET = 0x04
17
CERTIFICATE = 0x0B
18
SERVER_KEY_EXCHANGE = 0x0C
19
CERTIFICATE_REQUEST = 0x0D
0 commit comments