crypt32: Allow imprecision of one millisecond in time decoding to fix test failures...
[wine] / dlls / crypt32 / encode.c
2007-09-28  Juan Langcrypt32: Add/improve some traces.
2007-09-18  Juan Langcrypt32: Update comments.
2007-08-22  Juan Langcrypt32: Trace encoding and decoding public keys on...
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: Use helper functions to simplify CryptEncodeOb...
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  Francois Gougetcrypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_O...
2007-08-03  Juan Langcrypt32: Implement encoding OID and directory name...
2007-07-31  Juan Langcrypt32: Get rid of attribute certs from signed info...
2007-07-26  Juan Langcrypt32: Test and fix encoding and decoding of attribut...
2007-07-26  Alexandre Julliardcrypt32: Don't use off_t for memory offsets.
2007-07-25  Marcus Meissnercrypt32: Fixed wrong allocation size.
2007-07-24  Juan Langcrypt32: Test and implement encoding signed data messag...
2007-07-24  Juan Langcrypt32: Test and implement encoding signed messages...
2007-07-24  Juan Langcrypt32: Use set encoding function for encoding PKCS...
2007-07-24  Juan Langcrypt32: Partially implement encoding signed messages.
2007-07-24  Juan Langcrypt32: Introduce function to encode an array of items...
2007-07-18  Juan Langcrypt32: Move digested data encoding to encode.c.
2007-07-13  Juan Langcrypt32: Implement retrieving a hashed message's content.
2007-07-13  Juan Langcrypt32: Introduce an algorithm id encoding function...
2007-07-13  Juan Langcrypt32: Make some encoding functions available outside...
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: Use CRYPT_EncodeEnsureSpace to allocate memory...
2007-06-13  Juan Langcrypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
2007-06-13  Juan Langcrypt32: Separate set encoding into a separate function.
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  Andrew Talbotcrypt32: Cast-qual warnings fix.
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-19  Juan Langcrypt32: Don't return from a try block.
2006-07-18  Juan Langcrypt32: Always set required encoded length in CryptEnc...
2006-06-20  Juan Langcrypt32: Encode/decode CRL issuing dist points.
2006-06-16  Juan Langcrypt32: Correct CRL tests, and fix CRL encoding/decodi...
2006-06-07  Andrew Talbotcrypt32: Write-strings warning fix.
2006-06-03  Juan Langcrypt32: Implement X509_NAME_VALUE encoding/decoding.
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.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-05-09  Juan Langcrypt32: Simplify OID decoding
2006-04-13  Alexandre Julliardcrypt32: Fixed day/month mismatch in time encoding...
2006-02-16  Juan Langcrypt32: More encoding/decoding.
2006-02-09  Juan Langcrypt32: Fix a fixme, and remove an old comment.
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2006-01-31  Juan Langcrypt32: Correct X509_NAME decoding, and more stringent...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Juan Langcrypt32: Implement CRLDistPoints encoding/decoding.
2005-12-13  Juan Langcrypt32: Decode cleanups.
2005-12-02  Juan LangImplement more OID support functions.
2005-11-23  Juan LangFix some memory leaks.
2005-11-21  Ge van GeldorpDon't redefine ASN_OCTETSTRING, it's already defined...
2005-10-28  Juan LangUse CryptMem functions for internal memory allocation.
2005-10-04  Juan LangUse correct names when loading registered OID functions.
2005-09-30  Juan LangMake CryptImport/ExportPublicKeyInfoEx behave the way...
2005-09-28  Juan LangEncode RSA public key modulus as unsigned integer,...
2005-09-28  Juan LangImplement CryptImport/ExportPublicKeyInfo.
2005-09-08  Alexandre JulliardAvoid a couple of 'clobbered by longjmp' warnings.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-09-03  Juan LangCorrect a bunch of lurking asn.1 decode bugs.
2005-09-02  Juan LangImplement encoding/decoding RSA public keys.
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-08-29  Juan LangImplement encoding/decoding of CERT_ALT_NAME_INFOs...
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-07-14  Juan LangEncode/decode certs, with tests.
2005-07-12  Juan Lang- encode/decode CERT_INFO, with tests
2005-07-07  Juan LangEncode/decode CERT_PUBLIC_KEY_INFO, with tests.
2005-07-01  Juan Lang- implement encoding/decoding of cert extensions
2005-06-29  Juan Lang- fix decoding of long-form data lengths
2005-06-27  Juan Lang- use exception handling in encoding
2005-06-27  Juan Lang- implement encode and decode of BasicConstraints2...
2005-06-17  Francois GougetFix the CryptEncodeObjectEx() prototype.
2005-06-17  Juan LangAdd a few traces and comments.
2005-06-16  Juan Lang- implement encoding and decoding of enumerated types...
2005-06-15  Juan LangAdd encode/decode support for multi-byte integers.
2005-06-13  Juan Lang- encode/decode X509_NAMEs for simple string encodings...
2005-06-10  Juan LangCryp{En|De}codeObjectEx should return success if the...
2005-06-08  Juan LangImplement asn.1 encoding/decoding of times, with tests.
2005-06-04  Juan LangImplement asn.1 decoding of integers, with tests.
2005-06-03  Juan LangRearrange Crypt{De|En}codeObjectEx to make error handli...
2005-06-02  Juan Lang- add some tests for OID functions
2005-05-31  Juan Lang- implement Crypt{Get|Set}OIDFunctionValue
2005-05-29  Juan LangUse registered DLLs for encode/decode.
2005-05-20  Juan Lang- more fully implement CryptRegisterOIDFunction