Juan Lang
3be75cebe8
crypt32: Use public functions when finding certificates.
2006-05-25 20:17:55 +02:00
Juan Lang
9f1dd10a48
crypt32: Move cert functions that don't depend on the implementation of stores to cert.c.
2006-05-25 10:37:28 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Juan Lang
b564ef5b03
crypt32: Move CertFindCertificateInStore and related functions to cert.c.
2006-05-20 13:58:16 +02:00
Juan Lang
d0505de674
crypt32: Implement CertCompare functions, with tests.
2006-05-16 20:24:12 +02:00
Juan Lang
7e9ba76da1
crypt32: Use the HRESULT synonyms for converted Win32 error codes.
2006-05-15 11:06:04 +02:00
Juan Lang
9adcf560ae
crypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT in CryptVerifyCertificateSignatureEx.
2006-05-10 11:20:26 +02:00
Alexandre Julliard
ee05e245a4
crypt32: Avoid crash on NULL pointer in trace.
2006-04-13 11:44:52 +02:00
Juan Lang
95859a1d6a
crypt32: Fix a typo caught by coverity.
2006-04-11 11:23:39 +02:00
Juan Lang
992a1af44b
crypt32: Implement CertCreateSelfSignCertificate, with some tests.
2006-04-06 11:38:16 +02:00
Juan Lang
89b3191c7c
crypt32: Implement CertGetValidUsages.
2006-03-08 11:33:53 +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
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
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
db73ae9e3d
crypt32: Rename a variable for clarity.
2006-02-15 11:51:24 +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
Alexandre Julliard
be22a96847
Include wine/port.h in files that use exceptions.
2006-02-07 16:31:21 +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
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
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
Juan Lang
fd7a60bc8d
Fix some memory leaks.
2005-11-23 15:12:56 +01: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
Stefan Leichter
443910ba27
Added stubs for CryptInitOIDFunctionSet and
...
CryptUnregisterDefaultOIDFunction.
2005-09-15 09:31:20 +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
Juan Lang
300c10a3b7
- implement system stores
...
- remove an intermittently failing registry test
2005-09-08 18:56:14 +00:00
Alexandre Julliard
38673cc01d
Avoid a couple of 'clobbered by longjmp' warnings.
2005-09-08 11:27:26 +00:00
Juan Lang
1cf56599bd
Implement system registry stores.
2005-09-08 11:00:51 +00:00
Juan Lang
5ef9d88cab
Implement registry stores.
2005-09-07 13:25:56 +00:00
Juan Lang
3bf9c165fa
Correct a test that incorrectly showed signed certs couldn't be added
...
to a mem store.
Support signed certs in mem stores.
Correct use of a freed pointer.
2005-09-03 15:02:57 +00:00
Juan Lang
6389dbc979
Implement CertAddSerializedElementToStore.
2005-09-02 14:38:05 +00:00
Juan Lang
9e8c0bbdb3
Implement collection stores.
2005-08-30 09:59:03 +00:00
Juan Lang
8d1cf4ebec
Implemented memory cert stores.
2005-08-29 12:18:00 +00:00
Juan Lang
390d502887
Added a bunch of stubs.
2005-08-26 08:46:48 +00:00
Juan Lang
02cb0c77d7
Implemented CryptHashCertificate.
2005-08-25 09:51:59 +00:00
Juan Lang
5701a0f0b8
Implement a few utility functions, with tests.
2005-07-07 20:27:55 +00:00
Juan Lang
5b3499de68
Get rid of a magic number, and improve stubs of
...
CertOpenSystemStoreA/W.
2005-06-03 11:25:38 +00:00
Mike McCormack
674e237231
Improve the CertStore code a little.
2004-11-10 01:31:50 +00:00
Stefan Leichter
727a596e9b
Added missing line break.
2004-08-26 00:30:23 +00:00
Stefan Leichter
1550f5ef13
Added stub for CertFindCertificateInStore.
2004-08-09 22:55:35 +00:00
Juan Lang
1795994d53
- correct some prototypes, add some defines
...
- stub a couple more functions
2004-03-01 21:19:37 +00:00