Commit Graph

39 Commits (60507cc65199b055f52c0ac84d6ca4e20bb6237e)

Author SHA1 Message Date
Juan Lang bc2fa00789 cryptnet: Skip failing tests no matter what the last error is, but only on Windows. 2009-01-30 11:44:36 +01:00
Michael Stefaniuc a28052ab8a cryptnet: Remove superfluous pointer casts. 2009-01-14 13:51:01 +01:00
Juan Lang 6ef7dafa39 cryptnet: Fix test failures on Windows Vista/2008. 2008-10-17 12:31:06 +02:00
Juan Lang 6b8fb4ed9b cryptnet: Set cache expiration time of objects that have an expiration time to the object's expiration time, rather than relying on the HTTP Expires header. 2008-10-08 12:18:09 +02:00
Juan Lang da605a935b cryptnet: Don't access URL cache entry before it's been read. 2008-10-08 12:18:00 +02:00
Gerald Pfeifer bcf7996e95 cryptnet: Include stdarg.h. 2008-09-22 11:51:39 +02:00
Rob Shearman f530cf9e76 cryptnet: Define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS before including any PSDK headers. 2008-09-17 12:02:10 +02:00
Rob Shearman b0e8143db6 cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCertificateCRLDistPoint.
nextUrl is of type "WCHAR *" so don't multiply the length by
"sizeof(WCHAR)" when incrementing the pointer.
2008-08-18 17:15:56 +02:00
Detlef Riekenberg be5db33c30 cryptnet/tests: Make the tests usable on win9x. 2008-07-25 11:29:15 +02:00
Andrew Talbot 2289717a59 cryptnet: Remove unused function. 2008-05-20 15:43:54 +02:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Andrew Talbot 46b6f43fa0 cryptnet: Remove unneeded cast. 2007-12-31 17:44:06 +01:00
Aric Stewart 1f98ede4f0 cryptnet: InternetCrackUrlW requires component buffers when used with ICU_DECODE. 2007-12-14 12:27:38 +01:00
Alexandre Julliard 97675b1365 Include objbase.h where need to get the DllRegisterServer prototype. 2007-11-06 14:39:16 +01:00
Francois Gouget 4b6368c0e2 cryptnet: Fix compilation on systems that don't support nameless structs. 2007-10-29 12:04:42 +01:00
Francois Gouget ce9cc0ba50 cryptnet: Fix compilation on systems that don't support nameless unions. 2007-10-26 15:20:46 +02:00
Juan Lang 42d0d50561 cryptnet: Don't prefer native version. 2007-10-24 12:32:59 +02:00
Juan Lang 07794d5890 cryptnet: Implement CertDllVerifyRevocation. 2007-10-24 12:32:52 +02:00
Juan Lang 45f260e3e2 cryptnet: Get cache entry expire time from HTTP expires header. 2007-10-24 12:29:51 +02:00
Juan Lang 6c5f759d5a cryptnet: Set timeout on http connections when a timeout is specified. 2007-10-24 12:29:41 +02:00
Francois Gouget b1335db353 Better match the PSDK types and update win32.api to fix the winapi_check warnings. 2007-10-23 18:19:42 +02:00
Juan Lang d1d0c97c84 cryptnet: Implement CryptRetrieveObjectByUrlW for the http protocol. 2007-10-23 12:25:04 +02:00
Juan Lang dcb8c874e8 cryptnet: Return FALSE if the requested URL exists and the url array size is NULL. 2007-10-23 12:24:49 +02:00
Juan Lang 681a408aa6 cryptnet: Implement CryptRetrieveObjectByUrlW for the file: protocol. 2007-10-23 12:24:43 +02:00
Juan Lang 1fbb0f6a5a cryptnet: Implement CryptRetrieveObjectByUrlA on top of CryptRetrieveObjectByUrlW. 2007-10-23 12:24:22 +02:00
Juan Lang a7cfe075c8 cryptnet: Add tests for CryptRetrieveObjectByUrl. 2007-10-23 12:24:13 +02:00
Juan Lang 2fbefb6f75 cryptnet: Add stubs for CryptRetrieveObjectByUrlA/W. 2007-10-23 12:24:02 +02:00
Juan Lang 25c21e5bff cryptnet: Fix a leak. 2007-10-22 12:36:07 +02:00
Juan Lang 43bdf4e52d cryptnet: Partially implement CryptGetObjectUrl. 2007-10-19 12:30:03 +02:00
Juan Lang 322bcddfa8 cryptnet: Add tests for CryptGetObjectUrl. 2007-10-19 12:29:39 +02:00
Juan Lang 016a26ddae cryptnet: Add stub for CryptGetObjectUrl. 2007-10-19 12:28:17 +02:00
Juan Lang 6d431c7337 cryptnet: Add CertDllVerifyRevocation stub. 2007-10-19 12:28:10 +02:00
Juan Lang 4009ed30bc cryptnet: Implement DllRegisterServer/DllUnregisterServer. 2007-10-19 12:28:03 +02:00
Alexandre Julliard 69a88a9d40 Fix minor differences in the formatting of the license notices. 2007-05-04 12:08:15 +02:00
Michael Stefaniuc 41dd56cb7f "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. 2006-09-29 16:09:24 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Bang Jun-Young 67fcd2f1ea cryptnet: Add .gitignore. 2006-07-05 13:27:16 +02:00
Maarten Lankhorst d2ee3872e3 cryptnet: Implement a stub cryptnet dll. 2006-06-29 14:41:51 +02:00