Paul Vriens
|
16d9123377
|
crypt32/tests: Use GetModuleHandle and skip.
|
2007-08-15 10:48:55 +02:00 |
Juan Lang
|
9a58b30819
|
crypt32: Initial implementation of CertGetCertificateChain and CertFreeCertificateChain.
|
2007-08-15 10:43:32 +02:00 |
Juan Lang
|
51651c7c5c
|
crypt32: Add a chain test with real certificates.
|
2007-08-15 10:43:09 +02:00 |
Juan Lang
|
abd6feaf93
|
crypt32: Add initial tests for certificate chains.
|
2007-08-15 10:43:01 +02:00 |
Paul Vriens
|
c0b88f880f
|
crypt32/tests: Make tests run again on win95.
|
2007-08-14 12:46:38 +02:00 |
Juan Lang
|
aa0f823429
|
crypt32: Test finding the issuer of a certificate.
|
2007-08-14 12:30:18 +02:00 |
Juan Lang
|
b82bfa3455
|
crypt32: Test authority key identifier with a multi-byte id to show that its byte-order is swapped and fix encoding and decoding it.
|
2007-08-14 12:29:51 +02:00 |
Juan Lang
|
9da1baa130
|
crypt32: Use real certificates to test finding subject certificates, and correct finding them.
|
2007-08-10 12:58:17 +02:00 |
Francois Gouget
|
f045243542
|
crypt32/tests: Fix compilation on systems that don't support nameless unions.
|
2007-08-08 15:32:03 +02:00 |
Juan Lang
|
bcbf5dcee3
|
crypt32: Test and correct finding a subject certificate.
|
2007-08-08 15:32:01 +02:00 |
Juan Lang
|
ac28066b48
|
crypt32: Test and fix getting a certificate context's key identifier property.
|
2007-08-03 12:36:43 +02:00 |
Juan Lang
|
c98f605b0e
|
crypt32: Test encoding a cert with a subject key identifier extension.
|
2007-08-03 12:36:36 +02:00 |
Juan Lang
|
0c5772dc0a
|
crypt32: Test encoding a cert with a public key.
|
2007-08-03 12:36:16 +02:00 |
Juan Lang
|
5885eb3cc3
|
crypt32: Fix typo in key context property test, and the problems it hid.
|
2007-08-03 12:36:04 +02:00 |
Juan Lang
|
44948c3b38
|
crypt32: Implement decoding OID and directory name alt name entries.
|
2007-08-03 12:29:47 +02:00 |
Juan Lang
|
9194d60061
|
crypt32: Test encoding/decoding a couple more alt name entry types.
|
2007-08-03 12:28:40 +02:00 |
Juan Lang
|
4e0f33dada
|
crypt32: Support getting the inner content OID from a decoded signed message.
|
2007-07-31 11:16:04 +02:00 |
Juan Lang
|
555e85a2b2
|
crypt32: Implement getting signer info from a decoded signed message.
|
2007-07-31 11:14:46 +02:00 |
Juan Lang
|
d6150a7974
|
crypt32: Implement getting inner content of a decoded signed message.
|
2007-07-31 11:14:26 +02:00 |
Juan Lang
|
2acb8a2dd2
|
crypt32: Test getting more parameters from a decoded signed message.
|
2007-07-31 11:14:18 +02:00 |
Juan Lang
|
c7f44c8ec7
|
crypt32: Implement message stores.
|
2007-07-30 12:53:42 +02:00 |
Juan Lang
|
d76e1899ad
|
crypt32: Add tests for message stores.
|
2007-07-30 12:53:27 +02:00 |
Juan Lang
|
115edc67e6
|
crypt32: Implement getting some parameters from a decoded signed message.
|
2007-07-30 12:53:20 +02:00 |
Juan Lang
|
d187fcd172
|
crypt32: Test getting parameters from decoded signed messages.
|
2007-07-30 12:52:59 +02:00 |
Juan Lang
|
d5a478edfa
|
crypt32: Test and implement encoding signed messages with authenticated attributes.
|
2007-07-26 12:35:21 +02:00 |
Juan Lang
|
c58cb379eb
|
crypt32: Test and fix encoding and decoding of attributes in PKCS signers.
|
2007-07-26 12:35:05 +02:00 |
Juan Lang
|
e0b13a20b5
|
crypt32: Add initial tests for decoding signed messages.
|
2007-07-26 12:34:26 +02:00 |
Juan Lang
|
5572902046
|
crypt32: Test getting the hash from a hash message with an invalid index.
|
2007-07-26 12:34:19 +02:00 |
Juan Lang
|
f987ca01d0
|
crypt32: Test and implement getting the encoded signers from an encoded signed message.
|
2007-07-25 13:02:23 +02:00 |
Juan Lang
|
0584964518
|
crypt32: Test and implement encoding signed data messages with CRLs.
|
2007-07-24 11:49:23 +02:00 |
Juan Lang
|
01ab14e174
|
crypt32: Test and implement encoding signed messages with certificates.
|
2007-07-24 11:49:14 +02:00 |
Juan Lang
|
4f30f90c39
|
crypt32: Implement getting version from an encoded signed message.
|
2007-07-24 11:48:59 +02:00 |
Juan Lang
|
8c81a38698
|
crypt32: Add tests for getting an encoded signed message's parameters.
|
2007-07-24 11:48:52 +02:00 |
Juan Lang
|
937b27f3a3
|
crypt32: Implement getting outer content of a signed message.
|
2007-07-24 11:48:27 +02:00 |
Juan Lang
|
b80101eb65
|
crypt32: Partially implement encoding signed messages.
|
2007-07-24 11:48:19 +02:00 |
Juan Lang
|
71a5859ded
|
crypt32: Implement getting the hash for each signer of a signed encoded message.
|
2007-07-24 11:48:06 +02:00 |
Juan Lang
|
4e2b3ab9e1
|
crypt32: Hash and sign data when updating signed messages.
|
2007-07-24 11:32:19 +02:00 |
Juan Lang
|
19e63d9004
|
crypt32: Add tests for opening non-detached signed messages, and clarify detached open.
|
2007-07-24 11:32:03 +02:00 |
Juan Lang
|
d11ddebc76
|
crypt32: Add a partial stub for updating a signed encoded message.
|
2007-07-24 11:31:56 +02:00 |
Juan Lang
|
014f282b72
|
crypt32: Add tests for signed message encoding.
|
2007-07-24 11:31:46 +02:00 |
Juan Lang
|
cc4005829d
|
crypt32: Add tests for updating signed encoded messages.
|
2007-07-24 11:30:50 +02:00 |
Juan Lang
|
223bad2312
|
crypt32: Add stub encoded signed message.
|
2007-07-24 11:30:21 +02:00 |
Juan Lang
|
725d440d3c
|
crypt32: Add tests for opening signed message to encode.
|
2007-07-24 11:30:12 +02:00 |
Juan Lang
|
74bd61203d
|
crypt32: Implement querying computed hash of a decoded hash message.
|
2007-07-20 11:41:19 +02:00 |
Juan Lang
|
0e90cb9629
|
crypt32: Store (most) parameters of a decoded hash message.
|
2007-07-20 11:40:56 +02:00 |
Juan Lang
|
056b4f10dd
|
crypt32: Add a couple more parameter tests for hash messages.
|
2007-07-18 12:57:41 +02:00 |
Juan Lang
|
4e28944934
|
crypt32: Implement getting content of a data message.
|
2007-07-18 12:57:21 +02:00 |
Juan Lang
|
95bb1be2b7
|
crypt32: Add a few tests for decoded message parameters.
|
2007-07-18 12:57:14 +02:00 |
Juan Lang
|
35abf3adf3
|
crypt32: Implement decoding hash messages.
|
2007-07-18 12:56:48 +02:00 |
Juan Lang
|
60c6a9e381
|
crypt32: Add tests for decoding a hash message.
|
2007-07-18 12:56:33 +02:00 |