Francois Gouget
|
df4d664582
|
crypt32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-24 16:57:27 +01:00 |
Juan Lang
|
5d5f7a41f0
|
crypt32: Removed unneeded strcmp.
|
2009-02-13 12:58:55 +01:00 |
Juan Lang
|
2d2e718b2b
|
crypt32: Fix a couple test failures on some Windows 98 systems.
|
2009-02-12 11:59:55 +01:00 |
Juan Lang
|
b972a5d355
|
crypt32: Support an alternate OID in order to fix a test on some Windows 98 systems.
|
2009-02-12 11:59:49 +01:00 |
James Hawkins
|
18c45d8be7
|
crypt32: Fix a failing test in Vista.
|
2008-09-11 11:50:23 +02:00 |
James Hawkins
|
56d5a7f169
|
crypt32: Fix a failing test in Vista.
|
2008-08-29 13:24:09 +02:00 |
Paul Vriens
|
b92d1c7fbe
|
crypt32/tests: Cleanup registry after tests.
|
2008-05-08 18:14:15 +02:00 |
James Hawkins
|
9d2cc2171f
|
crypt32: Fix a few tests that fail in win2k.
|
2008-04-11 11:16:18 +02:00 |
Paul Vriens
|
24e4267bf9
|
crypt32/tests: Skip test if we don't have enough rights.
|
2008-02-11 19:55:56 +01:00 |
Francois Gouget
|
c69d47fa49
|
crypt32/tests: Get the tests running on Windows 98.
|
2007-11-20 16:45:02 +01:00 |
Juan Lang
|
ad514dbc20
|
crypt32: Add basic tests for CryptGetDefaultOIDFunctionAddress.
|
2007-10-18 13:18:08 +02:00 |
Paul Vriens
|
023d6fd986
|
crypt32/tests: Skip tests if we don't have enough rights.
|
2007-06-13 12:58:44 +02:00 |
Paul Vriens
|
4c90bbd6f7
|
crypt32/tests: Use A-version for registry functions.
|
2007-04-24 11:53:51 +02:00 |
Juan Lang
|
353cd81c9a
|
crypt32/tests: Win64 printf format warning fixes.
|
2006-10-02 14:40:14 +02:00 |
Andrew Talbot
|
572c2c273f
|
crypt32/tests: Cast-qual warning fix.
|
2006-09-07 13:44:47 +02:00 |
Andrew Talbot
|
318d92b46c
|
crypt32/tests: Write-strings warning fix.
|
2006-08-16 12:40:07 +02:00 |
Juan Lang
|
15f47b227e
|
crypt32: Implement CryptRegisterDefaultOIDFunction and CryptUnregisterDefaultOIDFunction.
|
2006-08-10 11:28:14 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Juan Lang
|
7e9ba76da1
|
crypt32: Use the HRESULT synonyms for converted Win32 error codes.
|
2006-05-15 11:06:04 +02:00 |
Jeremy White
|
efccbbfbea
|
crypt32: More gcc 2.95 adjustments.
|
2006-03-01 20:05:26 +01:00 |
Juan Lang
|
690f98408b
|
crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo
|
2006-02-24 11:26:01 +01:00 |
Juan Lang
|
6da92ded75
|
crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
|
2006-02-23 11:14:13 +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 |