blob: bc5d317359b91411c8bf07082c5430c9663b9bba [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: socks5-gssapi-nec
4Help: Compatibility with NEC SOCKS5 server
5Added: 7.19.4
6Category: proxy auth
7Example: --socks5-gssapi-nec --socks5 hostname:4096 $URL
8See-also: socks5
9Multi: boolean
10---
11As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
12says in section 4.3/4.4 it should be protected, but the NEC reference
13implementation does not. The option --socks5-gssapi-nec allows the
14unprotected exchange of the protection mode negotiation.