3 Sep
2025
3 Sep
'25
2:21 p.m.
Hans Leidekker (@hans) commented about dlls/secur32/tests/schannel.c:
pfx.pbData = (BYTE *)pfxdata; pfx.cbData = sizeof(pfxdata); - store = PFXImportCertStore(&pfx, NULL, CRYPT_EXPORTABLE|CRYPT_USER_KEYSET|PKCS12_NO_PERSIST_KEY); + store = PFXImportCertStore(&pfx, NULL, CRYPT_EXPORTABLE|CRYPT_USER_KEYSET|PKCS12_NO_PERSIST_KEY|PKCS12_ALWAYS_CNG_KSP);
There's no need to add the flag in this test. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8894#note_114747