Juan Lang
|
0bd29b1243
|
crypt32: Use decode function's returned decoded length to advance pointer when decoding an array.
|
2007-09-18 11:57:56 +02:00 |
Juan Lang
|
ee28204fcf
|
crypt32: ret is already true, don't retest it.
|
2007-09-18 11:57:48 +02:00 |
Juan Lang
|
9c4c856fde
|
crypt32: Explicitly count bytes to copy in DecodeCopyBytes.
|
2007-09-18 11:57:41 +02:00 |
Juan Lang
|
7e475b4a77
|
crypt32: Test and correct decoding indefinite-length-encoded PKCS content.
|
2007-09-18 11:57:33 +02:00 |
Juan Lang
|
43e6b48b33
|
crypt32: Use correct encoded length when decoding a sequence.
|
2007-09-18 11:57:24 +02:00 |
Juan Lang
|
f534a67bfc
|
crypt32: Simplify AsnDecodeSequenceItems a tiny bit.
|
2007-09-18 11:57:17 +02:00 |
Juan Lang
|
34aaabca83
|
crypt32: Allow indefinite-length encoding of sequence items.
|
2007-09-18 11:57:10 +02:00 |
Juan Lang
|
be91ad3604
|
crypt32: Simplify DecodePathLenConstraint.
|
2007-09-18 11:57:02 +02:00 |
Juan Lang
|
4fd90ddad3
|
crypt32: Allow a sequence to have an indefinite-length encoding.
|
2007-09-18 11:56:55 +02:00 |
Juan Lang
|
2e8ae598e1
|
crypt32: Set *pcbDecoded in every function.
|
2007-09-18 11:56:48 +02:00 |
Juan Lang
|
e03864a205
|
crypt32: Use internal form for all internal decoding functions.
|
2007-09-18 11:56:40 +02:00 |
Juan Lang
|
ce47433d94
|
crypt32: Get rid of encoding type argument to AsnDecodeSequence, it isn't used.
|
2007-09-18 11:56:24 +02:00 |
Juan Lang
|
19fd9872a6
|
crypt32: Get rid of encoding type from AsnDecodeSequenceItems, it's never checked.
|
2007-09-18 11:56:09 +02:00 |
Juan Lang
|
21246938c4
|
crypt32: Don't use exception handler when decoding time zone, caller already does.
|
2007-09-18 11:56:01 +02:00 |
Juan Lang
|
ad94982284
|
crypt32: Implement DecodeAltName with DecodeAltNameInternal.
|
2007-09-18 11:55:50 +02:00 |
Juan Lang
|
89a541a493
|
crypt32: Use AsnDecodeIntInternal where an internal function is called for.
|
2007-09-18 11:55:43 +02:00 |
Juan Lang
|
f2bff633ac
|
crypt32: Temporarily change prototype of AsnDecodeIntInternal to the CryptDecodeObjectEx form.
|
2007-09-18 11:55:35 +02:00 |
Juan Lang
|
205c733b13
|
crypt32: Use internal decode int function a couple more places.
|
2007-09-18 11:55:26 +02:00 |
Juan Lang
|
8c5bd5f5ca
|
crypt32: Introduce a space checking helper for functions that don't allocate memory and use it where appropriate.
|
2007-09-18 11:55:20 +02:00 |
Juan Lang
|
9d0dccf164
|
crypt32: Move a comment that belonged elsewhere.
|
2007-09-18 11:55:05 +02:00 |
Juan Lang
|
5fbca384e4
|
crypt32: Separate DecodeInt into an internal and external version.
|
2007-09-18 11:54:39 +02:00 |
Juan Lang
|
a538e95c1d
|
crypt32: Use simpler form for internal time decoding functions.
|
2007-09-18 11:54:30 +02:00 |
Juan Lang
|
52be131a29
|
crypt32: Allow items in an array to be indefinite-length encoded.
|
2007-09-18 11:54:18 +02:00 |
Juan Lang
|
5d168bd4c0
|
crypt32: Support indefinite-length encoded arrays.
|
2007-09-18 11:54:10 +02:00 |
Juan Lang
|
159a369318
|
crypt32: Set bytes decoded in all success paths.
|
2007-09-18 11:54:02 +02:00 |
Juan Lang
|
7ecf5becbd
|
crypt32: Introduce a helper function to get encoded length that allows indefinite-length encoding.
|
2007-09-18 11:53:54 +02:00 |
Juan Lang
|
54a51afcd7
|
crypt32: Remove an unneeded WINAPI.
|
2007-09-18 11:53:47 +02:00 |
Juan Lang
|
deb07ccb1c
|
crypt32: Return bytes decoded from AsnDecodeArray.
|
2007-09-18 11:53:41 +02:00 |
Juan Lang
|
b2f02f3bf7
|
crypt32: Pass bytes decoded pointer to AsnDecodeArray.
|
2007-09-18 11:53:32 +02:00 |
Juan Lang
|
1f4bcb4a3d
|
crypt32: Return bytes decoded when decoding an alt name entry.
|
2007-09-18 11:53:24 +02:00 |
Juan Lang
|
d7e8eed944
|
crypt32: Return bytes decoded when copying DER-encoded bytes.
|
2007-09-18 11:53:17 +02:00 |
Juan Lang
|
fd982c8597
|
crypt32: Return bytes decoded when decoding a sequence.
|
2007-09-18 11:53:11 +02:00 |
Juan Lang
|
1dd1c6c2c8
|
crypt32: Make a decode OID function that returns the number of bytes decoded.
|
2007-09-18 11:53:05 +02:00 |
Juan Lang
|
f3490f3ed8
|
crypt32: Add a decoded parameter to AsnDecodeSequence.
|
2007-09-18 11:52:57 +02:00 |
Juan Lang
|
731d37b049
|
crypt32: Use a simpler prototype for array decoding functions.
|
2007-09-18 11:52:50 +02:00 |
Juan Lang
|
cc2059b67c
|
crypt32: Fix alignment on 64-bit systems.
|
2007-09-18 11:52:32 +02:00 |
Juan Lang
|
09447fb605
|
crypt32: Correct an optimization.
|
2007-09-18 11:52:25 +02:00 |
Juan Lang
|
e747f706b1
|
crypt32: Correct GET_LEN_BYTES for the indefinite-length form.
|
2007-09-18 11:52:18 +02:00 |
Juan Lang
|
716a7405e4
|
crypt32: Update comments.
|
2007-09-18 11:52:00 +02:00 |
Juan Lang
|
d7115ce33c
|
crypt32: Support CRYPT_DECODE_TO_BE_SIGNED_FLAG.
|
2007-09-11 12:35:57 +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
|
3a50b1fea6
|
crypt32: Improve tracing when builtin function isn't available.
|
2007-08-13 11:32:51 +02:00 |
Juan Lang
|
5d8d9e7d08
|
crypt32: Validate parameters better in CryptDecodeObject.
|
2007-08-13 11:32:33 +02:00 |
Juan Lang
|
4c58c4bc2f
|
crypt32: Use helper functions to simplify CryptDecodeObject and CryptDecodeObjectEx.
|
2007-08-13 11:32:23 +02:00 |
Juan Lang
|
038b53c301
|
crypt32: Ex encode/decode functions should call non-Ex versions if no Ex version is available.
|
2007-08-13 11:32:13 +02:00 |
Juan Lang
|
53087dbe12
|
crypt32: Introduce cryptasn debug channel to quiet down crypt traces.
|
2007-08-08 15:32:00 +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
|
005b50e913
|
crypt32: Introduce a OID decoding function that ignores the tag and use it where the caller already checks the tag.
|
2007-08-03 12:29:39 +02:00 |
Juan Lang
|
0cb6148422
|
crypt32: Get rid of bogus check and improve traces for unexpected alt name entry types.
|
2007-08-03 12:28:32 +02:00 |
Juan Lang
|
a50d8dc1dd
|
crypt32: Add a few traces.
|
2007-07-31 11:15:50 +02:00 |
Juan Lang
|
f0509c49d1
|
crypt32: Simplify alignment calculation.
|
2007-07-31 11:15:41 +02:00 |
Juan Lang
|
5900ab1437
|
crypt32: Separate decoding PKCS signer info into internal and external versions.
|
2007-07-31 11:14:35 +02:00 |
Juan Lang
|
b8ab462100
|
crypt32: Trace a few more items when decoding.
|
2007-07-26 12:35:12 +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
|
3a85fa6b15
|
crypt32: Partially implement decoding of signed messages.
|
2007-07-26 12:34:56 +02:00 |
Juan Lang
|
5674ca2e4e
|
crypt32: Don't check tag in CRYPT_DecodeDERArray, caller already does.
|
2007-07-26 12:34:47 +02:00 |
Juan Lang
|
30346ee296
|
crypt32: Actually skip content when skipping an item in a sequence.
|
2007-07-26 12:34:39 +02:00 |
Juan Lang
|
45652e0802
|
crypt32: Check for and fail on indefinite-length encoding.
|
2007-07-24 11:30:41 +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
|
8dcd9e4279
|
crypt32: Fix decoding sequences with extra trailing data.
|
2007-07-16 13:39:35 +02:00 |
Juan Lang
|
d1ac9c73f6
|
crypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.
|
2007-06-13 11:56:20 +02:00 |
Juan Lang
|
e1f83a7abf
|
crypt32: Implement PKCS_ATTRIBUTES encoding/decoding.
|
2007-06-13 11:55:57 +02:00 |
Juan Lang
|
97f2c658fd
|
crypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
|
2007-06-13 11:54:36 +02:00 |
Juan Lang
|
1cd9510be0
|
crypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
|
2007-06-13 11:53:47 +02:00 |
Juan Lang
|
2d00a4f0f5
|
crypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding/decoding.
|
2007-06-13 11:53:36 +02:00 |
Andrew Talbot
|
79d1d77f74
|
crypt32: Exclude unused headers.
|
2007-04-30 12:32:35 +02:00 |
Andrew Talbot
|
58f9b6076f
|
crypt32: Cast-qual warnings fix.
|
2006-10-25 12:14:23 +02:00 |
Juan Lang
|
f3a1f2bf60
|
crypt32: Win64 printf format warning fixes.
|
2006-10-04 09:59:57 +02:00 |
Juan Lang
|
9153d39cda
|
crypt32: Encode/decode authority key ids.
|
2006-09-27 09:40:50 +02:00 |
James Hawkins
|
382d06794b
|
crypt32: Simplify CRYPT_AsnDecodeUnicodeNameValueInternal, getting rid of a warning.
|
2006-09-07 15:17:12 +02:00 |
James Hawkins
|
a9670e371e
|
crypt32: Simplify CRYPT_AsnDecodeNameValueInternal, getting rid of a warning.
|
2006-09-07 15:16:45 +02:00 |
Juan Lang
|
8ccbdb801e
|
crypt32: Implement X509_UNICODE_NAME encoding/decoding.
|
2006-07-27 12:10:45 +02:00 |
Juan Lang
|
1eefa005da
|
crypt32: Implement more string types for X509_NAME_VALUE.
|
2006-07-20 12:09:59 +02:00 |
Juan Lang
|
ead21189c2
|
crypt32: Implement X509_UNICODE_NAME_VALUE encoding/decoding.
|
2006-07-19 18:15:56 +02:00 |
Juan Lang
|
c0752da99f
|
crypt32: Check a pointer before dereferencing it (Coverity).
|
2006-07-11 17:37:19 +02:00 |
Juan Lang
|
cb2e21ffb4
|
crypt32: Encode/decode CRL issuing dist points.
|
2006-06-20 11:28:22 +02:00 |
Juan Lang
|
1811acc2fa
|
crypt32: Fix decoding signed certs and CRLs.
|
2006-06-19 22:55:05 +02:00 |
Juan Lang
|
bc2d4a71b4
|
crypt32: Correct CRL tests, and fix CRL encoding/decoding accordingly.
|
2006-06-16 11:30:10 +02:00 |
Juan Lang
|
dd4bd4ad28
|
crypt32: Implement X509_NAME_VALUE encoding/decoding.
|
2006-06-03 11:55:01 +02:00 |
Juan Lang
|
a7f6a0128c
|
crypt32: Remove exception handling from internal decoding functions.
|
2006-06-02 11:46:44 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Juan Lang
|
f224b34e60
|
crypt32: Split the unwieldy encode.c into two files.
|
2006-05-16 20:28:39 +02:00 |