isahc pulls in native-tls by default. For users of httpmock that cannot use openssl, they need to activate a variation of the rustls feature for isahc to avoid seg-faults.
This PR adds support for rustls with webpki (or native-certs), but keeps the default features of httpmock with native-tls.
isahc pulls in native-tls by default. For users of httpmock that cannot use openssl, they need to activate a variation of the
rustls
feature for isahc to avoid seg-faults.This PR adds support for rustls with webpki (or native-certs), but keeps the default features of httpmock with native-tls.
Blocked by https://github.com/sagebind/isahc/issues/199
Signed-off-by: Sean Pianka pianka@eml.cc