3 Sep
2025
3 Sep
'25
2:21 p.m.
Hans Leidekker (@hans) commented about dlls/winhttp/tests/winhttp.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 );
Or here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8894#note_114748