Eric Pouech
9aeb6d4198
cryptnet/tests: Enable compilation with long types.
...
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-23 10:17:26 +01:00
Alexandre Julliard
f0cd33c69e
include: Add support for defining Win32 types as 'long' where possible.
...
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
Huw Davies
be00048203
cryptnet/tests: Explicitly set cbSize before each test.
...
This is clearer and also avoids out-of-bounds compiler warnings
relating to the memset()s.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-06 20:29:35 +02:00
Zebediah Figura
0429df4aac
cryptnet/tests: Clean up and expand tests for CertDllVerifyRevocation.
...
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-21 22:02:46 +02:00
Michael Stefaniuc
c7c49ab57d
cryptnet/tests: Change the scope of a variable from global to local.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-22 22:02:02 +02:00
Alexandre Julliard
740c1c37cb
cryptnet/tests: Avoid using snprintf().
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-23 23:50:44 +02:00
Francois Gouget
d30c037a1e
cryptnet/tests: Remove an uneeded NONAMELESSUNION directive.
2015-03-10 15:18:21 +09:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Juan Lang
0439500f2c
cryptnet/tests: Fix test failures on older NT4.
2012-02-13 13:09:45 +01:00
Francois Gouget
5920de5ffb
Assorted spelling and case fixes.
2011-05-09 12:09:27 +02:00
Juan Lang
1ce0799dae
wininet: Differentiate checking online and offline CRLs.
2011-03-14 12:16:40 +01:00
Juan Lang
0f6a6dcd2b
cryptnet/tests: Add more tests for revocation checking.
2011-03-14 12:16:28 +01:00
Juan Lang
2a1f26b6da
cryptnet: Fix typo.
...
Spotted by Joris Huizer.
2011-03-14 12:15:33 +01:00
Juan Lang
016795a9bf
cryptnet/tests: Partially revert commit de6e33f306
.
...
It introduced new (old) test failures on some still-tested Windows
versions.
2011-03-11 11:42:19 +01:00
Austin English
de6e33f306
cryptnet/tests: Remove win9x hacks.
2011-02-28 13:11:14 +01:00
Austin English
66ebabaee1
cryptnet/tests: Make sure to use return value (LLVM/Clang).
2011-02-07 10:06:27 -06:00
Alexandre Julliard
0a28308b90
cryptnet/tests: Don't import shlwapi.
2010-11-25 12:01:43 +01:00
Andrew Eikum
35f8d7397b
cryptnet/tests: Use UrlCanonicalize to create a URL.
2010-10-12 11:46:26 +02:00
Alexandre Julliard
730f01801f
tests: Make some variables static.
2010-10-01 13:41:42 +02:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Alexandre Julliard
6164ce2d82
makefiles: Use the standard C_SRCS variable as the list of test files.
...
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Paul Vriens
19e63d11ce
cryptnet/tests: Fix some test failures on W2K with just SP3 or SP4.
2009-12-16 16:05:41 +01:00
Juan Lang
59820c2e5c
cryptnet: Implement getting the certificate issuer URL from a cert's authority info access extension.
2009-12-04 12:01:53 +01:00
Juan Lang
a7c236a066
cryptnet: Add tests for getting the certificate issuer URL from a cert's authority info access extension.
2009-12-04 12:01:48 +01:00
Juan Lang
f7e7f09a4b
cryptnet: Correct AKI extension used in end certificate and CRL when checking revocation.
2009-12-04 12:01:12 +01:00
Juan Lang
1860d2a8d3
cryptnet: Check revocation at an appropriate time.
2009-12-03 10:12:06 +01:00
Juan Lang
052aea2476
cryptnet: Fix test failures on Win2k.
2009-12-03 10:11:39 +01:00
Juan Lang
a2420c85f4
cryptnet: Correct AKI extension used in end certificate and CRL when checking revocation.
2009-12-02 12:18:08 +01:00
Juan Lang
a82678da97
cryptnet: Check number of contexts in CertDllVerifyRevocation.
2009-11-20 11:13:49 +01:00
Juan Lang
be1fd9b3f1
cryptnet: Test CertDllVerifyRevocation.
2009-11-20 11:13:44 +01:00
Juan Lang
320407a174
cryptnet: Fix memory leaks in tests.
2009-11-20 11:13:30 +01:00
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
Detlef Riekenberg
be5db33c30
cryptnet/tests: Make the tests usable on win9x.
2008-07-25 11:29:15 +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
25c21e5bff
cryptnet: Fix a leak.
2007-10-22 12:36:07 +02:00
Juan Lang
322bcddfa8
cryptnet: Add tests for CryptGetObjectUrl.
2007-10-19 12:29:39 +02:00