Alexandre Julliard pushed to branch master at wine / wine
Commits: bc4e25ff by Christian Tinauer at 2025-09-04T13:52:11+02:00 crypt32: Accept PKCS12_ALWAYS_CNG_KSP flag and fall back to standard import.
Some applications (including .NET Core) specify the PKCS12_ALWAYS_CNG_KSP flag when calling PFXImportCertStore. According to Microsoft's documentation, this flag indicates that the CNG key storage provider should always be used, but if it is not available the import will not fail.
- - - - -
2 changed files:
- dlls/crypt32/pfx.c - dlls/crypt32/tests/store.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/bc4e25ffff884af5aeb46faf96452b1...