-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Description
This issue collects up preparation work for a hyper-rustls 0.25 release, bringing in the update to Rustls 0.22
Since main has already had its Cargo.toml version updated this is an issue instead of a pull-request.
Resolves #247
Proposed Changelog
- The Rustls dependency has been updated to 0.22
- The
acceptormodule is now public. - The
TlsStreamtype now hasioandconnectionaccessor methods for getting a reference to the underlying I/O stream andrustls::ServerConnection. - A new
AcceptorBuilder::with_connectormethod is added for taking a generic acceptor implementingAccept. ConnectorBuilder::enable_all_versionshas been fixed to advertise the correct ALPN values based on enabled crate features.ConnectorBuilder::with_native_rootshas been updated to be fallible, allowing a failure to load native roots to be handled by the caller instead of producing a panic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels