Juan Lang
|
82a31d09a1
|
crypt32: Statically initialize static lists and critical sections.
|
2007-05-25 19:36:19 +02:00 |
Mounir IDRASSI
|
e7c2e05f0f
|
crypt32: Stub implementation of CryptFindLocalizedName.
|
2007-05-14 14:26:57 +02:00 |
Jan Zerebecki
|
e8956eb48b
|
crypt32: Add DebugInfo to critical sections.
|
2007-03-12 13:37:57 +01:00 |
Francois Gouget
|
b2656633a6
|
Add some documentation headers to make winapi_check happy.
|
2006-11-13 13:01:15 +01:00 |
Andrew Talbot
|
b6c325bfc0
|
crypt32: Cast-qual warnings fix.
|
2006-10-27 14:26:40 +02:00 |
Juan Lang
|
f3a1f2bf60
|
crypt32: Win64 printf format warning fixes.
|
2006-10-04 09:59:57 +02:00 |
Marcus Meissner
|
e25e1a4de2
|
crypt32: Include wine/port.h for strcasecmp.
|
2006-10-03 20:33:36 +02:00 |
Paul Vriens
|
822e6af604
|
crypt32: Don't crash when tracing is on and a numeric identifier is passed.
|
2006-09-08 11:02:10 +02:00 |
Paul Vriens
|
9592a88860
|
crypt32: Add some documentation.
|
2006-09-08 11:01:35 +02:00 |
Paul Vriens
|
063f3e9c2f
|
crypt32: Set last error on registry errors.
|
2006-09-07 13:08:12 +02:00 |
Juan Lang
|
d0ca58ba36
|
crypt32: Fix a misplaced parenthesis.
|
2006-08-22 11:59:47 +02:00 |
Juan Lang
|
15f47b227e
|
crypt32: Implement CryptRegisterDefaultOIDFunction and CryptUnregisterDefaultOIDFunction.
|
2006-08-10 11:28:14 +02:00 |
Juan Lang
|
5349745a90
|
crypt32: Trace key type in CryptFindOIDInfo.
|
2006-08-09 11:21:24 +02:00 |
Mike McCormack
|
4dace74bd8
|
crypt32: Fix a cast for Win64.
|
2006-06-14 12:47:05 +02:00 |
Alexandre Julliard
|
11b9d02048
|
crypt32: Make some variables static and/or const.
|
2006-06-12 13:45:11 +02:00 |
Mike McCormack
|
136804de7e
|
crypt32: Fix a integer to pointer cast.
|
2006-05-25 10:44:52 +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 |
Eric Pouech
|
d6201e2375
|
crypt32: Don't access a blob after freeing it.
|
2006-02-28 12:13:45 +01:00 |
Juan Lang
|
c109e2a33e
|
crypt32: Correct compile problem on gcc 2.95.
|
2006-02-28 12:02:41 +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
|
d740f342b9
|
crypt32: Add stubs for CryptFindOIDInfo and I_CryptInstallAsn1Module.
Move CryptVerifyMessageSignature stub to main.c.
|
2006-02-22 18:19:49 +01:00 |
Juan Lang
|
b489f38193
|
crypt32: Add stub for CryptEnumOIDInfo.
|
2006-02-03 12:28:33 +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 |