hyper-openssl
Hyper TLS support via OpenSSL
0.10.2
9.2M downloads/mo
#3248 most downloaded on crates.io
sfackler/hyper-openssl
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 1.7 years
Some releases are documented
notes for 16 of 27 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
29 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
29 releases · Nov 2016 to Dec 2023Releases
latest 29-
0.10.205 Dec 2023 -
0.10.121 Nov 2023Release notes
Open source →Fixed
- Added a
tokiofeature, fixed build with theclient-legacyfeature enabled.
- Added a
-
0.10.019 Nov 2023 -
0.9.219 Feb 2022 -
0.9.129 Dec 2020 -
0.9.024 Dec 2020 -
0.8.102 Oct 2020 -
0.8.010 Dec 2019 -
0.8.0-alpha.403 Oct 2019 pre-release -
0.8.0-alpha.105 Sep 2019 pre-release -
0.7.101 Mar 2019Release notes
Open source →Changed
- TLSv1.3 sessions are now only used once, in accordance with the RFC's recommendation.
-
0.7.013 Nov 2018Release notes
Open source →Changed
- Upgraded
tokio-opensslto 0.3. Handshake errors now returnopenssl::ssl::HandshakeErrorrather thanopenssl::ssl::Error.
- Upgraded
-
0.6.207 Nov 2018Release notes
Open source →Added
- Added ALPN support. If the
h2protocol is selected during the handshake via ALPN, the connector will automatically indicate that to Hyper via theConnected::negotiated_h2method. TheHttpsConnector::newmethod configures ALPN to support both theh2andhttp/1.1protocols. Code usingHttpsConnector::with_connectorwill need to configure ALPN manually.
- Added ALPN support. If the
-
0.6.113 Jun 2018Release notes
Open source →Changed
MaybeHttpsStreamnow delegatesAsyncRead::read_bufandAsyncWrite::write_bufto support readv/writev over HTTP connections.
-
0.6.005 Jun 2018Release notes
Open source →Changed
- Upgraded to hyper 0.12.
- The callback closure now takes a
&Destinationrather than a&URIto match what Hyper provides to connectors.
-
0.5.019 Feb 2018Release notes
Open source →Changed
- The
HttpsConnector::with_connectorfunction now takes anSslConnectorBuilderrather than anSslConnectordue to a change in the session caching implementation. This is requried to properly support TLSv1.3.
- The
-
0.4.112 Jan 2018 -
0.4.012 Jan 2018Release notes
Open source →Removed
- The
HttpsConnector::danger_disable_hostname_verificationmethod has been removed. Instead, use a callback which configures theConnectConfigurationdirectly.
Changed
- Upgraded to openssl 0.10.
- The
HttpsConnector::ssl_callbackmethod has been renamed toHttpsConnector::set_callback, and is passed a reference to theConnectConfigurationrather than just theSslRef.
- The
-
0.3.107 Dec 2017Nothing published for this version
-
0.3.016 Jun 2017Nothing published for this version
-
0.2.716 Jun 2017Nothing published for this version
-
0.2.611 Apr 2017Nothing published for this version
-
0.2.510 Apr 2017Nothing published for this version
-
0.2.426 Mar 2017Nothing published for this version
-
0.2.324 Feb 2017Nothing published for this version
-
0.2.231 Jan 2017Nothing published for this version
-
0.2.112 Jan 2017Nothing published for this version
-
0.2.011 Jan 2017Nothing published for this version
-
0.1.029 Nov 2016Nothing published for this version