Michael Stefaniuc
|
3e005ce915
|
crypt32: Do not use an empty body in an else-statement as documentation.
|
2007-12-10 12:35:56 +01:00 |
Andrew Talbot
|
a06caa0e66
|
crypt32: Remove unnecessary casts.
|
2007-12-04 14:32:39 +01:00 |
Juan Lang
|
fa6b64d6fc
|
crypt32: Add CERT_STORE_ADD_NEWER support to CertAddCertificateContextToStore.
|
2007-11-28 11:20:11 +01:00 |
Juan Lang
|
ab55435ef1
|
crypt32: Implement finding an existing certificate in a store.
|
2007-11-28 11:20:06 +01:00 |
Francois Gouget
|
c69d47fa49
|
crypt32/tests: Get the tests running on Windows 98.
|
2007-11-20 16:45:02 +01:00 |
Juan Lang
|
2e4242b545
|
crypt32: If a decoding function failed, free the memory allocated for it.
|
2007-11-09 12:24:53 +01:00 |
Juan Lang
|
4c981e20ef
|
crypt32: Fix another leak in tests.
|
2007-11-09 12:24:46 +01:00 |
Juan Lang
|
f6bfa45970
|
crypt32: Fix a couple leaks in test.
|
2007-11-09 12:24:40 +01:00 |
Juan Lang
|
c5d5c5b63a
|
crypt32: Fail decoding a CRL entry if the serial number is empty.
|
2007-11-08 11:49:49 +01:00 |
Juan Lang
|
571d75187a
|
crypt32: Fix a leak.
|
2007-11-08 11:49:37 +01:00 |
Juan Lang
|
72ab894db1
|
crypt32: Use 3DES to encrypt data.
|
2007-11-08 11:49:32 +01:00 |
Juan Lang
|
46ef0fb4e8
|
crypt32: Set correct bit lengths for algorithms.
|
2007-11-08 11:49:20 +01:00 |
Juan Lang
|
8456f67a2d
|
crypt32: Pass key length to CryptDeriveKey.
|
2007-11-08 11:49:13 +01:00 |
Juan Lang
|
fd1dd39a36
|
crypt32: Use the enhanced provider rather than the default (base) provider.
|
2007-11-08 11:49:07 +01:00 |
Juan Lang
|
11a4968734
|
crypt32: Use SHA1 rather than MD5 to protect data.
|
2007-11-08 11:49:00 +01:00 |
Juan Lang
|
ba8d0d0237
|
crypt32: Save alg IDs in CryptProtectData output.
|
2007-11-08 11:48:50 +01:00 |
Juan Lang
|
0d9a5adb0b
|
crypt32: Describe CryptProtectData data format more accurately.
|
2007-11-08 11:48:42 +01:00 |
Juan Lang
|
deadc6cf7b
|
crypt32: Don't define function pointers that are NULL (and unused).
|
2007-11-05 14:15:24 +01:00 |
Juan Lang
|
3d1ba2ab9d
|
crypt32: Don't store a redundant copy of data in the message store.
|
2007-11-05 14:15:14 +01:00 |
Juan Lang
|
8b17846d6a
|
crypt32: Initialize a variable.
|
2007-11-05 14:15:06 +01:00 |
Juan Lang
|
159c8af56a
|
crypt32: Use consistent error checking.
|
2007-11-02 12:38:21 +01:00 |
Juan Lang
|
644dedb75d
|
crypt32: Free memory on all paths.
|
2007-11-02 12:38:15 +01:00 |
Juan Lang
|
81a382ac31
|
crypt32: Set last error on alloc failure.
|
2007-11-02 12:38:10 +01:00 |
Juan Lang
|
e94cae61a1
|
crypt32: Fix a leaked key.
|
2007-11-02 12:22:31 +01:00 |
Juan Lang
|
f64d600494
|
crypt32: Don't leak buffer when a unicode string contains an invalid character.
|
2007-11-02 12:22:21 +01:00 |
Juan Lang
|
b9e78cc637
|
crypt32: Initialize a variable.
|
2007-11-02 12:22:10 +01:00 |
Juan Lang
|
b9dae979a4
|
crypt32: Use memmove rather than memcpy when addresses might overlap.
|
2007-11-02 12:22:04 +01:00 |
Juan Lang
|
329761e7e1
|
crypt32: Fix a leak building an alternate chain.
|
2007-11-02 12:21:58 +01:00 |
Juan Lang
|
e94ce8a0b2
|
crypt32: Fix leaked chains creating the root store.
|
2007-11-02 12:21:53 +01:00 |
Juan Lang
|
fc14728efc
|
crypt32: Fix a leak during chain creation.
|
2007-11-02 12:21:47 +01:00 |
Juan Lang
|
4690a9c800
|
crypt32: Set size when calling CryptDecodeObjectEx without CRYPT_DECODE_ALLOC_FLAG set.
|
2007-11-02 12:21:41 +01:00 |
Juan Lang
|
9c672fea41
|
crypt32: Get rid of an unneeded variable.
|
2007-11-02 12:21:35 +01:00 |
Juan Lang
|
373e9f626a
|
crypt32: Fix another leak in the tests.
|
2007-11-02 12:21:29 +01:00 |
Juan Lang
|
9429504c70
|
crypt32: Fix a leak in the tests.
|
2007-11-02 12:21:23 +01:00 |
Francois Gouget
|
80911c12f4
|
crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings.
|
2007-10-29 12:04:48 +01:00 |
Juan Lang
|
8170acfc35
|
crypt32: Remove iTunes chain from certificate policy tests, there's no guarantee the root cert is trusted.
|
2007-10-26 12:46:30 +02:00 |
Juan Lang
|
8240395073
|
crypt32: Remove a test because of a Windows 2003 SP1 bug.
|
2007-10-26 12:46:30 +02:00 |
Juan Lang
|
62f4022563
|
crypt32: Avoid misleading fixme when no data are passed to CryptUnprotectData.
|
2007-10-25 12:54:14 +02:00 |
Juan Lang
|
912c3e609b
|
crypt32: Implement cert chain revocation checking.
|
2007-10-24 12:33:39 +02:00 |
Juan Lang
|
5928c698ae
|
crypt32: Implement CertVerifyRevocation.
|
2007-10-24 12:33:32 +02:00 |
Juan Lang
|
3b85a7946e
|
crypt32: Add basic test for CertVerifyRevocation.
|
2007-10-24 12:33:24 +02:00 |
Juan Lang
|
cf8db7305d
|
crypt32: Add CertVerifyRevocation stub.
|
2007-10-24 12:33:10 +02:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Juan Lang
|
dda8053179
|
crypt32: Always set *ppszError.
|
2007-10-22 13:52:24 +02:00 |
Juan Lang
|
e0b8e37bf0
|
crypt32: Don't allocate a 0-length string.
|
2007-10-22 13:52:19 +02:00 |
Juan Lang
|
d34b3bf63c
|
crypt32: Don't assume string pointer has been set if length is 0.
|
2007-10-22 13:52:15 +02:00 |
Juan Lang
|
7cf611ef3b
|
crypt32: Fail if MultiByteToWideChar converts 0 characters.
|
2007-10-22 13:52:09 +02:00 |
Juan Lang
|
d0e7aaf1be
|
crypt32: Initialize mask when allocating it.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
a762ffbe14
|
crypt32: Simplify I_CertUpdateStore.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
9568cead65
|
crypt32: Replace a private type with a public one.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
dbefd907b6
|
crypt32: Remove tests that cause memory corruption.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
8882936073
|
crypt32: Keep signer handle count separate from signer info.
|
2007-10-19 14:23:14 +02:00 |
Juan Lang
|
b85492e851
|
crypt32: Free memory on an error path.
|
2007-10-19 14:22:28 +02:00 |
Juan Lang
|
1dce5ed3b0
|
crypt32: Free root store when quitting.
|
2007-10-19 14:22:21 +02:00 |
Juan Lang
|
d8fb290ee1
|
crypt32: Fix a couple leaked messages.
|
2007-10-19 14:21:59 +02:00 |
Juan Lang
|
cc88619f86
|
crypt32: Get rid of an unused key.
|
2007-10-19 14:21:55 +02:00 |
Juan Lang
|
6763841e19
|
crypt32: Make sure a signed encode message's signer info is always initialized.
|
2007-10-19 14:21:51 +02:00 |
Juan Lang
|
9ae5ef6641
|
crypt32: Set lower quality chain count and pointer to 0 when freeing them.
|
2007-10-19 14:21:46 +02:00 |
Juan Lang
|
5d6feab0e2
|
crypt32: Don't keep a pointer to the lower quality chains when choosing a higher quality one, otherwise they'll get double-freed.
|
2007-10-19 14:21:42 +02:00 |
Juan Lang
|
cf904c2bc4
|
crypt32: Use GetSystemTimeAsFileTime rather than GetSystemTime/SystemTimeToFileTime.
|
2007-10-19 14:21:18 +02:00 |
Juan Lang
|
abc2aec88c
|
crypt32: Use I_CertUpdateStore in registry stores.
|
2007-10-19 14:20:59 +02:00 |
Juan Lang
|
4d203fe902
|
crypt32: Pass reg store's key and memory store to CRYPT_RegReadFromReg, rather than passing a private type.
|
2007-10-19 14:20:51 +02:00 |
Juan Lang
|
889449630d
|
crypt32: Use I_CertUpdateStore in file stores.
|
2007-10-19 14:20:44 +02:00 |
Juan Lang
|
e857f383a4
|
crypt32: Implement I_CertUpdateStore.
|
2007-10-19 14:18:20 +02:00 |
Juan Lang
|
542af8aeeb
|
crypt32: Add tests for I_CertUpdateStore.
|
2007-10-19 14:18:13 +02:00 |
Juan Lang
|
b4eb9bf251
|
crypt32: Add I_CertUpdateStore stub.
|
2007-10-19 14:18:04 +02:00 |
Juan Lang
|
7b8cb034b2
|
crypt32: Add stubs for I_CryptFindLruEntry and I_CryptCreateLruEntry.
|
2007-10-19 14:17:57 +02:00 |
Juan Lang
|
63e1ac4eac
|
crypt32: Always return an empty list on failure from CryptGetDefaultOIDDllList.
|
2007-10-18 13:18:33 +02:00 |
Juan Lang
|
46ead27165
|
crypt32: Don't abort early if encoding type is 0 for CryptRegisterOIDFunction/CryptUnregisterOIDFunction.
|
2007-10-18 13:18:25 +02:00 |
Juan Lang
|
0f29b48fa0
|
crypt32: Don't crash logging numeric function names.
|
2007-10-18 13:18:19 +02:00 |
Juan Lang
|
c7915134b0
|
crypt32: Implement CryptGetDefaultOIDFunctionAddress.
|
2007-10-18 13:18:13 +02:00 |
Juan Lang
|
ad514dbc20
|
crypt32: Add basic tests for CryptGetDefaultOIDFunctionAddress.
|
2007-10-18 13:18:08 +02:00 |
Juan Lang
|
6b390b4009
|
crypt32: Use a structure to hold function address handle.
|
2007-10-18 13:18:03 +02:00 |
Alexandre Julliard
|
66787e65a9
|
crypt32: Fix pointer casts in decode.c too.
|
2007-10-17 14:14:36 +02:00 |
Juan Lang
|
7a0905128d
|
crypt32: Always set pPolicyStatus->dwError.
|
2007-10-17 13:40:41 +02:00 |
Daniel Nylander
|
495d354648
|
crypt32: Add Swedish translation.
|
2007-10-16 12:40:00 +02:00 |
Bang Jun-young
|
6ab44c8073
|
crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
|
2007-10-16 09:37:27 +02:00 |
Gerald Pfeifer
|
119e4d4955
|
crypt32: Fix incorrect casts in X509_CERT and friends.
|
2007-10-16 09:36:14 +02:00 |
Juan Lang
|
136f033158
|
crypt32: Implement CertVerifyCertificateChain for the Microsoft root policy.
|
2007-10-16 09:35:53 +02:00 |
Francois Gouget
|
3265f2d7c4
|
crypt32/tests: Fix compilation on systems that don't support nameless unions.
|
2007-10-15 14:05:08 +02:00 |
Juan Lang
|
9908fe9ac6
|
crypt32: Implement name constraint checking.
|
2007-10-11 22:23:58 +02:00 |
Juan Lang
|
c57a084882
|
crypt32: Implement name constraints decoding.
|
2007-10-11 22:23:13 +02:00 |
Juan Lang
|
30355fa674
|
crypt32: Don't check tag in AsnDecodeIntInternal, caller already checks it.
|
2007-10-11 22:23:03 +02:00 |
Juan Lang
|
436a4a283b
|
crypt32: Allow either NULL or empty strings where one or the other is expected.
|
2007-10-11 22:22:55 +02:00 |
Juan Lang
|
942fb6c3eb
|
crypt32: Implement name constraint encoding.
|
2007-10-11 22:22:33 +02:00 |
Juan Lang
|
ade18ff33c
|
crypt32: Test encoding/decoding name constraints.
|
2007-10-11 22:22:25 +02:00 |
Juan Lang
|
a5de2742e7
|
crypt32: Add another test to show that time validity nesting isn't checked.
|
2007-10-11 22:22:17 +02:00 |
Juan Lang
|
0d544f9510
|
crypt32: Remove superficially different certificates.
|
2007-10-11 22:22:10 +02:00 |
Juan Lang
|
e6dbb9d203
|
crypt32: Allow imprecision of one millisecond in time decoding to fix test failures on Windows.
|
2007-10-11 22:22:01 +02:00 |
Juan Lang
|
57b13b37d5
|
crypt32: Add an extra pointer alignment to avoid possible memory corruption.
|
2007-10-09 17:52:46 +02:00 |
Marcus Meissner
|
7689953404
|
crypt32/tests: Fixed buffer overflow in encode test.
|
2007-10-09 17:52:46 +02:00 |
Juan Lang
|
6021eef5c9
|
crypt32: Print values of failing time tests.
|
2007-10-09 12:34:35 +02:00 |
Juan Lang
|
57240ddd05
|
crypt32: Remove some tests that fail inconsistently on Windows.
Reported by Steven Edwards.
|
2007-10-09 12:34:35 +02:00 |
Juan Lang
|
75c13b8e5d
|
crypt32: Don't assume a maximum of 32 valid usages.
|
2007-10-05 10:29:37 +02:00 |
Juan Lang
|
9abd47ca7a
|
crypt32: Add tests for CertGetValidUsages.
|
2007-10-05 10:29:28 +02:00 |
Juan Lang
|
f8e830a253
|
crypt32: Reduce valid usages count when removing a valid usage.
|
2007-10-05 10:29:21 +02:00 |
Juan Lang
|
b5531163a9
|
crypt32: Don't set ret to FALSE when it isn't checked.
|
2007-10-05 10:29:15 +02:00 |
Juan Lang
|
fe7208604f
|
crypt32: Always set cNumOIDs.
|
2007-10-05 10:29:10 +02:00 |
Juan Lang
|
95c2eb5d69
|
crypt32: Don't fail if a cert is invalid, Windows doesn't either (tests to follow).
|
2007-10-05 10:29:04 +02:00 |
Juan Lang
|
53b7babcbb
|
crypt32: Don't fail if buffer is NULL, just return required size.
|
2007-10-05 10:28:57 +02:00 |