Skip to content

fix ssh_hostkeyfunc bug missing return status#10034

Closed
mickae1 wants to merge 1 commit intocurl:masterfrom
mickae1:master
Closed

fix ssh_hostkeyfunc bug missing return status#10034
mickae1 wants to merge 1 commit intocurl:masterfrom
mickae1:master

Conversation

@mickae1
Copy link
Contributor

@mickae1 mickae1 commented Dec 5, 2022

return CURLE_PEER_FAILED_VERIFICATION if verification with the callback return a result different than CURLKHMATCH_OK

In my previous commit this was missing. I've tested it on the version curl 7.86 and it worked.

return CURLE_PEER_FAILED_VERIFICATION if verification with the callback return a result different than CURLKHMATCH_OK
@bagder bagder added the SCP/SFTP label Dec 5, 2022
@bagder bagder closed this in 8fe33a9 Dec 5, 2022
@bagder
Copy link
Member

bagder commented Dec 5, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants