master-server/deps/curl/docs/cmdline-opts/socks5-gssapi-nec.md

21 lines
593 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: socks5-gssapi-nec
Help: Compatibility with NEC SOCKS5 server
Added: 7.19.4
Category: proxy auth
Multi: boolean
2024-05-15 15:20:32 -04:00
See-also:
- socks5
Example:
- --socks5-gssapi-nec --socks5 hostname:4096 $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--socks5-gssapi-nec`
2023-12-11 20:30:44 -05:00
As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
says in section 4.3/4.4 it should be protected, but the NEC reference
implementation does not. The option --socks5-gssapi-nec allows the
unprotected exchange of the protection mode negotiation.