wined3d: Just return the surface from wined3d_device_get_render_target().
[wine] / dlls / crypt32 / tests / encode.c
2011-11-22  Alexander Morozovcrypt32: Initialize a pointer for dynamic data.
2011-11-22  Alexander Morozovcrypt32/tests: Add some tests for CryptDecodeObjectEx...
2011-01-31  Juan Langcrypt32/tests: Test return value rather than output...
2010-10-01  Alexandre Julliardcrypt32/tests: Make some variables static.
2010-06-22  Francois Gougetcrypt32/tests: Add a trailing '\n' to ok() calls.
2010-05-05  Gerald Pfeifercrypt32/tests: Remove variable entry which is not reall...
2010-05-03  Gerald Pfeifercrypt32/tests: Tighten tests in testPortPublicKeyInfo.
2009-12-03  Juan Langcrypt32: Fix test failure on Win7.
2009-11-19  Juan Langcrypt32: Remove a redundant test.
2009-11-12  Juan Langcrypt32/tests: Fix test failures.
2009-11-11  Juan Langcrypt32: Fix test failures across Windows versions.
2009-11-11  Juan Langcrypt32: Fix some test failures on older crypt32 versions.
2009-11-10  Juan Langcrypt32: Disallow embedded NULLs in alternate names.
2009-11-10  Juan Langcrypt32: Test decoding alternate names with embedded...
2009-11-10  Juan Langcrypt32: Test encoding and decoding name values with...
2009-11-09  Juan Langcrypt32: Implement decoding cert policy constraints.
2009-11-09  Juan Langcrypt32: Implement encoding cert policy constraints.
2009-11-09  Juan Langcrypt32: Add tests for encoding/decoding cert policy...
2009-11-09  Juan Langcrypt32: Implement decoding cert policy mappings.
2009-11-09  Juan Langcrypt32: Implement encoding cert policy mappings.
2009-11-09  Juan Langcrypt32: Add tests for encoding/decoding cert policy...
2009-11-09  Juan Langcrypt32: Fix decoding cert issuer/subject unique ids.
2009-11-09  Juan Langcrypt32: Fix encoding cert issuer/subject unique ids.
2009-11-09  Juan Langcrypt32: Add more tests of cert encoding/decoding.
2009-10-21  Juan Langcrypt32: Encode public keys with NULL parameters if...
2009-06-24  Paul Vrienscrypt32/tests: Fix some test failures on Win9x.
2009-06-23  Paul Vrienscrypt32/tests: Fix a test (logical || with non-zero...
2009-06-19  Gerald Pfeifercrypt32: Fix incorrect logic condition in test_decodePK...
2009-02-24  Francois Gougetcrypt32/tests: Use win_skip() to skip over unimplemente...
2009-02-02  Juan Langcrypt32: Remove test of a corner case that failed on...
2009-01-30  Juan Langcrypt32: Add index of failing test to output.
2009-01-21  Michael Stefaniuccrypt32/tests: Remove superfluous pointer casts.
2009-01-21  Paul Vrienscrypt32/tests: Skip a few tests if needed.
2009-01-12  Michael Stefaniuccrypt32/tests: Remove some superfluous pointer casts.
2008-12-20  Juan Langcrypt32: Fix encoding OIDs with only two components.
2008-12-08  Paul Vrienscrypt32/tests: Fix some test failures on Win9x and...
2008-11-20  Juan Langcrypt32: Fix failing tests on Win9x/NT4.
2008-11-17  Juan Langcrypt32: Implement decoding CERT_POLICIES_INFO.
2008-11-17  Juan Langcrypt32: Implement encoding CERT_POLICIES_INFO.
2008-11-17  Juan Langcrypt32: Add tests for encoding/decoding CERT_POLICIES_...
2008-11-17  Juan Langcrypt32: Implement decoding CERT_POLICY_QUALIFIER_USER_...
2008-11-17  Juan Langcrypt32: Implement encoding CERT_POLICY_QUALIFIER_USER_...
2008-11-17  Juan Langcrypt32: Add tests for encoding/decoding CERT_POLICY_QU...
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...
next