Francois Gouget
|
df4d664582
|
crypt32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-24 16:57:27 +01:00 |
Reece Dunn
|
786a2bd542
|
crypt32: Removed the failing base64 test in Vista.
|
2008-08-04 13:01:19 +02:00 |
Reece Dunn
|
2f445e4e4a
|
crypt32/tests: Be more verbose on the failing base64 tests on Vista to help locate the failures.
|
2008-07-23 13:54:25 +02:00 |
Paul Vriens
|
5faa3d0a59
|
crypt32/tests: No need to check return value of GetModuleHandle.
|
2007-03-14 22:44:14 +01:00 |
Paul Vriens
|
68fec9028c
|
crypt32/tests: Use GetModuleHandle and skip.
|
2007-03-13 21:07:58 +01:00 |
Juan Lang
|
353cd81c9a
|
crypt32/tests: Win64 printf format warning fixes.
|
2006-10-02 14:40:14 +02:00 |
Alexandre Julliard
|
93fd4524e4
|
crypt32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
|
2006-06-13 13:56:39 +02:00 |
Juan Lang
|
3174806f86
|
crypt32: Make base64 tests loadable on win9x.
|
2006-06-02 11:20:41 +02:00 |
Juan Lang
|
23791c2510
|
crypt32: Implement CryptBinaryToStringA and CryptStringToBinaryA.
Implement CryptBinaryToStringA and CryptStringToBinaryA based on Kai
Blin's base64 encoder/decoder.
|
2006-05-31 11:58:40 +02:00 |