9158f5a979
The test CA I used for the QSslCertificate autotests had a short lifespan which meant that the tests now fail. See bug QTBUG-20582. This change gives it a lifespan of 10 years matching the leaf certificates. In addition, remove the temporary QEXPECT_FAIL statements. Change-Id: Ic1918e6e31f5cc755ec43d899663140ebe95a2a9 Merge-request: 37 Task-number: QTBUG-20582 Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/2548 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> |
||
---|---|---|
.. | ||
cacert.pem | ||
README | ||
test-addons-mozilla-org-cert.pem | ||
test-intermediate-ca-cert.pem | ||
test-intermediate-is-ca-cert.pem | ||
test-intermediate-not-ca-cert.pem | ||
test-ocsp-good-cert.pem |
openssl verify -CAfile cacert.pem -untrusted test-intermediate-ca-cert.pem test-intermediate-is-ca-cert.pem openssl verify -CAfile cacert.pem -untrusted test-ocsp-good-cert.pem test-intermediate-not-ca-cert.pem