]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
pytests: add rehandshake test
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 27 Nov 2018 14:54:12 +0000 (15:54 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 4 Dec 2018 16:13:42 +0000 (17:13 +0100)
commitf65f20ef2f47c3248cc05fdcc679e45e32fb14ee
tree52618e320581dd96445b9144494527f23d838af1
parent922cb93f9162f528cd2f9dbf12335319ac47ff2a
pytests: add rehandshake test
12 files changed:
.gitlab-ci.yml
tests/pytests/kresd.py
tests/pytests/rehandshake/Makefile [new file with mode: 0644]
tests/pytests/rehandshake/array.h [new file with mode: 0644]
tests/pytests/rehandshake/tcp-proxy.c [new file with mode: 0644]
tests/pytests/rehandshake/tcp-proxy.h [new file with mode: 0644]
tests/pytests/rehandshake/tcproxy.c [new file with mode: 0644]
tests/pytests/rehandshake/tls-proxy.c [new file with mode: 0644]
tests/pytests/rehandshake/tls-proxy.h [new file with mode: 0644]
tests/pytests/rehandshake/tlsproxy.c [new file with mode: 0644]
tests/pytests/templates/kresd.conf.j2
tests/pytests/test_rehandshake.py [new file with mode: 0644]