mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:13:37 +03:00
ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULL
The CURLOPT_SSH_PUBLIC_KEYFILE option has been documented to handle empty strings specially since curl-7_25_0-31-g05a443a but the behavior was unintentionally removed in curl-7_38_0-47-gfa7d04f. This commit restores the original behavior and clarifies it in the documentation that NULL and "" have both the same meaning when passed to CURLOPT_SSH_PUBLIC_KEYFILE. Bug: http://curl.haxx.se/mail/lib-2016-01/0072.html
This commit is contained in:
parent
be79d83b00
commit
be538e0766
3 changed files with 11 additions and 6 deletions
|
|
@ -68,6 +68,7 @@ This release includes the following bugfixes:
|
|||
o configure: assume IPv6 works when cross-compiled [29]
|
||||
o openssl: for 1.1.0+ they now provide a SSLeay() macro of their own
|
||||
o openssl: improved error detection/reporting
|
||||
o ssh: CURLOPT_SSH_PUBLIC_KEYFILE now treats "" as NULL again [30]
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
@ -116,4 +117,5 @@ References to bug reports and discussions on issues:
|
|||
[27] = http://curl.haxx.se/bug/?i=597
|
||||
[28] = http://curl.haxx.se/bug/?i=584
|
||||
[29] = http://curl.haxx.se/bug/?i=594
|
||||
[30] = http://curl.haxx.se/mail/lib-2016-01/0072.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue