Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.7.0, 5.12, 5.13
Description
On iOS and macOS QSslCertificate::importPkcs12() is missing implementation for the default secure transport ssl backend.
OpenSSL backend can be used to workaround this issue on those systems.
Use attached test application to reproduce the issue.
1. Run attached app
Expected:
certificate.pfx gets successfully imported
Actual:
Unimplemented code. is printed out