wined3d: Allow use of pixel shaders with drawStridedSlow.
[wine] / dlls / crypt32 / tests /
2006-05-16  Juan Langcrypt32: Add more tests for adding certs to a store.
2006-05-16  Juan Langcrypt32: Implement CertCompare functions, with tests.
2006-05-16  Juan Langcrypt32: Test importing public keys from a certificate.
2006-05-16  Juan Langcrypt32: Avoid a use-after-free bug in tests.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-05-10  Juan Langcrypt32: Partially implement CertGetIssuerCertificateFr...
2006-04-06  Juan Langcrypt32: Implement CertCreateSelfSignCertificate, with...
2006-03-30  Juan Langcrypt32: Fix certificate adding
2006-03-18  Mike McCormackcrypt32: Fix a warning.
2006-03-17  Juan Langcrypt32: Implement CertGetSubjectCertificateFromStore.
2006-03-16  Juan Langcrypt32: Tighten CertDuplicateCertificateContext test.
2006-03-01  Jeremy Whitecrypt32: More gcc 2.95 adjustments.
2006-02-24  Juan Langcrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
2006-02-23  Juan Langcrypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
2006-02-23  Juan Langcrypt32: Implement CertFindCertificateInStore, with...
2006-02-22  Juan Langcrypt32: Tidy up tests.
2006-02-18  Juan Langcrypt32: Implement enhanced key usage.
2006-02-17  Juan Langcrypt32: Move certificate store functions to their...
2006-02-16  Juan Langcrypt32: More encoding/decoding.
2006-02-16  Juan Langcrypt32: Simplify CertOpenSystemStore, fix CertDuplicat...
2006-02-06  Francois GougetAssorted spelling fixes.
2006-02-05  Juan Langcrypt32: Fix Mingw compile.
2006-02-02  Juan Langcrypt32: Implement CertRDNValueToStrW and CertNameToStr...
2006-02-01  Juan Langcrypt32: Implement CertRDNValueToStrA and CertNameToStr...
2006-01-31  Juan Langcrypt32: Correct X509_NAME decoding, and more stringent...
2006-01-13  Jeremy Whitecrypt32: Preserve gcc 2.95 compatibility.
2006-01-11  Juan Langcrypt32: Fix a test that fails on Windows.
2005-12-17  Juan Langcrypt32: Implement more implicit properties, with tests.
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-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Juan LangFix some memory leaks.
2005-11-14  Saulius KrasuckasDon't call missing API function.
2005-11-08  Saulius KrasuckasMake Crypt32 tests loadable on Win98.
2005-10-31  Juan LangImplement CertSignSignature and CertVerifySignature...
2005-10-27  Juan LangImplement CryptMem and undocumented I_Crypt*Tls functio...
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-12  Juan LangWhen decoding a signed cert, make sure it's really...
2005-09-09  Juan Lang- call CertFreeCertificateContext from CertDeleteCertif...
2005-09-08  Juan Lang- implement system stores
2005-09-08  Juan LangImplement system registry stores.
2005-09-08  Juan LangConvert a few more constants from strings to byte arrays.
2005-09-07  Juan LangImplement registry stores.
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-09-03  Juan LangCorrect a test that incorrectly showed signed certs...
2005-09-03  Juan LangImprove CryptAlgIdToOID/CryptOIDToAlgId tests, and...
2005-09-03  Juan LangCorrect a bunch of lurking asn.1 decode bugs.
2005-09-02  Juan LangImplement encoding/decoding RSA public keys.
2005-09-02  Juan LangImplement CertAddSerializedElementToStore.
2005-08-30  Juan LangImplement collection stores.
2005-08-29  Juan LangImplement encoding/decoding of CERT_ALT_NAME_INFOs...
2005-08-29  Juan LangImplemented memory cert stores.
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-25  Juan LangImplemented CryptHashCertificate.
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 LangImplement a few utility functions, 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-14  Juan LangAdd CertAlgIdToOID and CertOIDToAlgId, with tests.
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
2005-05-24  Kees CookCreate basic test suite for CryptProtectData/CryptUnpro...