Erick Tryzelaar
ee59a7cc8e
Clarify the license
...
Before this PR, this phrasing appears to have been copied from
the [rust project](f0fe716dbc (license)
),
but it does not appear that any of your code is BSD licensed.
Also, it is a little ambigious if there are portions that are not
covered by MIT/Apache.
This patch instead draws it's phrasing from
[futures-rs](https://github.com/rust-lang-nursery/futures-rs ). Does
this phrasing align more with what you intended?
Closes #29
2019-03-12 11:38:37 -07:00
quininer
485cf84639
make 0-RTT optional
2019-02-25 23:48:06 +08:00
quininer
02ff36428c
write buf again
2019-02-25 00:23:34 +08:00
quininer
163a96b062
fix clippy
2019-02-23 01:48:09 +08:00
quininer
681cbe68ca
fix: not write zero
2019-02-23 01:38:55 +08:00
quininer
8b8647b43d
Merge pull request #28 from quininer/early-data
...
Add 0-RTT support
2019-02-19 12:10:53 +08:00
quininer
527db99d02
Improve for ServerSesssion
2019-02-18 20:41:52 +08:00
quininer
65932f5150
Add 0-RTT test
2019-02-18 20:01:37 +08:00
quininer
3e605aafe4
Add 0-RTT support
2019-02-18 16:51:31 +08:00
quininer
7d6ed0acfc
fix travis ci
2019-02-16 13:06:13 +08:00
quininer
5f6d0233ed
tokio only
...
* remove io::Read/io::Write support
* stable vecio
2019-02-16 01:39:10 +08:00
quininer
db21c4c947
publish 0.9.0
2019-01-22 09:48:55 +08:00
quininer
845eec0941
Merge pull request #26 from ctz/master
...
Update to rustls 0.15, webpki 0.19
2019-01-22 09:43:35 +08:00
Joseph Birr-Pixton
7a54c9fa07
Update to rustls 0.15, webpki 0.19
2019-01-21 21:28:34 +00:00
quininer
d72eb459b2
publish 0.8.1
2019-01-12 12:38:20 +08:00
quininer
d98212a3cc
Merge pull request #25 from erickt/master
...
Shrink down the dependency on tokio
2019-01-12 12:34:27 +08:00
Erick Tryzelaar
6f1787e9d1
Shrink down the dependency on tokio
...
it turns out that tokio-rustls only requires a small portion of
the tokio stack. This patch slims down the dependencies since not
all clients need the full tokio stack.
2019-01-11 14:31:45 -08:00
quininer
f6e8f86382
publish 0.8.0
2018-10-01 01:38:42 +08:00
quininer
1f98d87a62
more complete handshake
2018-09-25 01:10:30 +08:00
quininer
30cacd04a0
fix nightly feature
2018-09-24 02:09:28 +08:00
quininer
6b493615a9
rename generic name
2018-09-24 01:25:50 +08:00
quininer
e723182108
publish 0.8.0-alpha
2018-09-19 18:03:39 +08:00
quininer
f633a72f02
Merge branch 'master' into new-api
2018-09-17 20:09:50 +08:00
quininer
9378e415ce
impl read_initializer
2018-09-06 13:56:00 +08:00
quininer
686b75bd46
fix #5
2018-08-21 10:00:21 +08:00
quininer
f698c44e1a
Add stream test
2018-08-18 15:22:51 +08:00
quininer
808df2f226
publish 0.7.2
2018-08-17 13:09:24 +08:00
quininer
482f3c3aa6
impl prepare_uninitialized_buffer
2018-08-17 13:07:26 +08:00
quininer
cf00bbb2f7
fix ci
2018-08-17 10:33:43 +08:00
quininer
6b00b07de3
Merge branch 'master' into vecio
2018-08-17 10:05:05 +08:00
quininer
762d7f9525
Add nightly feature
2018-08-17 10:04:49 +08:00
quininer
5cbd5b8aa0
fix: handle Stream non-blocking write
2018-08-17 09:25:54 +08:00
quininer
f70ad6d822
fix vecbuf bytes_vec
2018-08-16 22:35:50 +08:00
quininer
b040a9a65f
Test use lazy_static!
2018-08-16 22:07:12 +08:00
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
quininer
32d3f46a9e
publish 0.7.1
2018-07-16 21:26:03 +08:00
quininer
5a11e804f0
Merge pull request #21 from sanmai-NL/reexport_rustls
...
Reexport deps
2018-07-16 21:20:30 +08:00
Sander Maijers
761696ad22
Use reexported rustls
deps in examples
2018-07-16 14:05:38 +02: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
508dbb95a1
Merge pull request #20 from ctz/master
...
Update dependencies
2018-07-15 22:34:53 +08: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
Joseph Birr-Pixton
8e36dd4541
Update dependencies
2018-07-15 12:28:56 +01:00
quininer
41425e0c2a
update examples
2018-05-03 18:07:31 +08:00