summaryrefslogtreecommitdiffhomepage
path: root/test/test_tls.py
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2019-07-14 23:49:37 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2019-07-14 23:49:37 +0300
commitb097476824b356bfd025e7afffdc4650bae2b375 (patch)
treecc7751acb112f390413993b3cb1ecfdde505c2a9 /test/test_tls.py
parent72e987e1105822fa10899378d26b2706f04f5515 (diff)
downloadunit-b097476824b356bfd025e7afffdc4650bae2b375.tar.gz
unit-b097476824b356bfd025e7afffdc4650bae2b375.tar.bz2
Tests: TestApplicationTLS.openssl_conf() introduced.
Diffstat (limited to 'test/test_tls.py')
-rw-r--r--test/test_tls.py2
1 files changed, 2 insertions, 0 deletions
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',