3 Oct
2006
3 Oct
'06
10:18 a.m.
Module: wine Branch: master Commit: 2868977995dcd334982e63dc3bb56be51c9e5b0a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2868977995dcd334982e63dc... Author: Juan Lang <juan_lang(a)yahoo.com> Date: Mon Oct 2 21:46:08 2006 -0700 crypt32: Implement CryptSignAndEncodeCertificate. --- dlls/crypt32/cert.c | 107 ++++++++++++++++++++++++++++++++++++++++----- dlls/crypt32/crypt32.spec | 2 - dlls/crypt32/tests/cert.c | 92 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 188 insertions(+), 13 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2868977995dcd334982e...