Module: wine Branch: master Commit: 282eb73bc3eafe63f3f33117370b7e891011353b URL: http://source.winehq.org/git/wine.git/?a=commit;h=282eb73bc3eafe63f3f3311737...
Author: Juan Lang juan.lang@gmail.com Date: Wed Aug 20 11:57:21 2008 -0700
crypt32: Use CMS messages rather than PKCS messages internally.
---
dlls/crypt32/crypt32_private.h | 20 +++--- dlls/crypt32/decode.c | 6 +- dlls/crypt32/encode.c | 10 ++-- dlls/crypt32/msg.c | 149 +++++++++++++++++++++++++++++++--------- dlls/crypt32/serialize.c | 4 +- 5 files changed, 135 insertions(+), 54 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=282eb73bc3eafe63f3f331...