Module: wine Branch: refs/heads/master Commit: ed66801d3ae640511ff477f91d926593d05c9711 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ed66801d3ae640511ff477f9...
Author: Juan Lang juan_lang@yahoo.com Date: Tue May 9 23:25:04 2006 -0700
crypt32: Partially implement CertGetIssuerCertificateFromStore.
---
dlls/crypt32/crypt32.spec | 2 - dlls/crypt32/store.c | 54 +++++++++++++++++++ dlls/crypt32/tests/store.c | 124 ++++++++++++++++++++++++++++++++++++++++++++ include/wincrypt.h | 13 +++++ 4 files changed, 192 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=ed66801d3ae640511ff4...