Juan Lang
|
b29c2335b8
|
crypt32: Implement CertVerifyCRLTimeValidity and partially implement CertVerifySubjectCertificateContext.
|
2006-05-26 20:20:50 +02:00 |
Juan Lang
|
dc660a81ed
|
crypt32: Combine redundant code.
|
2006-05-26 20:16:07 +02:00 |
Alexandre Julliard
|
52476a1124
|
Fixed a couple of instances of the old FSF address that crept back in.
|
2006-05-26 12:08:32 +02:00 |
Juan Lang
|
f94d49dcd4
|
crypt32: Implement CertSerializeCRLStoreElement.
|
2006-05-26 11:56:45 +02:00 |
Juan Lang
|
c4f2bcf3d1
|
crypt32: Add support for CRLs.
|
2006-05-25 20:19:12 +02:00 |
Juan Lang
|
3be75cebe8
|
crypt32: Use public functions when finding certificates.
|
2006-05-25 20:17:55 +02:00 |
Mike McCormack
|
136804de7e
|
crypt32: Fix a integer to pointer cast.
|
2006-05-25 10:44:52 +02:00 |
Juan Lang
|
d2fd034b85
|
crypt32: Add one more test of CertAddEncodedCertificateToStore.
|
2006-05-25 10:37:36 +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 |
Juan Lang
|
e1afe33ac7
|
crypt32: Test and fix a couple CertAddCertificateContextToStore corner cases.
|
2006-05-24 10:24:54 +02:00 |
Juan Lang
|
e48a0a3c23
|
crypt32: Abstract contexts.
- create an abstract interface for contexts, and use it for certificates
- create a simple context list, and use it for memory stores
|
2006-05-23 17:52:40 +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
|
d9a027952d
|
crypt32: Move context interface definition to common header.
|
2006-05-20 13:57:43 +02:00 |
Juan Lang
|
0379d421e0
|
crypt32: Add stubs for CertDuplicateCRLContext and CertDuplicateCTLContext.
|
2006-05-18 10:47:35 +02:00 |
Juan Lang
|
06bc59cd53
|
crypt32: Get rid of CRYPT_CreateCertificateContext, it's not needed anymore.
|
2006-05-17 10:41:30 +02:00 |
Juan Lang
|
f224b34e60
|
crypt32: Split the unwieldy encode.c into two files.
|
2006-05-16 20:28:39 +02:00 |
Juan Lang
|
50f9defece
|
crypt32: Support CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID implicit property.
|
2006-05-16 20:25:17 +02:00 |
Juan Lang
|
9b589c3556
|
crypt32: Use the caller-supplied encoding type when decoding certs.
|
2006-05-16 20:25:01 +02:00 |
Juan Lang
|
73e825fb37
|
crypt32: Add more tests for adding certs to a store.
|
2006-05-16 20:24:52 +02:00 |
Juan Lang
|
d0505de674
|
crypt32: Implement CertCompare functions, with tests.
|
2006-05-16 20:24:12 +02:00 |
Juan Lang
|
24157e0f74
|
crypt32: Test importing public keys from a certificate.
|
2006-05-16 12:41:04 +02:00 |
Juan Lang
|
769a52f831
|
crypt32: Avoid a use-after-free bug in tests.
|
2006-05-16 12:40:55 +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
|
ed66801d3a
|
crypt32: Partially implement CertGetIssuerCertificateFromStore.
|
2006-05-10 11:21:20 +02:00 |
Juan Lang
|
9adcf560ae
|
crypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT in CryptVerifyCertificateSignatureEx.
|
2006-05-10 11:20:26 +02:00 |
Juan Lang
|
2a378eff3b
|
crypt32: Simplify OID decoding
Use a more direct function to decode OIDs, instead of the bizarre
wrapper.
|
2006-05-09 11:55:07 +02:00 |
Alexandre Julliard
|
4d574a41b5
|
crypt32: Fixed day/month mismatch in time encoding routines.
|
2006-04-13 11:45:12 +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
|
309b26801e
|
crypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID certificate property.
|
2006-04-06 11:35:48 +02:00 |
Juan Lang
|
04ed9c2a57
|
crypt32: Tiny fixes.
|
2006-03-30 21:55:07 +02:00 |
Juan Lang
|
5eadd8c791
|
crypt32: Fix certificate adding
- Implement add disposition in CertAddCertificateContextToStore,
rather than in each store.
- Add a few more tests.
|
2006-03-30 21:55:00 +02:00 |
Mike McCormack
|
32f6b71c76
|
crypt32: Fix a warning.
|
2006-03-18 18:04:14 +01:00 |
Juan Lang
|
ae5823db3f
|
crypt32: Implement CertGetSubjectCertificateFromStore.
|
2006-03-17 13:11:21 +01:00 |
Juan Lang
|
b40a406dc3
|
crypt32: Tighten CertDuplicateCertificateContext test.
Test that the return from CertDuplicateCertificateContext is the same
as its parameter.
|
2006-03-16 16:21:59 +01:00 |
Juan Lang
|
0811851b94
|
crypt32: Abstract contexts.
- create a base cert context, and make functions unaware whether
they're dealing with the base or derived type
- simplify stores as a result
|
2006-03-13 14:19:31 +01:00 |
Juan Lang
|
91b80fc8e2
|
crypt32: Move context properties to a separate file.
|
2006-03-10 21:41:38 +01:00 |
Juan Lang
|
89b3191c7c
|
crypt32: Implement CertGetValidUsages.
|
2006-03-08 11:33:53 +01:00 |
Juan Lang
|
78872852fd
|
crypt32: Simplify stores.
Ref count cert context references, and eliminate the DupCert function
from stores.
|
2006-03-07 10:40:18 +01:00 |
Juan Lang
|
c3a125179d
|
crypt32: Move serialization functions to serialize.c.
|
2006-03-04 16:12:28 +01:00 |
Juan Lang
|
8949d29de2
|
crypt32: Implement CertDuplicateStore.
|
2006-03-03 13:17:34 +01:00 |
Jeremy White
|
efccbbfbea
|
crypt32: More gcc 2.95 adjustments.
|
2006-03-01 20:05:26 +01:00 |
Juan Lang
|
661d80708b
|
crypt32: Use CertFindCertificateInStore to simplify adding certificates.
|
2006-03-01 19:53:24 +01:00 |
Juan Lang
|
ba2c1e5116
|
crypt32: Eliminate an unnecessary function pointer from stores.
|
2006-03-01 11:05:28 +01: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 |
YunSong Hwang
|
b97c880cb5
|
crypt32: Add Korean translation.
|
2006-02-28 12:02:26 +01:00 |
Henning Gerhardt
|
39be679a45
|
crypt32: Add German resource file.
|
2006-02-27 12:19:03 +01:00 |