[1/2] dlls/crypt32: implement PFXImportCertStore()

Juan Lang juan.lang at gmail.com
Thu Mar 25 13:34:01 CDT 2010


Whoops, forgot to cc wine-devel.

> I don't have any password-protected certificates to test with, so I can't add such a test (it was not required for our implementation).

You can if you create one (on Windows.)

> So what you want is to import two new functions (sk_X509_new_null() and sk_X509_free()) and use them to create a STACK_OF(X509) whose sole purpose is to detect if there are more certificates, and then ERR or TRACE if there are, and then dispose?

No, I suppose not.  A test marked todo_wine would be better.

> Ah. In that case, it does not really matter what the string is, right? I can remove it if you don't want it.

Please do ;)
--Juan



More information about the wine-devel mailing list