crypt32: Add a get param function, use it to implement CryptMsgGetParam.
[wine] / dlls / crypt32 / tests /
2007-06-29  Juan Langcrypt32: Stub CryptMsgOpenToEncode for data messages.
2007-06-29  Juan Langcrypt32: Test CryptMsgGetParam for data messages opened...
2007-06-29  Juan Langcrypt32: Test CryptMsgUpdate for data messages opened...
2007-06-29  Juan Langcrypt32: Test CryptMsgOpenToEncode for data messages.
2007-06-29  Juan Langcrypt32: Add basic parameter checking to CryptMsgOpenTo*.
2007-06-29  Juan Langcrypt32: Add basic tests for CryptMsg functions.
2007-06-18  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-06-18  Paul Vrienscrypt32/tests: Don't crash on Vista.
2007-06-14  Francois Gougetcrypt32: Add missing '\n' to ok() call.
2007-06-14  Paul Vrienscrypt32/tests: Vista uses a different error code.
2007-06-14  Paul Vrienscrypt32/tests: Skip tests if we don't have enough rights.
2007-06-13  Paul Vrienscrypt32/tests: Skip tests if we don't have enough rights.
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-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Juan Langcrypt32: Remove wrong test and parameter check.
2007-05-21  Mounir IDRASSIcrypt32: Fix CertAddCertificateContextToStore when...
2007-05-15  Juan Langcrypt32: Remove last error checks on success.
2007-05-15  Juan Langcrypt32: Implement CertGetStoreProperty and CertSetStor...
2007-05-14  Mounir IDRASSIcrypt32: Fix crash in CertGetCertificateContextProperty...
2007-05-10  Mounir IDRASSIcrypt32: Correct the implementation of CertCreateSelfSi...
2007-05-09  Juan Langcrypt32: Implement CertEnumSystemStore.
2007-04-24  Paul Vrienscrypt32/tests: Use A-version for registry functions.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-14  Paul Vrienscrypt32/tests: No need to check return value of GetModu...
2007-03-13  Paul Vrienscrypt32/tests: Use GetModuleHandle and skip.
2007-01-15  Paul Vrienscrypt32/tests: Fix compilation for older gcc versions...
2007-01-12  Paul Vrienscrypt32/tests: Cast-qual warning fixes.
2007-01-08  Francois Gougetcrypt32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-08  Andrew Talbotcrypt32/tests: Cast-qual warnings fix.
2006-12-08  Andrew Talbotcrypt32/tests: Cast-qual warnings fix.
2006-11-27  Louis Lenderscrypt32: Add test for I_CryptInstallOssGlobal.
2006-10-30  Paul Vrienscrypt32: Input parameter checking.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-06  Paul Vrienscrypt32: Cast-qual warnings fix.
2006-10-04  Paul Vrienscrypt32: More tests for CryptSIPLoad.
2006-10-03  Marcus Meissnercrypt32/tests: Replace bad use of sprintf by 2 strcats.
2006-10-03  Paul Vrienscrypt32: Remove bogus tests.
2006-10-03  Juan Langcrypt32: Implement CryptSignAndEncodeCertificate.
2006-10-03  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-09-29  Francois GougetAssorted spelling fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Paul Vrienscrypt32: A small test to verify when to write function...
2006-09-28  Juan Langcrypt32: Implement CertGetPublicKeyLength.
2006-09-27  Paul Vrienscrypt32: Partly implement CryptSIPRetrieveSubjectGuid.
2006-09-27  Paul Vrienscrypt32: Another CryptSIPLoad test.
2006-09-27  Juan Langcrypt32: Encode/decode authority key ids.
2006-09-26  Paul Vrienscrypt32: Add tests for CryptSIPRetrieveSubjectGuid.
2006-09-26  Juan Langcrypt32: Reduce indent level of tests.
2006-09-21  Juan Langcrypt32: Test exporting key acquired through CryptAcqui...
2006-09-21  Juan Langcrypt32: Test decoding a big CRL.
2006-09-20  Paul Vrienscrypt32: Cast-qual warnings fix.
2006-09-20  Paul Vrienscrypt32: Move SIP related tests to their own file.
2006-09-14  Paul Vrienscrypt32/tests: Some tests for CryptSIPLoad.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardcrypt32: Comment out an unreliable test.
2006-09-10  Paul Vrienscrypt32: Fix the adding of pwszIsFunctionName and pwszI...
2006-09-10  Paul Vrienscrypt32/tests: Added tests for CryptSIPAddProvider...
2006-09-07  Andrew Talbotcrypt32/tests: Cast-qual warning fix.
2006-08-25  Alexandre Julliardcrypt32/tests: Avoid sizeof in traces.
2006-08-16  Andrew Talbotcrypt32/tests: Write-strings warning fix.
2006-08-15  Juan Langcrypt32: Implement CertCreateCertificateChainEngine...
2006-08-14  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-08-12  Juan Langcrypt32: Improve undocumented functions.
2006-08-11  Juan Langcrypt32/tests: Only load crypt32 once.
2006-08-10  Juan Langcrypt32: Implement CryptRegisterDefaultOIDFunction...
2006-08-10  Juan Langcrypt32: Add a couple stubs, and implement the undocume...
2006-07-29  Juan Langcrypt32: Implement CryptHashPublicKeyInfo.
2006-07-28  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-07-27  Juan Langcrypt32: Implement CryptStrToNameA/W, with tests.
2006-07-27  Juan Langcrypt32: Implement X509_UNICODE_NAME encoding/decoding.
2006-07-26  Alexandre Julliardcrypt32/tests: Clean up temp files.
2006-07-26  Juan Langcrypt32: Implement file stores.
2006-07-20  Juan Langcrypt32: Implement more string types for X509_NAME_VALUE.
2006-07-20  Juan Langcrypt32: Correct handling of empty output buffer in...
2006-07-19  Juan Langcrypt32: Implement X509_UNICODE_NAME_VALUE encoding...
2006-07-19  Stefan Leichtercrypt32: Make tests loadable on NT4.
2006-07-19  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-07-18  Juan Langcrypt32: Output x.500 strings from CertNameToStrA/W.
2006-07-12  Juan Langcrypt32: Implement CryptAcquireCertificatePrivateKey.
2006-07-11  Juan Langcrypt32: Implement key context property, with tests.
2006-07-11  Andrew Talbotcrypt32/tests: Write-strings warnings test.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-26  Francois Gougetcrypt32: Fix compilation with gcc 2.95.
2006-06-22  Juan Langcrypt32: Implement CertGetCRLFromStore.
2006-06-21  Juan Langcrypt32: Implement some CRL verification functions.
2006-06-20  Juan Langcrypt32: Rearrange functions a bit.
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...
next