Skip to content

Commit

Permalink
Merge pull request #264 from tomato42/draft-ids
Browse files Browse the repository at this point in the history
add handshake types from draft TLS 1.3 versions
  • Loading branch information
tomato42 committed May 30, 2018
2 parents a683a9d + 2e68a9e commit 5f6110b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tlslite/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class HandshakeType(TLSEnum):
client_hello = 1
server_hello = 2
new_session_ticket = 4
hello_retry_request = 6 # draft version of TLS 1.3
encrypted_extensions = 8
certificate = 11
server_key_exchange = 12
Expand Down

0 comments on commit 5f6110b

Please sign in to comment.