crypt32: Separate checking the tag of encoded bits from decoding the bits.
[wine] / dlls / crypt32 / tests / encode.c
2008-11-06  Juan Langcrypt32: Separate checking the tag of encoded bits...
2008-11-06  Juan Langcrypt32: Add missing ok calls.
2008-10-31  Juan Langcrypt32: Fix some test failures on Win9x/NT4.
2008-10-17  Juan Langcrypt32: Fix a few more test failures.
2008-10-16  Juan Langcrypt32: Fix remaining Win9x encoding test failures.
2008-10-14  Juan Langcrypt32: Fix more test failures on Win9x.
2008-10-10  Juan Langcrypt32: Fix some test failures on Win9x.
2008-10-09  Juan Langcrypt32: Fix test failures on NT4.
2008-09-18  Paul Vrienscrypt32/tests: Don't crash on win9x.
2008-09-12  Francois Gougetcrypt32/tests: Win98 is missing Crypt{Encode,Decode...
2008-09-02  Francois Gougetcrypt32: Fix compilation on systems that don't support...
2008-08-29  James Hawkinscrypt32: Split the test for ret and last error up.
2008-08-29  Juan Langcrypt32: Add tests showing signed CTLs aren't decoded...
2008-08-28  Juan Langcrypt32: Implement CTL decoding.
2008-08-28  Juan Langcrypt32: Implement encoding CTLs.
2008-08-28  Juan Langcrypt32: Add tests for encoding/decoding CTLs.
2008-08-28  Juan Langcrypt32: Implement authority info access decoding.
2008-08-28  Juan Langcrypt32: Implement authority info access encoding.
2008-08-28  Juan Langcrypt32: Test encoding/decoding the authority info...
2008-08-21  Juan Langcrypt32: Add support for decoding PKCS_SMIME_CAPABILITIES.
2008-08-21  Juan Langcrypt32: Add support for encoding PKCS_SMIME_CAPABILITIES.
2008-08-21  Juan Langcrypt32: Add tests for encoding/decoding PKCS_SMIME_CAP...
2008-08-20  Juan Langcrypt32: Implement decoding CMSG_CMS_SIGNER_INFO.
2008-08-20  Juan Langcrypt32: Implement CMSG_CMS_SIGNER_INFO encoding.
2008-08-20  Juan Langcrypt32: Add tests for encoding/decoding CMSG_CMS_SIGNE...
2008-05-26  Michael Karchercrypt32: Pass on aiKeyAlg on RSA key import.
2008-02-16  Juan Langcrypt32: Fix test failures on NT4.
2008-01-23  Francois GougetAssorted spelling fixes.
2007-11-20  Francois Gougetcrypt32/tests: Get the tests running on Windows 98.
2007-11-09  Juan Langcrypt32: Fix another leak in tests.
2007-11-09  Juan Langcrypt32: Fix a couple leaks in test.
2007-11-08  Juan Langcrypt32: Fail decoding a CRL entry if the serial number...
2007-11-02  Juan Langcrypt32: Fix a leaked key.
2007-11-02  Juan Langcrypt32: Initialize a variable.
2007-10-15  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-10-11  Juan Langcrypt32: Implement name constraints decoding.
2007-10-11  Juan Langcrypt32: Allow either NULL or empty strings where one...
2007-10-11  Juan Langcrypt32: Implement name constraint encoding.
2007-10-11  Juan Langcrypt32: Test encoding/decoding name constraints.
2007-10-11  Juan Langcrypt32: Allow imprecision of one millisecond in time...
2007-10-09  Marcus Meissnercrypt32/tests: Fixed buffer overflow in encode test.
2007-10-09  Juan Langcrypt32: Print values of failing time tests.
2007-10-09  Juan Langcrypt32: Remove some tests that fail inconsistently...
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: Support indefinite-length encoded arrays.
2007-09-18  Juan Langcrypt32: Add a test of an indefinite-length sequence.
2007-08-14  Juan Langcrypt32: Test authority key identifier with a multi...
2007-08-08  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-08-03  Juan Langcrypt32: Test encoding a cert with a subject key identi...
2007-08-03  Juan Langcrypt32: Test encoding a cert with a public key.
2007-08-03  Juan Langcrypt32: Implement decoding OID and directory name...
2007-08-03  Juan Langcrypt32: Test encoding/decoding a couple more alt name...
2007-07-26  Juan Langcrypt32: Test and fix encoding and decoding of attribut...
2007-07-16  Juan Langcrypt32: Fix decoding sequences with extra trailing...
2007-07-16  Juan Langcrypt32: Add test showing extra trailing bytes should...
2007-07-13  Juan Langcrypt32: Introduce an algorithm id encoding function...
2007-07-02  Juan Langcrypt32: Use skip to avoid failures where support is...
2007-06-18  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-06-14  Francois Gougetcrypt32: Add missing '\n' to ok() call.
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,...
next