Skip to content

Commit 10fbafb

Browse files
authored
Merge pull request #478 from tlsfuzzer/new_constants
add max_fragment_length extension id
2 parents 8720db5 + 8cd5243 commit 10fbafb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage
22
hypothesis
33
coveralls
4-
pylint
4+
pylint<2.10
55
diff_cover
66
pytest>=4.6.5
77
pluggy>=0.7

tlslite/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ class ExtensionType(TLSEnum):
155155
"""TLS Extension Type registry values"""
156156

157157
server_name = 0 # RFC 6066 / 4366
158+
max_fragment_length = 1 # RFC 6066 / 4366
158159
status_request = 5 # RFC 6066 / 4366
159160
cert_type = 9 # RFC 6091
160161
supported_groups = 10 # RFC 4492, RFC-ietf-tls-negotiated-ff-dhe-10

0 commit comments

Comments
 (0)