jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / crypt32 / filestore.c
2009-11-05  Juan Langcrypt32: Don't free a file store's mem store, it's...
2009-01-28  Michael Stefaniuccrypt32: Remove remaining superfluous pointer casts.
2008-12-20  Juan Langcrypt32: Don't restrict file stores to binary-encoded...
2008-09-02  Juan Langcrypt32: Add CTLs to the file store.
2007-10-19  Juan Langcrypt32: Use I_CertUpdateStore in file stores.
2007-10-01  Juan Langcrypt32: Implement opening file name stores from files...
2007-10-01  Juan Langcrypt32: Allow file stores to support more than one...
2007-10-01  Juan Langcrypt32: Create file store directly in CRYPT_FileNameOp...
2007-10-01  Juan Langcrypt32: Add a helper function to create a file store...
2007-09-28  Juan Langcrypt32: Use CertSaveStore to save file stores.
2007-09-28  Juan Langcrypt32: Rename a couple of functions.
2007-08-20  Juan Langcrypt32: Don't store the crypto provider when it isn...
2007-08-20  Juan Langcrypt32: Don't store redundant copy of crypto provider...
2007-08-17  Juan Langcrypt32: Move file store to a separate file.