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 38bc126 commit 8a534d9Copy full SHA for 8a534d9
scripts/generate_tls_handshake_tests.py
@@ -14,9 +14,8 @@
14
15
from mbedtls_framework import tls_test_case
16
from mbedtls_framework import typing_util
17
-import translate_ciphers
18
-
19
from mbedtls_framework.tls_test_case import Side, Version
+import translate_ciphers
20
21
22
# Assume that a TLS 1.2 ClientHello used in these tests will be at most
@@ -27,6 +26,7 @@
27
26
TLS_HANDSHAKE_FRAGMENT_MIN_LENGTH = 4
28
29
def write_tls_handshake_defragmentation_test(
+ #pylint: disable=too-many-arguments
30
out: typing_util.Writable,
31
side: Side,
32
length: Optional[int],
0 commit comments