Michael Stefaniuc
6af92365ea
crypt32: Use assignment instead of memcpy to copy structs.
2013-02-05 20:15:36 +01:00
Juan Lang
1040e41516
Revert "crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.".
...
This reverts commit 78c9015861
.
The comments in the tests indicate that the tests are a little funny
anyway, so they clearly weren't enough justification for the change
introduced here.
2012-11-02 11:00:20 +01:00
Michael Stefaniuc
2793be9c6d
crypt32: Avoid TRUE:FALSE conditional expressions.
2012-08-13 11:49:49 +02:00
Alexander Morozov
02ab124cd2
crypt32: Implement CryptEncryptMessage.
2010-12-08 16:50:58 +01:00
Michael Stefaniuc
ef24756291
crypt32: Remove redundant NULL check before CryptMemFree (Smatch).
2010-09-29 10:06:01 +02:00
Alexander Morozov
dfd3e2dcd5
crypt32: Add a stub for CryptEncryptMessage.
2010-09-18 13:07:28 +02:00
Alexander Morozov
8cdf146317
crypt32: Implement CryptSignMessage.
2010-09-16 13:59:01 -05:00
Alexander Morozov
3bea7f943e
crypt32: Add stub for CryptSignMessage.
2010-09-13 14:46:41 -05:00
Juan Lang
78c9015861
crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.
2010-08-23 11:52:03 +02:00
Mikko Rasa
a4435e3adc
crypt32: Only clear *pcbDecoded on error in CryptVerifyMessageSignature.
2010-08-19 17:32:18 +02:00
Juan Lang
8c0e089d68
crypt32: Simplify CryptVerifyMessageSignature.
2008-09-09 11:46:15 +02:00
Juan Lang
cb5385e326
crypt32: Implement CryptVerifyDetachedMessageSignature.
2008-09-09 11:46:15 +02:00
Juan Lang
814451a420
crypt32: Add stub for CryptVerifyDetachedMessageSignature.
2008-09-09 11:46:15 +02:00
Juan Lang
f98eb4a8a0
crypt32: Implement CryptVerifyMessageHash.
2008-09-09 11:46:15 +02:00
Juan Lang
3cef67d5ca
crypt32: Add stub for CryptVerifyMessageHash.
2008-09-09 11:46:14 +02:00
Juan Lang
4e6515e027
crypt32: Implement CryptVerifyDetachedMessageHash.
2008-08-27 13:21:21 +02:00
Juan Lang
6372b62863
crypt32: Add stub for CryptVerifyDetachedMessageHash.
2008-08-27 13:21:21 +02:00
Juan Lang
a203640b5a
crypt32: Reduce excessive indenting.
2008-08-21 11:35:31 +02:00
Juan Lang
2849333f25
crypt32: Implement CryptHashMessage.
2008-07-29 11:52:22 +02:00
Juan Lang
628d773ebd
crypt32: Add stub for CryptHashMessage.
2008-07-29 11:52:10 +02:00
Juan Lang
c1a69ee36d
crypt32: Move simplified message functions to their own file.
2008-07-29 11:51:45 +02:00