Skip to content

Commit

Permalink
Merge pull request tlsfuzzer#575 from tomato42/fix-etm-renegotiation
Browse files Browse the repository at this point in the history
test-encrypt-then-mac-renegotiation: fix exts
  • Loading branch information
tomato42 committed Sep 3, 2019
2 parents 345f1ff + b38ad83 commit 89b6b45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test-encrypt-then-mac-renegotiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def main():
node = node.add_child(ClientHelloGenerator(ciphers,
session_id=bytearray(0),
extensions=extensions))
extensions = {ExtensionType.encrypt_then_mac:None,
ExtensionType.renegotiation_info:None}
node = node.add_child(ExpectServerHello(extensions=extensions))
node = node.add_child(ExpectCertificate())
node = node.add_child(ExpectServerHelloDone())
Expand Down

0 comments on commit 89b6b45

Please sign in to comment.