qt5base-lts/tests/auto/network/ssl/qasn1element/qasn1element.pro
Jeremy Lainé 4040bc21ab 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 <andrew.knight@digia.com>
2014-08-24 06:01:05 +02:00

8 lines
145 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
SOURCES += tst_qasn1element.cpp
QT = core network network-private testlib
TARGET = tst_qasn1element