socks5-gssapi-nec.d 555 B

1234567891011121314
  1. c: Copyright (C) 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.