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 |