Juan Lang : crypt32: Add support for CRLs.

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 25 14:18:23 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: c4f2bcf3d1e1b96eb04efe6d87595897596c18fc
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=c4f2bcf3d1e1b96eb04efe6d87595897596c18fc

Author: Juan Lang <juan_lang at 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=c4f2bcf3d1e1b96eb04efe6d87595897596c18fc



More information about the wine-cvs mailing list