Juan Lang
|
056b4f10dd
|
crypt32: Add a couple more parameter tests for hash messages.
|
2007-07-18 12:57:41 +02:00 |
Juan Lang
|
8df323f84a
|
crypt32: Use property list for decoded message parameters.
|
2007-07-18 12:57:28 +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
|
8099ff4bce
|
crypt32: Fix a bad comment.
|
2007-07-18 12:56:55 +02:00 |
Juan Lang
|
35abf3adf3
|
crypt32: Implement decoding hash messages.
|
2007-07-18 12:56:48 +02:00 |
Juan Lang
|
8cf82d8a0e
|
crypt32: Remove a redundant line.
|
2007-07-18 12:56:39 +02:00 |
Juan Lang
|
60c6a9e381
|
crypt32: Add tests for decoding a hash message.
|
2007-07-18 12:56:33 +02:00 |
Juan Lang
|
703a0f6fce
|
crypt32: Move digested data encoding to encode.c.
|
2007-07-18 12:56:25 +02:00 |
Juan Lang
|
76061f403b
|
crypt32: Implement decoding data messages (when opened in non-streaming mode).
|
2007-07-16 13:51:51 +02:00 |
Juan Lang
|
2cca297ba6
|
crypt32: Partially implement updating decode messages.
|
2007-07-16 13:40:11 +02:00 |
Juan Lang
|
6a07ca4442
|
crypt32: Store crypt provider in decode message.
|
2007-07-16 13:39:57 +02:00 |
Juan Lang
|
8dcd9e4279
|
crypt32: Fix decoding sequences with extra trailing data.
|
2007-07-16 13:39:35 +02:00 |
Juan Lang
|
01685bca0e
|
crypt32: Add test showing extra trailing bytes should be tolerated in encoded data.
|
2007-07-16 13:39:24 +02:00 |
Paul Vriens
|
0653b95017
|
crypt32/tests: Skip test if we don't have enough rights.
|
2007-07-13 14:43:33 +02:00 |
Juan Lang
|
d1bd2ea907
|
crypt32: Update comments about hash message version numbers.
|
2007-07-13 14:40:46 +02:00 |
Juan Lang
|
a8e135f4c6
|
crypt32: Introduce an updated state, and use it to remove boolean "begun".
|
2007-07-13 14:40:39 +02:00 |
Juan Lang
|
09c4faf159
|
crypt32: Change finalized from a boolean to a state and use it to simplify message updating.
|
2007-07-13 14:40:25 +02:00 |
Juan Lang
|
9bdb084eb6
|
crypt32: Relax a test, the specific error isn't so important.
|
2007-07-13 14:40:15 +02:00 |
Juan Lang
|
8599fd7748
|
crypt32: Implement retrieving a hashed message's content.
|
2007-07-13 14:40:04 +02:00 |
Juan Lang
|
678fb8ac14
|
crypt32: Introduce an algorithm id encoding function that encodes missing parameters as NULL
and use it to match native encoding (and simplify PKCS signer tests).
|
2007-07-13 14:39:40 +02:00 |
Juan Lang
|
880507d906
|
crypt32: Add tests for retrieving the content of a non-finalized (detached) message.
|
2007-07-13 14:39:09 +02:00 |
Juan Lang
|
3ffb4b1c48
|
crypt32: Detached hash messages don't contain the content, so don't make a copy of it.
|
2007-07-13 14:39:02 +02:00 |
Juan Lang
|
f83da5cc07
|
crypt32: Don't check if msg is NULL, tests show native doesn't either.
|
2007-07-13 14:38:55 +02:00 |
Juan Lang
|
a468e6f6c3
|
crypt32: Add a helper function to copy params.
|
2007-07-13 14:38:48 +02:00 |
Juan Lang
|
fef57dad46
|
crypt32: Copy data in hash message update.
|
2007-07-13 14:38:40 +02:00 |
Juan Lang
|
72b8f8325f
|
crypt32: Add tests for hash message encoding.
|
2007-07-13 14:38:32 +02:00 |
Juan Lang
|
804b9d7165
|
crypt32: Implement getting hash message version.
|
2007-07-13 14:38:24 +02:00 |
Juan Lang
|
739cc08b3b
|
crypt32: Partially implement updating hash messages.
|
2007-07-13 14:37:51 +02:00 |
Juan Lang
|
5cb26d8e58
|
crypt32: Test updating hash messages with NULL stream output function.
|
2007-07-13 14:37:42 +02:00 |
Juan Lang
|
c2f8191a64
|
crypt32: Simplify hash value tests.
|
2007-07-13 14:37:24 +02:00 |
Juan Lang
|
bb1246a51c
|
crypt32: Implement getting a hash message's hash value.
|
2007-07-13 14:37:16 +02:00 |
Juan Lang
|
1745d8a728
|
crypt32: Add tests for getting hash message params.
|
2007-07-13 14:37:09 +02:00 |
Juan Lang
|
3c15f98b77
|
crypt32: Add a stub hash message implementation.
|
2007-07-13 14:37:00 +02:00 |
Juan Lang
|
e6c339d076
|
crypt32: Test opening hash messages to encode with streaming.
|
2007-07-13 14:36:48 +02:00 |
Juan Lang
|
ad975f672b
|
crypt32: Add tests for updating hash messages opened to encode.
|
2007-07-13 14:36:40 +02:00 |
Juan Lang
|
b12072b72d
|
crypt32: Add open tests for hash messages.
|
2007-07-13 14:36:32 +02:00 |
Juan Lang
|
afaba37ed7
|
crypt32: Implement streamed encoding of definite-length data messages.
|
2007-07-13 14:36:16 +02:00 |
Juan Lang
|
48afa16386
|
crypt32: Make some encoding functions available outside encode.c.
|
2007-07-13 14:35:47 +02:00 |
Juan Lang
|
1d5a8b2f78
|
crypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPutSignedDataMsg,
CryptSIPCreateIndirectData, CryptSIPVerifyIndirectData, and
CryptSIPRemoveSignedDataMsg.
|
2007-07-10 14:41:24 +02:00 |
Juan Lang
|
19c3a09ba8
|
crypt32: Implement CryptSIPLoad.
|
2007-07-10 14:41:05 +02:00 |
Juan Lang
|
685d7e799a
|
crypt32: More decode message update tests.
|
2007-07-10 13:56:42 +02:00 |
Juan Lang
|
acc0bec41f
|
crypt32: Add some tests for updating decode messages.
|
2007-07-10 13:56:35 +02:00 |
Juan Lang
|
8ca755915b
|
crypt32: Implement getting the type of a decode message.
|
2007-07-10 13:56:28 +02:00 |
Juan Lang
|
656d960dd4
|
crypt32: Add a stub decode message implementation.
|
2007-07-10 13:56:20 +02:00 |
Juan Lang
|
e557d36320
|
crypt32: Test and fix CryptMsgGetParam for streamed messages.
|
2007-07-10 13:56:13 +02:00 |
Juan Lang
|
b18b05f53c
|
crypt32: Add tests for streamed encoding of data messages.
|
2007-07-10 13:56:00 +02:00 |
Juan Lang
|
aa99cf8ec0
|
crypt32: Test that inner content OID is ignored for data messages.
|
2007-07-10 13:55:53 +02:00 |
Juan Lang
|
7e65d9439c
|
crypt32: Make a copy of a passed-in stream info rather than assuming the pointer will live forever.
|
2007-07-10 13:55:44 +02:00 |
Juan Lang
|
fd05fe0d13
|
crypt32: Add more tests for opening a data message for encoding.
|
2007-07-10 13:55:31 +02:00 |