wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / crypt32 / filestore.c
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.