Release 1.5.29.
[wine] / dlls / cryptnet /
2013-04-01  Piotr Cabancryptnet: Handle SystemTimeToFileTime failure in HTTP_R...
2013-03-08  Piotr Cabancryptnet: Don't ignore HttpEndRequestW error in HTTP_Re...
2013-03-08  Piotr Cabancryptnet: Open file with FILE_SHARE_READ flag in File_R...
2013-03-08  Piotr Cabancryptnet: Lock cache file while accessing it.
2013-02-14  Alexandre Julliardcryptnet: Remove an unnecessary DllMain entry point.
2012-10-15  Marcus Meissnercryptnet: Avoid memory leak of info (Coverity).
2012-10-03  Piotr Cabancryptnet: Fixed cache functions usage in CRYPT_CacheURL...
2012-02-20  Juan Langcryptnet: Don't call HttpEndRequest on a request that...
2012-02-13  Juan Langcryptnet/tests: Fix test failures on older NT4.
2011-11-14  Andrew Talbotcryptnet: Remove unused file-static variable.
2011-10-13  Hans Leidekkercryptnet: Respect proxy settings.
2011-09-05  André Hentschelcryptnet: Use the constants from the wininet header.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-03-14  Juan Langwininet: Differentiate checking online and offline...
2011-03-14  Juan Langcryptnet: Trace more reasons for revocation failure.
2011-03-14  Juan Langcryptnet/tests: Add more tests for revocation checking.
2011-03-14  Juan Langcryptnet: Fix typo.
2011-03-11  Juan Langcryptnet/tests: Partially revert commit de6e33f306a3b1b...
2011-03-10  Juan Langcryptnet: Let DeleteUrlCacheEntryW remove the cache...
2011-02-28  Austin Englishcryptnet/tests: Remove win9x hacks.
2011-02-23  Juan Langcryptnet: Delete existing cache entries when out of...
2011-02-07  Austin Englishcryptnet/tests: Make sure to use return value (LLVM...
2010-11-25  Alexandre Julliardcryptnet/tests: Don't import shlwapi.
2010-10-12  Andrew Eikumcryptnet/tests: Use UrlCanonicalize to create a URL.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-24  Andrew Talbotcryptnet: Constify a variable.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-29  Michael Stefaniuccryptnet: Don't use HIWORD() on a string pointer.
2009-12-22  Marcus Meissnercryptnet: Remove an unnecessary variable (Coverity).
2009-12-18  Juan Langcryptnet: Add stub for verifying revocation via OCSP.
2009-12-18  Juan Langcryptnet: Use helper function to check revocation with...
2009-12-18  Juan Langcryptnet: Use helper function to get a URL from a CRL...
2009-12-18  Juan Langcryptnet: Make sure an issuer certificate can sign...
2009-12-17  Juan Langcryptnet: If the caller specifies the location of a...
2009-12-17  Juan Langcryptnet: Use helper function to check a cert against...
2009-12-17  Juan Langcryptnet: Change guard variable to simplify loop.
2009-12-17  Juan Langcryptnet: Use helper function to verify a certificate...
2009-12-16  Paul Vrienscryptnet/tests: Fix some test failures on W2K with...
2009-12-04  Juan Langcryptnet: Store the bytes actually read, not the bytes...
2009-12-04  Juan Langcryptnet: Implement getting the certificate issuer...
2009-12-04  Juan Langcryptnet: Add tests for getting the certificate issuer...
2009-12-04  Juan Langcryptnet: Correct AKI extension used in end certificate...
2009-12-03  Juan Langcryptnet: Check revocation at an appropriate time.
2009-12-03  Juan Langcryptnet: Fix test failures on Win2k.
2009-12-02  Juan Langcryptnet: Correct AKI extension used in end certificate...
2009-12-01  Marcus Meissnercryptnet: Added a potentially missing NULL ptr check...
2009-11-23  Juan Langcryptnet: Improve CryptGetObjectUrl stub for URL_OID_CE...
2009-11-21  Juan Langcryptnet: Check CRL with verify time in CertDllVerifyRe...
2009-11-20  Juan Langcryptnet: Check number of contexts in CertDllVerifyRevo...
2009-11-20  Juan Langcryptnet: Test CertDllVerifyRevocation.
2009-11-20  Juan Langcryptnet: Fix memory leaks querying an object.
2009-11-20  Juan Langcryptnet: Fix memory leaks in tests.
2009-06-23  Andrew Talbotcryptnet: Constify some variables.
2009-01-30  Juan Langcryptnet: Skip failing tests no matter what the last...
2009-01-14  Michael Stefaniuccryptnet: Remove superfluous pointer casts.
2008-10-17  Juan Langcryptnet: Fix test failures on Windows Vista/2008.
2008-10-08  Juan Langcryptnet: Set cache expiration time of objects that...
2008-10-08  Juan Langcryptnet: Don't access URL cache entry before it's...
2008-09-22  Gerald Pfeifercryptnet: Include stdarg.h.
2008-09-17  Rob Shearmancryptnet: Define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS...
2008-08-18  Rob Shearmancryptnet: Fix mismatch between sizeof and countof quant...
2008-07-25  Detlef Riekenbergcryptnet/tests: Make the tests usable on win9x.
2008-05-20  Andrew Talbotcryptnet: Remove unused function.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-12-31  Andrew Talbotcryptnet: Remove unneeded cast.
2007-12-14  Aric Stewartcryptnet: InternetCrackUrlW requires component buffers...
2007-11-06  Alexandre JulliardInclude objbase.h where need to get the DllRegisterServ...
2007-10-29  Francois Gougetcryptnet: Fix compilation on systems that don't support...
2007-10-26  Francois Gougetcryptnet: Fix compilation on systems that don't support...
2007-10-24  Juan Langcryptnet: Don't prefer native version.
2007-10-24  Juan Langcryptnet: Implement CertDllVerifyRevocation.
2007-10-24  Juan Langcryptnet: Get cache entry expire time from HTTP expires...
2007-10-24  Juan Langcryptnet: Set timeout on http connections when a timeou...
2007-10-23  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-23  Juan Langcryptnet: Implement CryptRetrieveObjectByUrlW for the...
2007-10-23  Juan Langcryptnet: Return FALSE if the requested URL exists...
2007-10-23  Juan Langcryptnet: Implement CryptRetrieveObjectByUrlW for the...
2007-10-23  Juan Langcryptnet: Implement CryptRetrieveObjectByUrlA on top...
2007-10-23  Juan Langcryptnet: Add tests for CryptRetrieveObjectByUrl.
2007-10-23  Juan Langcryptnet: Add stubs for CryptRetrieveObjectByUrlA/W.
2007-10-22  Juan Langcryptnet: Fix a leak.
2007-10-19  Juan Langcryptnet: Partially implement CryptGetObjectUrl.
2007-10-19  Juan Langcryptnet: Add tests for CryptGetObjectUrl.
2007-10-19  Juan Langcryptnet: Add stub for CryptGetObjectUrl.
2007-10-19  Juan Langcryptnet: Add CertDllVerifyRevocation stub.
2007-10-19  Juan Langcryptnet: Implement DllRegisterServer/DllUnregisterServer.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-05  Bang Jun-Youngcryptnet: Add .gitignore.
2006-06-29  Maarten Lankhorstcryptnet: Implement a stub cryptnet dll.