Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Juan Lang
|
351ebcae25
|
crypt32: Add tests for CryptQueryObject.
|
2008-12-12 11:38:47 +01:00 |
Juan Lang
|
e6bcb4581f
|
crypt32: Add tests for CertCreateCTLContext.
|
2008-09-02 11:52:19 +02:00 |
Juan Lang
|
bca6cbcea7
|
crypt32: Move simplified message tests to their own file.
|
2008-07-29 11:52:04 +02:00 |
Juan Lang
|
3de0e4ac48
|
crypt32: Add basic tests for CryptMsg functions.
|
2007-06-29 12:34:02 +02:00 |
Juan Lang
|
353cd81c9a
|
crypt32/tests: Win64 printf format warning fixes.
|
2006-10-02 14:40:14 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Paul Vriens
|
b078b5ddd3
|
crypt32: Move SIP related tests to their own file.
|
2006-09-20 11:17:24 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Juan Lang
|
b633d6a382
|
crypt32: Implement CertCreateCertificateChainEngine and CertFreeCertificateChainEngine.
|
2006-08-15 12:57:37 +02:00 |
Juan Lang
|
6f75b5e4ad
|
crypt32: Rearrange functions a bit.
|
2006-06-20 20:37:02 +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 |
Juan Lang
|
2002e227cf
|
crypt32: Move certificate store functions to their own file.
|
2006-02-17 17:36:52 +01:00 |
Juan Lang
|
6a3b3f8635
|
crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.
|
2006-02-01 13:50:18 +01:00 |
Juan Lang
|
f702794f35
|
Implement more OID support functions.
Use the exported OID support functions internally.
Move OID support functions and stubs to a separate file.
|
2005-12-02 11:28:09 +01:00 |
Juan Lang
|
5ef9d88cab
|
Implement registry stores.
|
2005-09-07 13:25:56 +00:00 |
Alexandre Julliard
|
cc4da88563
|
Explicitly import kernel32 in tests that use it.
|
2005-08-27 09:27:09 +00:00 |
Juan Lang
|
02cb0c77d7
|
Implemented CryptHashCertificate.
|
2005-08-25 09:51:59 +00:00 |
Juan Lang
|
4b10986670
|
Add CertAlgIdToOID and CertOIDToAlgId, with tests.
|
2005-06-14 11:38:36 +00:00 |
Juan Lang
|
46185a9f8e
|
- add some tests for OID functions
- implement encoding integers
|
2005-06-02 10:34:03 +00:00 |
Kees Cook
|
255541a16e
|
Create basic test suite for CryptProtectData/CryptUnprotectData.
|
2005-05-24 09:58:26 +00:00 |