From b097476824b356bfd025e7afffdc4650bae2b375 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Sun, 14 Jul 2019 23:49:37 +0300 Subject: Tests: TestApplicationTLS.openssl_conf() introduced. --- test/test_tls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_tls.py') diff --git a/test/test_tls.py b/test/test_tls.py index df3499da..076a2c38 100644 --- a/test/test_tls.py +++ b/test/test_tls.py @@ -145,6 +145,8 @@ class TestTLS(TestApplicationTLS): def test_tls_certificate_key_ec(self): self.load('empty') + self.openssl_conf() + subprocess.call( [ 'openssl', -- cgit