alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Add missing SSL Options #467

Closed ETKNeil closed 1 year ago

ETKNeil commented 1 year ago

Add the missing curl options that can be found here : https://curl.se/libcurl/c/CURLOPT_SSL_OPTIONS.html

alexcrichton commented 1 year ago

I think systest/build.rs needs to be updated to indicate which version these constants were added in to appease CI

ETKNeil commented 1 year ago

I think systest/build.rs needs to be updated to indicate which version these constants were added in to appease CI

Hi I added the constants to systest as well as a useful link to the version. I hope this can be merged. Please tell me if anything is missing