Hans Leidekker : crypt32: Initial implementation of PFXImportCertStore.

Alexandre Julliard julliard at winehq.org
Tue Jan 29 15:18:16 CST 2019


Module: wine
Branch: master
Commit: 226fd5cb2345f65f520e765251706b6ea83802e4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=226fd5cb2345f65f520e765251706b6ea83802e4

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Mon Jan 28 15:38:38 2019 +0100

crypt32: Initial implementation of PFXImportCertStore.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crypt32/Makefile.in       |   2 +
 dlls/crypt32/crypt32_private.h |   3 +
 dlls/crypt32/decode.c          |  14 ---
 dlls/crypt32/encode.c          |  14 ---
 dlls/crypt32/main.c            |   6 +
 dlls/crypt32/pfx.c             | 238 +++++++++++++++++++++++++++++++++++++
 dlls/crypt32/tests/store.c     | 264 +++++++++++++++++++++++++++++++++++++++++
 include/wincrypt.h             |  12 +-
 8 files changed, 523 insertions(+), 30 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=226fd5cb2345f65f520e765251706b6ea83802e4



More information about the wine-cvs mailing list