From 4040bc21ab09408cb6f188c4c747fb55499d9f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Sat, 23 Aug 2014 12:46:05 +0200 Subject: Added QAsn1Element This element can be used for backends that do not offer all the information that is needed when implementing a ssl certificate backend. WinRT and the SecureTransport lack functionality in this area for example. The sources and tests are added for ssl and openssl configurations in order to be tested. The condition for adding these can be changed as soon as they are used by an actual implementation Change-Id: I2b836133105afdc178bf3b1ee7d732bea069effa Reviewed-by: Andrew Knight --- tests/auto/network/ssl/qasn1element/qasn1element.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/auto/network/ssl/qasn1element/qasn1element.pro (limited to 'tests/auto/network/ssl/qasn1element/qasn1element.pro') diff --git a/tests/auto/network/ssl/qasn1element/qasn1element.pro b/tests/auto/network/ssl/qasn1element/qasn1element.pro new file mode 100644 index 0000000000..524c772443 --- /dev/null +++ b/tests/auto/network/ssl/qasn1element/qasn1element.pro @@ -0,0 +1,7 @@ +CONFIG += testcase +CONFIG += parallel_test + +SOURCES += tst_qasn1element.cpp +QT = core network network-private testlib + +TARGET = tst_qasn1element -- cgit v1.2.3