Module: wine Branch: master Commit: 226fd5cb2345f65f520e765251706b6ea83802e4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=226fd5cb2345f65f520e76525...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jan 28 15:38:38 2019 +0100
crypt32: Initial implementation of PFXImportCertStore.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=226fd5cb2345f65f520e7...