Francois Gouget
df4d664582
crypt32/tests: Use win_skip() to skip over unimplemented functionality.
2009-02-24 16:57:27 +01:00
Juan Lang
b5ea964376
crypt32: Remove test of a corner case that failed on older crypt32 versions.
2009-02-02 11:55:42 +01:00
Juan Lang
10b7b81e21
crypt32: Add index of failing test to output.
2009-01-30 11:44:23 +01:00
Michael Stefaniuc
1dc371c255
crypt32/tests: Remove superfluous pointer casts.
2009-01-21 10:25:35 +01:00
Paul Vriens
efe334b5b1
crypt32/tests: Skip a few tests if needed.
2009-01-21 10:24:31 +01:00
Michael Stefaniuc
e1797a7367
crypt32/tests: Remove some superfluous pointer casts.
...
There is no need to cast the pointers passed to the penultimate
argument of the CryptDecodeObjectEx and CryptEncodeObjectEx functions
as those expect void pointers.
2009-01-12 13:05:09 +01:00
Juan Lang
519478e048
crypt32: Fix encoding OIDs with only two components.
2008-12-20 10:59:14 +01:00
Paul Vriens
1bf1adcc95
crypt32/tests: Fix some test failures on Win9x and NT4.
2008-12-08 12:00:58 +01:00
Juan Lang
4f14b030a6
crypt32: Fix failing tests on Win9x/NT4.
2008-11-20 12:01:04 +01:00
Juan Lang
305e732e85
crypt32: Implement decoding CERT_POLICIES_INFO.
2008-11-17 13:51:19 +01:00
Juan Lang
8b4f53bb26
crypt32: Implement encoding CERT_POLICIES_INFO.
2008-11-17 13:51:15 +01:00
Juan Lang
a90c26eb33
crypt32: Add tests for encoding/decoding CERT_POLICIES_INFO.
2008-11-17 13:51:12 +01:00
Juan Lang
8729e6956b
crypt32: Implement decoding CERT_POLICY_QUALIFIER_USER_NOTICE.
2008-11-17 13:51:08 +01:00
Juan Lang
3dd2cc5eaa
crypt32: Implement encoding CERT_POLICY_QUALIFIER_USER_NOTICE.
2008-11-17 13:51:04 +01:00
Juan Lang
94de420810
crypt32: Add tests for encoding/decoding CERT_POLICY_QUALIFIER_USER_NOTICE.
2008-11-17 13:51:00 +01:00
Juan Lang
aa1effe3b2
crypt32: Separate checking the tag of encoded bits from decoding the bits.
2008-11-06 11:09:26 +01:00
Juan Lang
ed2ba3a467
crypt32: Add missing ok calls.
2008-11-06 11:09:22 +01:00
Juan Lang
3fdf6024a2
crypt32: Fix some test failures on Win9x/NT4.
2008-10-31 12:57:33 +01:00
Juan Lang
88a1ecb695
crypt32: Fix a few more test failures.
2008-10-17 11:43:37 +02:00
Juan Lang
ee2fc60c17
crypt32: Fix remaining Win9x encoding test failures.
2008-10-16 11:22:04 +02:00
Juan Lang
1bde692112
crypt32: Fix more test failures on Win9x.
2008-10-14 11:26:13 +02:00
Juan Lang
c2921eda4a
crypt32: Fix some test failures on Win9x.
2008-10-10 12:27:52 +02:00
Juan Lang
5fc947e0b6
crypt32: Fix test failures on NT4.
2008-10-09 12:29:26 +02:00
Paul Vriens
9b4a5cd065
crypt32/tests: Don't crash on win9x.
2008-09-18 12:24:07 +02:00
Francois Gouget
2797e8fcb6
crypt32/tests: Win98 is missing Crypt{Encode,Decode}ObjectEx().
2008-09-12 11:40:07 +02:00
Francois Gouget
6bd4bf66e2
crypt32: Fix compilation on systems that don't support nameless unions.
2008-09-02 13:59:31 +02:00
James Hawkins
a50fc2cc16
crypt32: Split the test for ret and last error up.
2008-08-29 13:26:14 +02:00
Juan Lang
7ddb29f6fd
crypt32: Add tests showing signed CTLs aren't decoded by CryptDecodeObject.
2008-08-29 12:23:58 +02:00
Juan Lang
ff0760dcd3
crypt32: Implement CTL decoding.
2008-08-28 11:49:37 +02:00
Juan Lang
a96361361d
crypt32: Implement encoding CTLs.
2008-08-28 11:49:34 +02:00
Juan Lang
26d643d3e5
crypt32: Add tests for encoding/decoding CTLs.
2008-08-28 11:49:29 +02:00
Juan Lang
e594d24006
crypt32: Implement authority info access decoding.
2008-08-28 11:24:30 +02:00
Juan Lang
7e848b6cdc
crypt32: Implement authority info access encoding.
2008-08-28 11:03:56 +02:00
Juan Lang
76f400b771
crypt32: Test encoding/decoding the authority info access extension.
2008-08-28 11:03:49 +02:00
Juan Lang
ac5c7d22d0
crypt32: Add support for decoding PKCS_SMIME_CAPABILITIES.
2008-08-21 11:36:01 +02:00
Juan Lang
db6c8e23b6
crypt32: Add support for encoding PKCS_SMIME_CAPABILITIES.
2008-08-21 11:35:54 +02:00
Juan Lang
70744f07d1
crypt32: Add tests for encoding/decoding PKCS_SMIME_CAPABILITIES. With help from Huw Davies.
2008-08-21 11:35:40 +02:00
Juan Lang
9b953c5f1e
crypt32: Implement decoding CMSG_CMS_SIGNER_INFO.
2008-08-20 10:23:57 +02:00
Juan Lang
817adc5599
crypt32: Implement CMSG_CMS_SIGNER_INFO encoding.
2008-08-20 10:23:50 +02:00
Juan Lang
d71e6e96dd
crypt32: Add tests for encoding/decoding CMSG_CMS_SIGNER_INFO.
2008-08-20 10:23:42 +02:00
Michael Karcher
8fa3b6871f
crypt32: Pass on aiKeyAlg on RSA key import.
2008-05-26 17:59:07 +02:00
Juan Lang
5618fdb3df
crypt32: Fix test failures on NT4.
2008-02-16 13:51:44 +01:00
Francois Gouget
d0794c4aeb
Assorted spelling fixes.
2008-01-23 21:16:22 +01:00
Francois Gouget
c69d47fa49
crypt32/tests: Get the tests running on Windows 98.
2007-11-20 16:45:02 +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
e94cae61a1
crypt32: Fix a leaked key.
2007-11-02 12:22:31 +01:00
Juan Lang
b9e78cc637
crypt32: Initialize a variable.
2007-11-02 12:22:10 +01:00
Francois Gouget
3265f2d7c4
crypt32/tests: Fix compilation on systems that don't support nameless unions.
2007-10-15 14:05:08 +02:00