rust-tls-api
                                
                                 rust-tls-api copied to clipboard
                                
                                    rust-tls-api copied to clipboard
                            
                            
                            
                        TLS API for Rust, and API implementations over native-tls and openssl in separate crates
When I tried updating to latest version of rustls, I've noticed the following test failure: ``` rustls::Custom { kind: UnexpectedEof, error: "peer closed connection without sending TLS close_notify: https://docs.rs/rustls/latest/rustls/manual/_03_howto/index.html#unexpected-eof" }...
This PR contains a bunch of update of dependencies, including the `env_logger`, which is to be updated in #46. Only remaining dependency (at the time of writing) is rustls.
This PR contains: - update of `webpi-roots`, which is also included in #48 and will probably merged before this PR, - update of `rustls` and fixes of all trivial breakages...
I am trying to use this to be able to easly switch the tls implementation between `rustls` and `native-tls`. Is there a way to use this crate without an async...
The `runtime` module of `tls-api` is constructed so that if both tokio and async_std are enabled, the whole crate fails to compile. (As the docs say, "Currently the features are...