Module: wine Branch: refs/heads/master Commit: c4f2bcf3d1e1b96eb04efe6d87595897596c18fc URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c4f2bcf3d1e1b96eb04efe6d...
Author: Juan Lang juan_lang@yahoo.com Date: Thu May 25 09:01:03 2006 -0700
crypt32: Add support for CRLs.
---
dlls/crypt32/Makefile.in | 1 dlls/crypt32/crl.c | 445 ++++++++++++++++++++++++++++++++++++ dlls/crypt32/crypt32.spec | 3 dlls/crypt32/store.c | 537 +++++++++++++++++++++++++++++++++++--------- dlls/crypt32/tests/store.c | 311 +++++++++++++++++++++++++ include/wincrypt.h | 16 + 6 files changed, 1208 insertions(+), 105 deletions(-) create mode 100644 dlls/crypt32/crl.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=c4f2bcf3d1e1b96eb04e...