zboxfs / zbox

Zero-details, privacy-focused in-app file system.
https://zbox.io/fs/
Apache License 2.0
1.54k stars 76 forks source link

Use rustls-tls in reqwest dependency #43

Closed jpgneves closed 5 years ago

jpgneves commented 5 years ago

Use rustls-tls feature in reqwest to remove external dependency on OpenSSL and replace it with rustls, a native Rust TLS implementation.

This allows zbox to be used in environments where OpenSSL is not present or desirable.

burmecia commented 5 years ago

thanks for your PR!