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.
2 parents 8720db5 + 8cd5243 commit 10fbafbCopy full SHA for 10fbafb
build-requirements.txt
@@ -1,7 +1,7 @@
1
coverage
2
hypothesis
3
coveralls
4
-pylint
+pylint<2.10
5
diff_cover
6
pytest>=4.6.5
7
pluggy>=0.7
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