ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
60 stars 32 forks source link

Add support for CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION #33

Closed nojb closed 6 years ago

nojb commented 6 years ago

This PR is an initial try at adding support for the CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION options.

nojb commented 6 years ago

Thanks for the review and the fixes (indeed, the PR code was a bit rushed, sorry for that!). I think I addressed the remaining issues: removed the configure check and added some docs.

ygrek commented 6 years ago

Thanks!

nojb commented 6 years ago

Thank you!