mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:53:31 +03:00
setopt: make CURLOPT_KEYPASSWD work for SSH-only builds
This option is used for both TLS and SSH so it needs to be handled
even in TLS-disabled builds
Mention this in the man page as well.
Follow-up to 52fa8d9
Pointed out by Codex Security
Closes #22121
This commit is contained in:
parent
372401f969
commit
0d6e5944bc
2 changed files with 13 additions and 7 deletions
|
|
@ -9,6 +9,8 @@ See-also:
|
|||
- CURLOPT_SSLKEY (3)
|
||||
Protocol:
|
||||
- TLS
|
||||
- SFTP
|
||||
- SCP
|
||||
TLS-backend:
|
||||
- OpenSSL
|
||||
- mbedTLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue