oleaut: Reduce an ERR down to a WARN since a NULL interface pointer
[wine] / dlls / crypt32 /
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.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-26  Juan LangAdded a bunch of stubs.
2005-08-25  Juan LangImplemented CryptHashCertificate.
2005-08-18  Alexandre JulliardAdded missing ntdll imports.
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- use exception handling in encoding
2005-06-27  Juan Lang- implement encode and decode of BasicConstraints2...
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-17  Francois GougetFix the CryptEncodeObjectEx() prototype.
2005-06-17  Juan LangAdd a few traces and comments.
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-03  Juan LangGet rid of a magic number, and improve stubs of
2005-06-03  Juan LangRearrange Crypt{De|En}codeObjectEx to make error handli...
2005-06-02  Juan Lang- add some tests for OID functions
2005-05-31  Juan Lang- implement Crypt{Get|Set}OIDFunctionValue
2005-05-30  Francois GougetAssorted spelling fixes.
2005-05-29  Juan LangUse registered DLLs for encode/decode.
2005-05-27  Michael JungIt's sufficienct for Crypt[Un]ProtectData to acquire...
2005-05-24  Kees CookCreate basic test suite for CryptProtectData/CryptUnpro...
2005-05-23  Kees CookCorrect crypt context init in CryptProtectData/CryptUnp...
2005-05-20  Juan Lang- more fully implement CryptRegisterOIDFunction
2005-05-20  Kees CookImplement CryptUnprotectData counterpart to CryptProtec...
2005-05-20  Kees CookImplement CryptProtectData with best-guess encryption.
2005-05-20  Kees CookImplement serialization and helper functions for CryptP...
2005-05-18  Kees CookDefine structures for CryptProtectData/CryptUnprotectDa...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-10  Mike McCormackImprove the CertStore code a little.
2004-08-26  Stefan LeichterAdded missing line break.
2004-08-09  Stefan LeichterAdded stub for CertFindCertificateInStore.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-01  Juan Lang- correct some prototypes, add some defines
2004-01-02  Robert ShearmanAdded stub for CertFreeCertificateContext.
2003-12-11  Mike McCormackImplement CryptRegisterOIDFunction and CryptSIPAddProvider.
2003-12-08  Mike McCormackStub implementations for CertCreateCRLContext and CertC...
2003-12-02  Thomas Brix LarsenAdded stub for CryptProtectData, so programs like Skype...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
next