Module: wine Branch: master Commit: b633d6a382fb93aff1ca9e14bcf00dfc0ac5d957 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b633d6a382fb93aff1ca9e14...
Author: Juan Lang juan_lang@yahoo.com Date: Mon Aug 14 22:27:31 2006 -0700
crypt32: Implement CertCreateCertificateChainEngine and CertFreeCertificateChainEngine.
---
dlls/crypt32/Makefile.in | 1 dlls/crypt32/chain.c | 172 ++++++++++++++++++++++++++++++++++++++++ dlls/crypt32/crypt32.spec | 4 - dlls/crypt32/tests/Makefile.in | 1 dlls/crypt32/tests/chain.c | 108 +++++++++++++++++++++++++ 5 files changed, 284 insertions(+), 2 deletions(-) create mode 100644 dlls/crypt32/chain.c create mode 100644 dlls/crypt32/tests/chain.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=b633d6a382fb93aff1ca...