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