wineconsole: Handle mouse wheel scrolling for user backend.
[wine] / dlls / cryptnet /
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.