mapi32: Fully merge the IMAPIProp ifaces into IPropData.
[wine] / dlls / crypt32 / tests / encode.c
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-01-08  Francois Gougetcrypt32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-08  Andrew Talbotcrypt32/tests: Cast-qual warnings fix.
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-09-27  Juan Langcrypt32: Encode/decode authority key ids.
2006-09-21  Juan Langcrypt32: Test decoding a big CRL.
2006-09-12  Alexandre Julliardcrypt32: Comment out an unreliable test.
2006-08-25  Alexandre Julliardcrypt32/tests: Avoid sizeof in traces.
2006-08-14  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-07-28  Andrew Talbotcrypt32/tests: Write-strings 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-11  Andrew Talbotcrypt32/tests: Write-strings warnings test.
2006-06-26  Francois Gougetcrypt32: Fix compilation with gcc 2.95.
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-13  Alexandre Julliardcrypt32/tests: Don't use sizeof in ok() to avoid printf...
2006-06-13  Alexandre Julliardcrypt32/tests: Use lstrlenA instead of strlen in ok...
2006-06-03  Juan Langcrypt32: Implement X509_NAME_VALUE encoding/decoding.
2006-06-02  Juan Langcrypt32: Add name value tests.
2006-06-02  Juan Langcrypt32: Add a couple CRL encoding tests, one that...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Juan Langcrypt32: Test importing public keys from a certificate.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-02-22  Juan Langcrypt32: Tidy up tests.
2006-02-16  Juan Langcrypt32: More encoding/decoding.
2006-01-31  Juan Langcrypt32: Correct X509_NAME decoding, and more stringent...
2006-01-13  Jeremy Whitecrypt32: Preserve gcc 2.95 compatibility.
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-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-14  Mike McCormackFix gcc 4.0 warnings.
2005-09-13  Mike McCormackFix gcc 4.0 warnings.
2005-09-12  Mike McCormackFix gcc 4.0 warnings.
2005-09-08  Juan LangConvert a few more constants from strings to byte arrays.
2005-09-07  Mike McCormackFix gcc 4.0 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-08-29  Juan LangImplement encoding/decoding of CERT_ALT_NAME_INFOs...
2005-08-16  Juan LangRemove a test that fails under WinME. Reported and...
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- implement encode and decode of BasicConstraints2...
2005-06-16  Juan Lang- implement encoding and decoding of enumerated types...
2005-06-16  Mike McCormackFix some declaration and write string warnings.
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-02  Juan Lang- add some tests for OID functions