Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kdwsdl2cpp]Add option for loading PKCS12 certificates #190

Merged

Conversation

martonmiklos
Copy link
Contributor

I needed to interact with a web service protected with PKCS12 based certificate.
To parse the WSDL files from these servers I added two command line arguments to the kdwsdl2cpp to being able to load a certificate file.

Ps. because the QSslCertificate::importPkcs12 is only supported above Qt 5.4 and newer I have added guards around the new functionality.

@dfaure-kdab , @caspermeijn this is the same modification what I have submitted in PR #187 (plus the David requested warning in the help), but somehow I cannot amend and push it anymore (it shows an unknown repository as source):
kép

@dfaure-kdab dfaure-kdab merged commit 82b0af3 into KDAB:master Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants