Support PKCS12 identity on the ClientBuilder

This commit is contained in:
Anthony Nowell
2017-07-30 15:13:09 -06:00
committed by Sean McArthur
parent 768a72fb92
commit 646c8b8efc
4 changed files with 105 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ pub use self::proxy::Proxy;
pub use self::redirect::{RedirectAction, RedirectAttempt, RedirectPolicy};
pub use self::request::{Request, RequestBuilder};
pub use self::response::Response;
pub use self::tls::Certificate;
pub use self::tls::{Certificate, Identity};
// this module must be first because of the `try_` macro