crypt32/tests: Fix a test failure on Win9x.
[wine] / dlls / crypt32 / encode.c
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