Hans Leidekker (@hans) commented about dlls/crypt32/tests/store.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 );
Please add a test with these flags instead of modifying an existing test.