Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schannel: when importing PFX, disable key persistence
By default, the PFXImportCertStore API persists the key in the user's key store (as though the certificate was being imported for permanent, ongoing use.) The documentation specifies that keys that are not to be persisted should be imported with the flag `PKCS12_NO_PERSIST_KEY`. NOTE: this flag is only supported on versions of Windows newer than XP and Server 2003. Fixes curl#9300 Closes curl#9363
- Loading branch information