Juan Lang
079afa21de
crypt32: Implement enhanced key usage.
...
Implement CertGetEnhancedKeyUsage, CertSetEnhancedKeyUsage,
CertAddEnhancedKeyUsageIdentifier, and
CertRemoveEnhancedKeyUsageIdentifier.
2006-02-18 15:49:54 +01:00
Juan Lang
2002e227cf
crypt32: Move certificate store functions to their own file.
2006-02-17 17:36:52 +01:00
Juan Lang
11fe62de8f
crypt32: More encoding/decoding.
...
Add support for encoding/decoding basic constraints and enhanced key
usage, with tests.
2006-02-16 19:39:27 +01:00
Juan Lang
15e5dc29c1
crypt32: Simplify CertOpenSystemStore, fix CertDuplicateCertificateContext.
...
- now that CertOpenStore is correct for system stores, simplify
CertOpenSystemStore
- correct CertDuplicateCertificateStore, with a test
2006-02-16 19:38:45 +01:00
Juan Lang
e9c44cc0c4
crypt32: Fix system stores and a memory leak.
...
- system stores open both HKLM and HKCU for "current user" locations
- fix a memory leak in certificate properties
2006-02-16 12:18:37 +01:00
Juan Lang
8e7f30ef11
crypt32: Partially implement CertGetNameString.
2006-02-16 12:08:19 +01:00
Juan Lang
db73ae9e3d
crypt32: Rename a variable for clarity.
2006-02-15 11:51:24 +01:00
Juan Lang
09b6cf971f
crypt32: Output string type in trace.
2006-02-15 11:51:16 +01:00
Hans Leidekker
c27526743b
crypt32: Add a stub for CryptQueryObject.
2006-02-13 13:22:25 +01:00
Juan Lang
4b689fbbb5
crypt32: Move break statement to the correct spot.
2006-02-10 14:50:00 +01:00
Juan Lang
69698f9b44
crypt32: Fix up decoding.
...
- don't use the no copy flag when decoding, the lifetime of the buffer
to decode isn't guaranteed
- remove some extraneous ternary comparisons
- fix a comment
2006-02-09 12:09:28 +01:00
Juan Lang
02c4956157
crypt32: Fix a fixme, and remove an old comment.
2006-02-09 12:09:01 +01:00
Alexandre Julliard
be22a96847
Include wine/port.h in files that use exceptions.
2006-02-07 16:31:21 +01:00
Francois Gouget
379b62c04e
Assorted spelling fixes.
2006-02-06 20:58:36 +01:00
Juan Lang
d17b730611
crypt32: Fix Mingw compile.
2006-02-05 12:18:39 +01:00
Juan Lang
b489f38193
crypt32: Add stub for CryptEnumOIDInfo.
2006-02-03 12:28:33 +01:00
Juan Lang
66a303d107
crypt32: Support external providers.
...
- add support for external store providers
- rewrite registry stores as a provider
- fix a memory leak
2006-02-02 13:19:39 +01:00
Juan Lang
ede2e24a6a
crypt32: Implement CertRDNValueToStrW and CertNameToStrW, with tests.
2006-02-02 13:19:30 +01:00
Juan Lang
6a3b3f8635
crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.
2006-02-01 13:50:18 +01:00
Juan Lang
faeac96770
crypt32: Correct X509_NAME decoding, and more stringent tests.
2006-01-31 12:22:15 +01:00
Mike McCormack
e2020e1b7e
crypt32: Add stub implementations of some crypto functions used by IE6 install.
2006-01-23 11:54:58 +01:00
Jeremy White
2c79ae4746
crypt32: Preserve gcc 2.95 compatibility.
2006-01-13 13:53:05 +01:00
Juan Lang
79575a8aff
crypt32: Fix a test that fails on Windows.
2006-01-11 20:57:41 +01:00
Robert Shearman
811fb7614c
Call DisableThreadLibraryCalls for DLLs that don't need thread
...
creation/destruction notifications.
2006-01-09 17:17:37 +01:00
Juan Lang
a67b6f49ec
crypt32: Implement more implicit properties, with tests.
2005-12-17 12:24:59 +01:00
Alexandre Julliard
ae964ac801
Take advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16 17:17:57 +01:00
Juan Lang
628ede4783
crypt32: Implement CRLDistPoints encoding/decoding.
...
- rewrite sequence decoding to support context-specific tags, and
eliminate duplicated code
- implement encoding and decoding of CRLDistPoints
2005-12-16 12:41:28 +01:00
Juan Lang
07dfb1ae27
crypt32: Decode cleanups.
...
- implement a helper to decode sequences of like types
- use helper functions wherever applicable when decoding
- correct "expected" vs. "got" usage in tests
- fix a few other small bugs
2005-12-13 11:11:25 +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
Stefan Leichter
a03d64b1e5
Added stub for CryptVerifyMessageSignature.
2005-11-30 12:48:51 +01:00
Juan Lang
43d855530b
Fix parameter count on some stubs (thanks to Marcus Meissner for
...
spotting that.) Add a few more stubs.
2005-11-28 20:52:13 +01:00
Alexandre Julliard
0ec7e1a591
Renamed all .cvsignore files to .gitignore.
2005-11-26 13:10:33 +01:00
Juan Lang
fd7a60bc8d
Fix some memory leaks.
2005-11-23 15:12:56 +01:00
Ge van Geldorp
461fe11243
Don't redefine ASN_OCTETSTRING, it's already defined in snmp.h.
2005-11-21 13:35:26 +00:00
Saulius Krasuckas
9d2c6a9ce9
Don't call missing API function.
2005-11-14 11:22:34 +00:00
Saulius Krasuckas
1d8d0dd0da
Make Crypt32 tests loadable on Win98.
2005-11-08 10:57:28 +00:00
Juan Lang
7e5a079d25
Implement CertSignSignature and CertVerifySignature(Ex).
2005-10-31 10:04:06 +00:00
Juan Lang
2d6d002b44
Use CryptMem functions for internal memory allocation.
2005-10-28 10:09:26 +00:00
Juan Lang
c534fa1e82
Implement CryptMem and undocumented I_Crypt*Tls functions, with tests.
2005-10-27 10:24:20 +00:00
Juan Lang
f52d0a6c80
Use correct names when loading registered OID functions.
2005-10-04 11:29:19 +00:00
Juan Lang
5b0812fbcf
Make CryptImport/ExportPublicKeyInfoEx behave the way MSDN describes
...
them, and a couple of tests.
2005-09-30 10:35:31 +00:00
Alexandre Julliard
7e22be4d84
We are no longer generating .dbg.c files.
2005-09-29 10:35:58 +00:00
Juan Lang
69dfea8f44
Encode RSA public key modulus as unsigned integer, with tests.
2005-09-28 18:12:29 +00:00
Juan Lang
d6a89fbae3
Implement CryptImport/ExportPublicKeyInfo.
2005-09-28 10:15:37 +00:00
Stefan Leichter
443910ba27
Added stubs for CryptInitOIDFunctionSet and
...
CryptUnregisterDefaultOIDFunction.
2005-09-15 09:31:20 +00:00
Mike McCormack
b5f878936f
Fix gcc 4.0 warnings.
2005-09-14 10:07:15 +00:00
Mike McCormack
bfb04ad7c0
Fix gcc 4.0 warnings.
2005-09-13 10:33:39 +00:00
Mike McCormack
35c20561a7
Fix gcc 4.0 warnings.
2005-09-12 15:28:15 +00:00
Juan Lang
807b11b363
When decoding a signed cert, make sure it's really a cert.
2005-09-12 10:08:34 +00:00
Juan Lang
25cb6e081f
- call CertFreeCertificateContext from CertDeleteCertificateFromStore
...
- fix some ref counting problems
2005-09-09 09:09:45 +00:00