Commit Graph

35 Commits

Author SHA1 Message Date
quininer
34b1bc9c83 Update example 2019-11-28 00:11:02 +08:00
quininer
b8e3fcb79e update client example 2019-05-22 23:57:14 +08:00
quininer
3ffb736d5e update server example 2019-05-22 00:54:10 +08:00
Joseph Birr-Pixton
7a54c9fa07 Update to rustls 0.15, webpki 0.19 2019-01-21 21:28:34 +00:00
quininer
f633a72f02 Merge branch 'master' into new-api 2018-09-17 20:09:50 +08:00
quininer
686b75bd46 fix #5 2018-08-21 10:00:21 +08:00
quininer
4a2354c1cc rename tokio feature 2018-08-16 19:13:18 +08:00
quininer
37954cd647 use tokio-tls 0.2 api 2018-08-09 10:46:28 +08:00
quininer
32d3f46a9e publish 0.7.1 2018-07-16 21:26:03 +08:00
Sander Maijers
761696ad22
Use reexported rustls deps in examples 2018-07-16 14:05:38 +02:00
Joseph Birr-Pixton
a8e1e9ac35 Fix warnings now set_single_cert yields a Result 2018-07-15 15:02:42 +01:00
Joseph Birr-Pixton
5d6d474080 Also update dependencies in example code 2018-07-15 15:02:15 +01:00
quininer
41425e0c2a update examples 2018-05-03 18:07:31 +08:00
quininer
8fc4084e06 change: temporarily remove futures 0.2 support 2018-05-03 12:09:08 +08:00
quininer
1323596dd2 update futures 0.2.0 2018-04-07 20:20:05 +08:00
quininer
40837e4805 fix client example 2018-03-24 11:28:45 +08:00
quininer
d0f13ce5f9 change: update tokio 2018-03-24 11:20:48 +08:00
quininer
8f2306854e change: update client example 2018-03-24 01:22:45 +08:00
quininer
062c10e31e fix futures_impl flush/close and README 2018-03-24 00:46:21 +08:00
quininer
d52aecaddd fix: example conflict 2018-03-23 17:47:20 +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
8d6140a7b9 upgrade example/test to tokio 2018-02-28 14:36:37 +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
4b2b016024 Update examples for webpki-roots API changes. 2017-08-28 18:46:48 -10:00
quininer kel
3d5a36590d [Fixed] shutdown should only flush io 2017-04-14 13:01:46 +08:00
Brian Smith
22fbb7497f Merge std-client.rs into client.rs to unbreak Windows build.
The Windows build is failing because client.rs doesn't define main
on non-Unixy platforms because of its `#![cfg(unix)]`. Merge
std-client.rs into client.rs to solve this and to reduce redundancy.
Continue using blocking stdin/stdout I/O on non-Unixy platforms until
we get nonblocking stdin/stdout working on those platforms.
2017-03-30 10:46:34 -10:00
quininer kel
e597250fb8 [Added] example std-client 2017-03-30 15:01:00 +08:00
quininer kel
c7041e2111 [Changed] update tokio-io 2017-03-16 10:15:06 +08:00
quininer kel
1921f2bf49 [Fixed] TlsStream should not check poll_write 2017-02-28 08:56:11 +08:00
quininer kel
ffdf1ebcb8 [Fixed] empty handshake loop 2017-02-27 21:02:35 +08:00
quininer kel
91e2131653 [Improved] update README 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