elastic-rs / elastic

An Elasticsearch REST API client for Rust
Apache License 2.0
252 stars 40 forks source link

Use rustls for TLS #341

Closed KodrAus closed 5 years ago

KodrAus commented 5 years ago

Closes #336

Uses rustls instead of OpenSSL, which simplifies portability (and theoretically safety).

Also uses the new std::error::Error APIs for #290.