]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
test/pytests/test_tls: remove resumption test
authorOto Šťáva <oto.stava@nic.cz>
Tue, 7 May 2024 11:29:32 +0000 (13:29 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Mon, 13 May 2024 13:09:22 +0000 (15:09 +0200)
commit883364b7085d4c8d49ced730acafd676623f5ca1
tree73d0e81f89e7a7bb3179b8c95537506966f7ec18
parent6c5949d8e0e767569ad4e4572db19bd117c9eb28
test/pytests/test_tls: remove resumption test

Knot Resolver disables resumption on TLS <=1.2 as it is vulnerable to
replay attacks, so the test makes no sense, as that one was specifically
disabled for TLS >=1.3 (Python had no support for it at the time).

We should make a new test for this with TLS 1.3 support.
tests/pytests/test_tls.py