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