-
342608b7
by Piotr Caban at 2025-05-02T15:47:54+02:00
secur32/tests: Make NTLM server challenge blob human-readable.
-
af8e89a5
by Piotr Caban at 2025-05-02T15:48:07+02:00
secur32/tests: Use one copy of server challenge reply in NTLM tests.
The data is identical except for server challenge field.
-
6cf06068
by Piotr Caban at 2025-05-02T15:48:10+02:00
secur32/tests: Fix NTLM tests on Windows 11 by accepting NTLMv2 in test server response.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58190
-
7945ca83
by Piotr Caban at 2025-05-02T15:48:10+02:00
secur32/tests: Don't accept NTLMv1 type 3 message in NTLM tests.
Native defaults to NTLMv2 since Windows Vista. Even so fake server
reports support for both NTLMv1 and NTLMv2 during negotiation mark
NTLMv1 reply as broken.