qt5base-lts/tests/auto/network/ssl/qsslcertificate/pkcs12
Richard J. Moore 1a8788d966 Move the PKCS#12 support from QSslSocket to QSslCertificate.
Discussed with Peter and agreed that it's a slightly better fit there.

Change-Id: If8db777336e2273670a23d75d8542b30c07e0d7b
Reviewed-by: Daniel Molkentin <daniel@molkentin.de>
Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
2014-05-14 11:08:01 +02:00
..
inter.crt Move the PKCS#12 support from QSslSocket to QSslCertificate. 2014-05-14 11:08:01 +02:00
leaf.crt Move the PKCS#12 support from QSslSocket to QSslCertificate. 2014-05-14 11:08:01 +02:00
leaf.key Move the PKCS#12 support from QSslSocket to QSslCertificate. 2014-05-14 11:08:01 +02:00
leaf.p12 Move the PKCS#12 support from QSslSocket to QSslCertificate. 2014-05-14 11:08:01 +02:00
README Move the PKCS#12 support from QSslSocket to QSslCertificate. 2014-05-14 11:08:01 +02:00

The PKCS#12 bundle was created by running the following on
in the qsslsocket/certs directory:

openssl pkcs12 -export -in leaf.crt -inkey leaf.key \
               -out leaf.p12 \
               -certfile inter.crt -CAfile ca.crt

No password was provided.