tlsauthtype.d 592 B

12345678910111213141516
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: tlsauthtype
  4. Arg: <type>
  5. Help: TLS authentication type
  6. Added: 7.21.4
  7. Category: tls auth
  8. Example: --tlsauthtype SRP $URL
  9. See-also: tlsuser
  10. Multi: single
  11. ---
  12. Set TLS authentication type. Currently, the only supported option is "SRP",
  13. for TLS-SRP (RFC 5054). If --tlsuser and --tlspassword are specified but
  14. --tlsauthtype is not, then this option defaults to "SRP". This option works
  15. only if the underlying libcurl is built with TLS-SRP support, which requires
  16. OpenSSL or GnuTLS with TLS-SRP support.