This patch makes the test suite setup and use TLS for all of the test cases.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
rebased
The patch looks ok and it works. I think I'd prefer for the cert stuff be broken out into separate functions, if only for readability. So add a generate_ca() and a generate_cert() call (or name it as you wish).
LGTM, all tests are passing, ACK.
Pull-Request has been merged by puiterwijk
This patch makes the test suite setup and use TLS for all
of the test cases.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com