quininer
4a2354c1cc
rename tokio feature
2018-08-16 19:13:18 +08:00
quininer
3faca3ee3d
Merge branch 'master' into vecio
2018-08-16 19:04:12 +08:00
quininer
26046efc3c
fix vecbuf
2018-08-16 18:59:35 +08:00
quininer
32f328fc14
remove futures 0.2 code
2018-08-16 18:00:21 +08:00
quininer
518ad51376
impl complete_io
2018-08-16 15:29:16 +08:00
quininer
41a6a3b501
impl vecbuf for tokio
2018-08-16 12:20:27 +08:00
quininer
37954cd647
use tokio-tls 0.2 api
2018-08-09 10:46:28 +08:00
Sander Maijers
b4aa18277f
Reexport deps
...
This helps encapsulate deps and match crate versions for downstream use.
2018-07-16 12:50:05 +02:00
quininer
be00ca6168
change: split futures crate
2018-04-14 18:17:04 +08:00
quininer
fff2f4a73b
fix(tokio_impl): shutdown WouldBlock
2018-03-31 15:16:31 +08:00
quininer
d0f13ce5f9
change: update tokio
2018-03-24 11:20:48 +08:00
quininer
062c10e31e
fix futures_impl flush/close and README
2018-03-24 00:46:21 +08:00
quininer
fddb77759f
feat: handle CloseNotify alert
2018-03-23 19:03:30 +08:00
quininer
034357336e
remove deadcode
2018-03-23 17:59:24 +08:00
quininer
1892fdb609
remove tokio-proto support
2018-03-23 17:47:44 +08:00
quininer
1820868929
fix: futures_impl
2018-03-23 17:31:55 +08:00
quininer
64ca6e290c
change: use rustls Stream
2018-03-23 17:14:27 +08:00
quininer
d4cb46e895
feat: start futures_impl
2018-03-22 19:47:27 +08:00
quininer
72de25ebce
change: impl io::{Read,Write}
2018-03-21 21:44:36 +08:00
quininer
8c79329c7a
feat: split tokio_impl/futures_impl
2018-03-21 13:08:47 +08:00
quininer
9f78454cf1
feat: try futures 0.2
2018-03-20 20:17:44 +08:00
Brian Smith
51ed8da9cb
Update to in-progress Rustls, webpki, and webpki-roots.
...
Use the new, less error-prone, API in Rustls.
2017-09-03 13:00:42 -10:00
Brian Smith
eccf90a534
Remove danger
feature & the API it controls.
...
The singular purpose of this crate should be to integrate Tokio and
Rustls. Therefore, any feature that isn't about making Rustls work
nicely with Tokio should be assumed a priori to be out of scope.
In particular, it is out of scope for tokio-rustls to provide APIs to
control SNI behavior. Instead, the application should configure
Rustls's SNI behavior using Rustls's configuration APIs, and pass the
configuration to tokio-rustls. Similarly, it is out of scope for
tokio-rustls to provide APIs to control the certificate validation
behavior. Instead, the application should configure certificate
validation using Rustls's APIs. Perhaps there should be a crate that
makes it convenient to do "dangerous" certificate validation, but IMO
that shouldn't be tokio-rustls, but a different one.
FWIW, the `danger` API was inherited from tokio-tls, and I'm working on
making an analogous change there.
2017-08-28 18:43:33 -10:00
quininer
aefc023dd4
[Fixed] call only once send_close_notify
2017-08-15 22:09:45 +08:00
quininer
4b98a7b07a
[Changed] update rustls
2017-08-13 13:05:47 +08:00
quininer kel
36fabdadfd
[Added] danger feature
2017-07-21 17:57:57 +08:00
Jack Zhou
42e1d72fb2
Fixed TlsStream closing the connection abruptly on fatal errors. ( #12 )
...
Instead, flush queued TLS messages when an error occurs before closing the connection.
2017-07-18 14:23:56 -07:00
quininer kel
076c266fa1
[Changed] bump version
2017-05-26 18:22:03 +08:00
PZ Read
d6d06041d9
Fix empty buffer
2017-05-26 17:59:51 +08:00
PZ Read
185f010937
Add async builders for custom session.
2017-05-26 16:38:02 +08:00
PZ Read
72c9c1d59e
Fix plaintext write logic for limited rustls buffer.
2017-05-26 15:54:47 +08:00
quininer kel
3d5a36590d
[Fixed] shutdown should only flush io
2017-04-14 13:01:46 +08:00
quininer kel
0913af1af9
[Fixed] should flush when shutdown
2017-03-30 15:39:11 +08:00
quininer kel
e597250fb8
[Added] example std-client
2017-03-30 15:01:00 +08:00
Brian Smith
2bf0ba169f
Clarify and expand documentation.
...
Fix the license badges to point to the correct files. Fix some typos.
Add more links. Explain how to run the examples.
2017-03-29 19:11:51 -10:00
quininer kel
2a5640459b
[Removed] dont need tokio-core
2017-03-16 10:41:41 +08:00
quininer kel
a335823098
[Fixed] feature tokio-proto
2017-03-16 10:17:30 +08:00
quininer kel
c7041e2111
[Changed] update tokio-io
2017-03-16 10:15:06 +08:00
quininer kel
0db05aa9bf
[Changed] proto {Server,Client}::new use Arc
2017-03-03 09:49:58 +08:00
quininer kel
1921f2bf49
[Fixed] TlsStream should not check poll_write
2017-02-28 08:56:11 +08:00
quininer kel
7e4fcca032
[Improved] MidHandshake/TlsStream
...
- [Improved] README.md
- [Improved] MidHandshake poll
- [Improved] TlsStream read
- [Fixed] TlsStream write, possible of repeat write
- [Removed] TlsStream poll_{read, write}
2017-02-27 21:02:35 +08:00
quininer kel
9394405512
[Improved] TlsStream impl poll_{read, write}
2017-02-27 21:02:35 +08:00
quininer kel
ffdf1ebcb8
[Fixed] empty handshake loop
2017-02-27 21:02:35 +08:00
quininer kel
ced35f6688
[Added] fork proto.rs
2017-02-27 21:02:35 +08:00
quininer kel
15e40f3ebf
[Added] README and more
2017-02-27 21:02:35 +08:00
quininer kel
0941db6792
[Fixed] TlsStream::write then write_tls
...
- [Added] add example
2017-02-27 21:02:25 +08:00
quininer kel
6e7d67cccb
[Fixed] TlsStream::read ConnectionAborted
2017-02-21 19:08:23 +08:00
quininer kel
66835b5040
[Added] init
2017-02-21 11:59:05 +08:00