dbghelp: Implemented SymSearchW.
[wine] / dlls / crypt32 /
2006-05-10  Juan Langcrypt32: Partially implement CertGetIssuerCertificateFr...
2006-05-10  Juan Langcrypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT...
2006-05-09  Juan Langcrypt32: Simplify OID decoding
2006-04-13  Alexandre Julliardcrypt32: Fixed day/month mismatch in time encoding...
2006-04-13  Alexandre Julliardcrypt32: Avoid crash on NULL pointer in trace.
2006-04-11  Juan Langcrypt32: Fix a typo caught by coverity.
2006-04-06  Juan Langcrypt32: Implement CertCreateSelfSignCertificate, with...
2006-04-06  Juan Langcrypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID...
2006-03-30  Juan Langcrypt32: Tiny fixes.
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-13  Juan Langcrypt32: Abstract contexts.
2006-03-10  Juan Langcrypt32: Move context properties to a separate file.
2006-03-08  Juan Langcrypt32: Implement CertGetValidUsages.
2006-03-07  Juan Langcrypt32: Simplify stores.
2006-03-04  Juan Langcrypt32: Move serialization functions to serialize.c.
2006-03-03  Juan Langcrypt32: Implement CertDuplicateStore.
2006-03-01  Jeremy Whitecrypt32: More gcc 2.95 adjustments.
2006-03-01  Juan Langcrypt32: Use CertFindCertificateInStore to simplify...
2006-03-01  Juan Langcrypt32: Eliminate an unnecessary function pointer...
2006-02-28  Eric Pouechcrypt32: Don't access a blob after freeing it.
2006-02-28  Juan Langcrypt32: Correct compile problem on gcc 2.95.
2006-02-28  YunSong Hwangcrypt32: Add Korean translation.
2006-02-27  Henning Gerhardtcrypt32: Add German resource file.
2006-02-24  Alexander N. SørnesUpdated/new Norwegian Bokmål resources.
2006-02-24  Juan Langcrypt32: Use public functions during serialization...
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-22  Juan Langcrypt32: Add stubs for CryptFindOIDInfo and I_CryptInst...
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-16  Juan Langcrypt32: Fix system stores and a memory leak.
2006-02-16  Juan Langcrypt32: Partially implement CertGetNameString.
2006-02-15  Juan Langcrypt32: Rename a variable for clarity.
2006-02-15  Juan Langcrypt32: Output string type in trace.
2006-02-13  Hans Leidekkercrypt32: Add a stub for CryptQueryObject.
2006-02-10  Juan Langcrypt32: Move break statement to the correct spot.
2006-02-09  Juan Langcrypt32: Fix up decoding.
2006-02-09  Juan Langcrypt32: Fix a fixme, and remove an old comment.
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2006-02-06  Francois GougetAssorted spelling fixes.
2006-02-05  Juan Langcrypt32: Fix Mingw compile.
2006-02-03  Juan Langcrypt32: Add stub for CryptEnumOIDInfo.
2006-02-02  Juan Langcrypt32: Support external providers.
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-23  Mike McCormackcrypt32: Add stub implementations of some crypto functi...
2006-01-13  Jeremy Whitecrypt32: Preserve gcc 2.95 compatibility.
2006-01-11  Juan Langcrypt32: Fix a test that fails on Windows.
2006-01-09  Robert ShearmanCall DisableThreadLibraryCalls for DLLs that don't...
2005-12-17  Juan Langcrypt32: Implement more implicit properties, with tests.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
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-30  Stefan LeichterAdded stub for CryptVerifyMessageSignature.
2005-11-28  Juan LangFix parameter count on some stubs (thanks to Marcus...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Juan LangFix some memory leaks.
2005-11-21  Ge van GeldorpDon't redefine ASN_OCTETSTRING, it's already defined...
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-28  Juan LangUse CryptMem functions for internal memory allocation.
2005-10-27  Juan LangImplement CryptMem and undocumented I_Crypt*Tls functio...
2005-10-04  Juan LangUse correct names when loading registered OID functions.
2005-09-30  Juan LangMake CryptImport/ExportPublicKeyInfoEx behave the way...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Juan LangEncode RSA public key modulus as unsigned integer,...
2005-09-28  Juan LangImplement CryptImport/ExportPublicKeyInfo.
2005-09-15  Stefan LeichterAdded stubs for CryptInitOIDFunctionSet and
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  Alexandre JulliardAvoid a couple of 'clobbered by longjmp' warnings.
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-09-02  Kevin KoltzauFix warnings in 64bit.
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.
next