On 02/08/2023 13:31, David Sommerseth wrote:
From: David Sommerseth <dav...@openvpn.net>
The code was very clear if we accept that the base64 decode of the
There is a "not" missing in the line above: "The code was not very
clear ..."
I'm fine with fixing this at commit time.
--
kind regards,
David Sommerseth
OpenVPN Inc
NTLM challenge was truncated or not. Move the related code lines
closer to where it first used and comment what we are not concerned
about any truncation.
If the decoded result is truncated, the NTLM server side will reject
our new response to the challenge as it will be incorrect. The
buffer size fixed and known to be in a cleared state before the
decode starts.
Resolves: TOB-OVPN-14
Signed-off-by: David Sommerseth <dav...@openvpn.net>
---
src/openvpn/ntlm.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel