wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / crypt32 / decode.c
2008-07-10  Andrew Talbotcrypt32: Remove unneeded address-of operator from array...
2008-02-04  Bang Jun-youngcrypt32: Include wine/port.h for snprintf().
2007-12-04  Andrew Talbotcrypt32: Remove unnecessary casts.
2007-11-09  Juan Langcrypt32: If a decoding function failed, free the memory...
2007-11-08  Juan Langcrypt32: Fail decoding a CRL entry if the serial number...
2007-11-02  Juan Langcrypt32: Get rid of an unneeded variable.
2007-10-17  Alexandre Julliardcrypt32: Fix pointer casts in decode.c too.
2007-10-11  Juan Langcrypt32: Implement name constraints decoding.
2007-10-11  Juan Langcrypt32: Don't check tag in AsnDecodeIntInternal, calle...
2007-10-02  Juan Langcrypt32: Don't check decoded length against encoded...
2007-09-18  Juan Langcrypt32: Use decode function's returned decoded length...
2007-09-18  Juan Langcrypt32: ret is already true, don't retest it.
2007-09-18  Juan Langcrypt32: Explicitly count bytes to copy in DecodeCopyBytes.
2007-09-18  Juan Langcrypt32: Test and correct decoding indefinite-length...
2007-09-18  Juan Langcrypt32: Use correct encoded length when decoding a...
2007-09-18  Juan Langcrypt32: Simplify AsnDecodeSequenceItems a tiny bit.
2007-09-18  Juan Langcrypt32: Allow indefinite-length encoding of sequence...
2007-09-18  Juan Langcrypt32: Simplify DecodePathLenConstraint.
2007-09-18  Juan Langcrypt32: Allow a sequence to have an indefinite-length...
2007-09-18  Juan Langcrypt32: Set *pcbDecoded in every function.
2007-09-18  Juan Langcrypt32: Use internal form for all internal decoding...
2007-09-18  Juan Langcrypt32: Get rid of encoding type argument to AsnDecode...
2007-09-18  Juan Langcrypt32: Get rid of encoding type from AsnDecodeSequenc...
2007-09-18  Juan Langcrypt32: Don't use exception handler when decoding...
2007-09-18  Juan Langcrypt32: Implement DecodeAltName with DecodeAltNameInte...
2007-09-18  Juan Langcrypt32: Use AsnDecodeIntInternal where an internal...
2007-09-18  Juan Langcrypt32: Temporarily change prototype of AsnDecodeIntIn...
2007-09-18  Juan Langcrypt32: Use internal decode int function a couple...
2007-09-18  Juan Langcrypt32: Introduce a space checking helper for function...
2007-09-18  Juan Langcrypt32: Move a comment that belonged elsewhere.
2007-09-18  Juan Langcrypt32: Separate DecodeInt into an internal and extern...
2007-09-18  Juan Langcrypt32: Use simpler form for internal time decoding...
2007-09-18  Juan Langcrypt32: Allow items in an array to be indefinite-lengt...
2007-09-18  Juan Langcrypt32: Support indefinite-length encoded arrays.
2007-09-18  Juan Langcrypt32: Set bytes decoded in all success paths.
2007-09-18  Juan Langcrypt32: Introduce a helper function to get encoded...
2007-09-18  Juan Langcrypt32: Remove an unneeded WINAPI.
2007-09-18  Juan Langcrypt32: Return bytes decoded from AsnDecodeArray.
2007-09-18  Juan Langcrypt32: Pass bytes decoded pointer to AsnDecodeArray.
2007-09-18  Juan Langcrypt32: Return bytes decoded when decoding an alt...
2007-09-18  Juan Langcrypt32: Return bytes decoded when copying DER-encoded...
2007-09-18  Juan Langcrypt32: Return bytes decoded when decoding a sequence.
2007-09-18  Juan Langcrypt32: Make a decode OID function that returns the...
2007-09-18  Juan Langcrypt32: Add a decoded parameter to AsnDecodeSequence.
2007-09-18  Juan Langcrypt32: Use a simpler prototype for array decoding...
2007-09-18  Juan Langcrypt32: Fix alignment on 64-bit systems.
2007-09-18  Juan Langcrypt32: Correct an optimization.
2007-09-18  Juan Langcrypt32: Correct GET_LEN_BYTES for the indefinite-lengt...
2007-09-18  Juan Langcrypt32: Update comments.
2007-09-11  Juan Langcrypt32: Support CRYPT_DECODE_TO_BE_SIGNED_FLAG.
2007-08-14  Juan Langcrypt32: Test authority key identifier with a multi...
2007-08-13  Juan Langcrypt32: Improve tracing when builtin function isn...
2007-08-13  Juan Langcrypt32: Validate parameters better in CryptDecodeObject.
2007-08-13  Juan Langcrypt32: Use helper functions to simplify CryptDecodeOb...
2007-08-13  Juan Langcrypt32: Ex encode/decode functions should call non...
2007-08-08  Juan Langcrypt32: Introduce cryptasn debug channel to quiet...
2007-08-03  Juan Langcrypt32: Implement decoding OID and directory name...
2007-08-03  Juan Langcrypt32: Introduce a OID decoding function that ignores...
2007-08-03  Juan Langcrypt32: Get rid of bogus check and improve traces...
2007-07-31  Juan Langcrypt32: Add a few traces.
2007-07-31  Juan Langcrypt32: Simplify alignment calculation.
2007-07-31  Juan Langcrypt32: Separate decoding PKCS signer info into intern...
2007-07-26  Juan Langcrypt32: Trace a few more items when decoding.
2007-07-26  Juan Langcrypt32: Test and fix encoding and decoding of attribut...
2007-07-26  Juan Langcrypt32: Partially implement decoding of signed messages.
2007-07-26  Juan Langcrypt32: Don't check tag in CRYPT_DecodeDERArray, calle...
2007-07-26  Juan Langcrypt32: Actually skip content when skipping an item...
2007-07-24  Juan Langcrypt32: Check for and fail on indefinite-length encoding.
2007-07-18  Juan Langcrypt32: Fix a bad comment.
2007-07-18  Juan Langcrypt32: Implement decoding hash messages.
2007-07-18  Juan Langcrypt32: Remove a redundant line.
2007-07-16  Juan Langcrypt32: Fix decoding sequences with extra trailing...
2007-06-13  Juan Langcrypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement PKCS_ATTRIBUTES encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding...
2007-04-30  Andrew Talbotcrypt32: Exclude unused headers.
2006-10-25  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-09-27  Juan Langcrypt32: Encode/decode authority key ids.
2006-09-07  James Hawkinscrypt32: Simplify CRYPT_AsnDecodeUnicodeNameValueIntern...
2006-09-07  James Hawkinscrypt32: Simplify CRYPT_AsnDecodeNameValueInternal...
2006-07-27  Juan Langcrypt32: Implement X509_UNICODE_NAME encoding/decoding.
2006-07-20  Juan Langcrypt32: Implement more string types for X509_NAME_VALUE.
2006-07-19  Juan Langcrypt32: Implement X509_UNICODE_NAME_VALUE encoding...
2006-07-11  Juan Langcrypt32: Check a pointer before dereferencing it (Cover...
2006-06-20  Juan Langcrypt32: Encode/decode CRL issuing dist points.
2006-06-19  Juan Langcrypt32: Fix decoding signed certs and CRLs.
2006-06-16  Juan Langcrypt32: Correct CRL tests, and fix CRL encoding/decodi...
2006-06-03  Juan Langcrypt32: Implement X509_NAME_VALUE encoding/decoding.
2006-06-02  Juan Langcrypt32: Remove exception handling from internal decodi...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Juan Langcrypt32: Split the unwieldy encode.c into two files.