wined3d: Map vertex sampler numbers to the correct internal array indices for GetText...
[wine] / dlls / crypt32 /
2007-06-25  Jeff Latimercrypt32: Fix possible dereference of NULL ptr.
2007-06-25  Alexandre Julliardcrypt32: Fix incorrect usage of CharNextA.
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: Use CRYPT_EncodeEnsureSpace to allocate memory...
2007-06-13  Juan Langcrypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
2007-06-13  Juan Langcrypt32: Separate set encoding into a separate function.
2007-06-13  Juan Langcrypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding...
2007-06-11  Juan Langcrypt32: Add CryptMsg* stubs.
2007-06-04  Stefan Leichtercrypt32: Replace CRYPT_RecurseDeleteKey with RegDeleteT...
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Juan Langcrypt32: Remove wrong test and parameter check.
2007-05-25  Juan Langcrypt32: Statically initialize static lists and critica...
2007-05-21  Mounir IDRASSIcrypt32: Fix CertAddCertificateContextToStore when...
2007-05-15  Juan Langcrypt32: Remove last error checks on success.
2007-05-15  Juan Langcrypt32: Use public functions to get store access state.
2007-05-15  Juan Langcrypt32: Implement CertGetStoreProperty and CertSetStor...
2007-05-15  Juan Langcrypt32: Don't set ret to TRUE when it already is.
2007-05-14  Mounir IDRASSIcrypt32: Stub implementation of CertGetCertificateChain.
2007-05-14  Mounir IDRASSIcrypt32: Stub implementation of CryptFindLocalizedName.
2007-05-14  Mounir IDRASSIcrypt32: Fix crash in CertGetCertificateContextProperty...
2007-05-11  Francois Gougetcrypt32: Add missing '\n' in FIXME() call.
2007-05-10  Mounir IDRASSIcrypt32: Correct the implementation of CertCreateSelfSi...
2007-05-09  Juan Langcrypt32: Implement CertEnumSystemStore.
2007-04-30  Andrew Talbotcrypt32: Exclude unused headers.
2007-04-24  Paul Vrienscrypt32/tests: Use A-version for registry functions.
2007-04-16  Andrew Talbotcrypt32: Constify some variables.
2007-04-16  Andrew Talbotcrypt32: Constify some variables.
2007-04-10  Andrew Talbotcrypt32: Constify some variables.
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-03-13  Juan Langcrypt32: Set ppSignerSig to NULL in case caller doesn...
2007-03-12  Jan Zerebeckicrypt32: Add DebugInfo to critical sections.
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-14  Dmitry Timoshkovcrypt32: Make some data const.
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-11-27  Louis Lenderscrypt32: Better stub for I_CryptInstallOssGlobal.
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-10-30  Paul Vrienscrypt32: Input parameter checking.
2006-10-27  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-25  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-24  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-19  Francois GougetFix compilation with gcc 2.95.
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-12  James Hawkinscrypt32: Make an internal function static.
2006-10-06  James Hawkinscrypt32: Remove redundant NULL checks before CryptMemFr...
2006-10-06  Paul Vrienscrypt32: Cast-qual warnings fix.
2006-10-06  Francois GougetFrench rc files must be encoded in iso-8859-1, not...
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-05  Paul Vrienscrypt32: Correct the documentation.
2006-10-05  Paul Vrienscrypt32: Change function declaration to overcome some...
2006-10-05  Paul Vrienscrypt32: Move some defines to the top as they will...
2006-10-05  Juan Langcrypt32: Don't crash when setting CRYPT_KEY_PROV_INFO...
2006-10-04  Juan Langcrypt32: Implement CertVerifyValidityNesting.
2006-10-04  Paul Vrienscrypt32: More tests for CryptSIPLoad.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-10-04  Juan Langcrypt32: Forward CryptAcquireContextU to CryptAcquireCo...
2006-10-03  Marcus Meissnercrypt32: Include wine/port.h for strcasecmp.
2006-10-03  Marcus Meissnercrypt32/tests: Replace bad use of sprintf by 2 strcats.
2006-10-03  Juan Langcrypt32: Make it clearer where alg ids come from in...
2006-10-03  Paul Vrienscrypt32: Remove bogus tests.
2006-10-03  Juan Langcrypt32: Implement CryptSignAndEncodeCertificate.
2006-10-03  Jonathan Ernstcrypt32: Initial French translation.
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-29  Paul Vrienscrypt32: Added some CryptSIP stub implementations.
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: Don't crash on freeing null chain engine.
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: Simplify by removing unneeded backslash.
2006-09-20  Paul Vrienscrypt32: Cast-qual warnings fix.
2006-09-20  Paul Vrienscrypt32: Move SIP related tests to their own file.
2006-09-20  Paul Vrienscrypt32: Move SIP related functions to their own file.
2006-09-20  Paul Vrienscrypt32: Add a few functions to the spec file.
2006-09-14  Paul Vrienscrypt32/tests: Some tests for CryptSIPLoad.
next