Juan Lang
|
ef134dc703
|
crypt32: Accept ERROR_INVALID_PARAMETER in addition to ERROR_PATH_NOT_FOUND (and remove no-longer-useful checkFileStoreFailure).
|
2007-07-02 13:34:17 +02:00 |
Juan Lang
|
11e6717e66
|
crypt32: Accept ERROR_BADKEY in addition to ERROR_INVALID_HANDLE.
|
2007-07-02 13:34:00 +02:00 |
Juan Lang
|
f575d8569b
|
crypt32: Accept OSS errors as well.
|
2007-07-02 13:33:49 +02:00 |
Juan Lang
|
e64e66c41d
|
crypt32: Accept OSS errors.
|
2007-07-02 13:33:40 +02:00 |
Juan Lang
|
85eeccc585
|
crypt32: Don't fail when CryptVerifyCertificateSignatureEx is missing, use skip (and get rid of unnecessary indenting).
|
2007-07-02 13:32:57 +02:00 |
Juan Lang
|
68b052057b
|
crypt32: Use skip to avoid failures where support is missing.
|
2007-07-02 13:32:28 +02:00 |
Juan Lang
|
f75b86f02b
|
crypt32: Implement getting content for data messages opened to encode.
|
2007-06-29 13:27:17 +02:00 |
Juan Lang
|
263f424c3b
|
crypt32: Implement getting bare content for data messages opened to encode.
|
2007-06-29 13:27:10 +02:00 |
Juan Lang
|
d1f379340a
|
crypt32: Add tests for data message encoding.
|
2007-06-29 13:27:02 +02:00 |
Juan Lang
|
0546cf1a69
|
crypt32: Add a stub get param function for data messages and remove stub message from open function.
|
2007-06-29 13:26:53 +02:00 |
Juan Lang
|
74bf713be7
|
crypt32: Implement CryptMsgUpdate for data messages opened to encode.
|
2007-06-29 13:25:33 +02:00 |
Juan Lang
|
b6bf594aa5
|
crypt32: Add a finalized member to message.
|
2007-06-29 13:25:28 +02:00 |
Juan Lang
|
203849d75d
|
crypt32: Store stream info in message.
|
2007-06-29 13:25:11 +02:00 |
Juan Lang
|
5db6b1cc96
|
crypt32: Add an update function, use it to implement CryptMsgUpdate.
|
2007-06-29 13:25:03 +02:00 |
Juan Lang
|
d5e784bdaf
|
crypt32: Add a get param function, use it to implement CryptMsgGetParam.
|
2007-06-29 13:24:46 +02:00 |
Juan Lang
|
fa0f5bd066
|
crypt32: Stub CryptMsgOpenToEncode for data messages.
|
2007-06-29 13:24:25 +02:00 |
Juan Lang
|
e829833986
|
crypt32: Test CryptMsgGetParam for data messages opened to encode.
|
2007-06-29 13:17:47 +02:00 |
Juan Lang
|
bd05e2abe3
|
crypt32: Test CryptMsgUpdate for data messages opened to encode.
|
2007-06-29 13:17:31 +02:00 |
Juan Lang
|
a581855d26
|
crypt32: Test CryptMsgOpenToEncode for data messages.
|
2007-06-29 13:17:22 +02:00 |
Juan Lang
|
b790a09efb
|
crypt32: Add base message type and use it to implement CryptMsgDuplicate and CryptMsgClose.
|
2007-06-29 13:00:44 +02:00 |
Juan Lang
|
1c837f16ac
|
crypt32: Add basic parameter checking to CryptMsgOpenTo*.
|
2007-06-29 12:58:58 +02:00 |
Juan Lang
|
3de0e4ac48
|
crypt32: Add basic tests for CryptMsg functions.
|
2007-06-29 12:34:02 +02:00 |
Juan Lang
|
6c054f057b
|
crypt32: Don't return fake HCRYPTMSG from CryptMsgOpenTo*.
|
2007-06-29 12:33:54 +02:00 |
Alexandre Julliard
|
df3ccaba24
|
crypt32: Fix an uninitialized variable compiler warning.
|
2007-06-26 21:30:41 +02:00 |
Jeff Latimer
|
417ae04ed9
|
crypt32: Fix possible dereference of NULL ptr.
|
2007-06-25 23:21:55 +02:00 |
Alexandre Julliard
|
c2cf60fcee
|
crypt32: Fix incorrect usage of CharNextA.
|
2007-06-25 19:55:29 +02:00 |
Francois Gouget
|
fe40b2d85f
|
crypt32/tests: Fix compilation on systems that don't support nameless unions.
|
2007-06-18 13:36:48 +02:00 |
Paul Vriens
|
5fb284721d
|
crypt32/tests: Don't crash on Vista.
|
2007-06-18 12:13:16 +02:00 |
Francois Gouget
|
021c4dba17
|
crypt32: Add missing '\n' to ok() call.
|
2007-06-14 13:54:45 +02:00 |
Paul Vriens
|
74edf133e0
|
crypt32/tests: Vista uses a different error code.
|
2007-06-14 13:14:28 +02:00 |
Paul Vriens
|
c44d22466c
|
crypt32/tests: Skip tests if we don't have enough rights.
|
2007-06-14 13:14:11 +02:00 |
Paul Vriens
|
023d6fd986
|
crypt32/tests: Skip tests if we don't have enough rights.
|
2007-06-13 12:58:44 +02:00 |
Juan Lang
|
d1ac9c73f6
|
crypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.
|
2007-06-13 11:56:20 +02:00 |
Juan Lang
|
e1f83a7abf
|
crypt32: Implement PKCS_ATTRIBUTES encoding/decoding.
|
2007-06-13 11:55:57 +02:00 |
Juan Lang
|
74addd636e
|
crypt32: Use CRYPT_EncodeEnsureSpace to allocate memory when necessary.
|
2007-06-13 11:55:35 +02:00 |
Juan Lang
|
97f2c658fd
|
crypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
|
2007-06-13 11:54:36 +02:00 |
Juan Lang
|
bbcd95a7e1
|
crypt32: Separate set encoding into a separate function.
|
2007-06-13 11:54:17 +02:00 |
Juan Lang
|
1cd9510be0
|
crypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
|
2007-06-13 11:53:47 +02:00 |
Juan Lang
|
2d00a4f0f5
|
crypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding/decoding.
|
2007-06-13 11:53:36 +02:00 |
Juan Lang
|
85f29f5291
|
crypt32: Add CryptMsg* stubs.
|
2007-06-11 15:01:03 +02:00 |
Stefan Leichter
|
374267e127
|
crypt32: Replace CRYPT_RecurseDeleteKey with RegDeleteTreeW.
|
2007-06-04 12:58:29 +02:00 |
Francois Gouget
|
fa48cb042c
|
Assorted spelling fixes.
|
2007-05-29 13:47:18 +02:00 |
Juan Lang
|
fa10a29930
|
crypt32: Remove wrong test and parameter check.
|
2007-05-29 11:52:31 +02:00 |
Juan Lang
|
82a31d09a1
|
crypt32: Statically initialize static lists and critical sections.
|
2007-05-25 19:36:19 +02:00 |
Mounir IDRASSI
|
e5256d9840
|
crypt32: Fix CertAddCertificateContextToStore when called with CERT_STORE_ADD_USE_EXISTING.
|
2007-05-21 12:38:56 +02:00 |
Juan Lang
|
d132d1944c
|
crypt32: Remove last error checks on success.
|
2007-05-15 15:20:02 +02:00 |
Juan Lang
|
79cd672c3d
|
crypt32: Use public functions to get store access state.
|
2007-05-15 15:19:33 +02:00 |
Juan Lang
|
4c6988e8f0
|
crypt32: Implement CertGetStoreProperty and CertSetStoreProperty.
|
2007-05-15 15:19:13 +02:00 |
Juan Lang
|
0170a41e69
|
crypt32: Don't set ret to TRUE when it already is.
Set it to FALSE when it needs to be.
|
2007-05-15 15:18:50 +02:00 |
Mounir IDRASSI
|
7abb204a1b
|
crypt32: Stub implementation of CertGetCertificateChain.
|
2007-05-14 14:27:18 +02:00 |