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 8720db5 commit f9dceb9Copy full SHA for f9dceb9
tlslite/constants.py
@@ -155,6 +155,7 @@ class ExtensionType(TLSEnum):
155
"""TLS Extension Type registry values"""
156
157
server_name = 0 # RFC 6066 / 4366
158
+ max_fragment_length = 1 # RFC 6066 / 4366
159
status_request = 5 # RFC 6066 / 4366
160
cert_type = 9 # RFC 6091
161
supported_groups = 10 # RFC 4492, RFC-ietf-tls-negotiated-ff-dhe-10
0 commit comments