Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tokio-rs/tls
A collection of Tokio based TLS libraries.
https://github.com/tokio-rs/tls
02c1aeb7001525f4aa71e07312f8519872dc638a authored over 1 year ago by Dirkjan Ochtman <[email protected]>
fc349ec8c0ff35757b2139137494f8bf9bb3d37e authored over 1 year ago by Dirkjan Ochtman <[email protected]>
* add: take_io method to LazyConfigAcceptor
The `take_io` method can be used to take back own...
fcbae20f8c2509620198c9102af058f0dd255d6f authored over 1 year ago by Geoff Jacobsen <[email protected]>3fcf85892b82670438f8f3a0efd9643f46a79353 authored over 1 year ago by Shih-Chiang Chien <[email protected]>
0f00a0c11b2f1b23e148339a2fcdb3634545022c authored over 1 year ago by John T. Wodder II <[email protected]>
7ea7a17831691e8b0a9cfae3132d2d2f0f64221c authored over 1 year ago by Paolo Barbolini <[email protected]>
* deps: update to rustls 0.21.0.
This commit updates tokio-rustls to use the freshly released...
07e8da6e52f0eb76323f77d441bd1a06498b2f1c authored over 1 year ago by Daniel McCarney <[email protected]>7dfc981020a7bf3d805cd97ee6e1718da7d1010a authored over 1 year ago by Dirkjan Ochtman <[email protected]>
* Fix domain name in early-data test
* Run early data test in CI
* Add missing wake call
...
The toolchain is now installed with `dtolnay/rust-toolchain` and
`actions-rs/cargo` is replaced...
f9d55a686cd5bdf6f46de6d059ccef0df52dbb8a authored almost 2 years ago by nickelc <[email protected]>
# 0.3.1 (February 4th, 2023)
### Additions
- Add Vendored Feature ([#125])
- Implement AsRa...
874478f09ad6496dd826cdb6492fa36653719b47 authored almost 2 years ago by John Vandenberg <[email protected]>
* tokio-rustls: specify rust-version as 1.56 as required by rustls 0.20.7
* tokio-rustls: app...
27ec4a3f4f74f44eaf163516e3ea9413f1ad68bb authored almost 2 years ago by Dirkjan Ochtman <[email protected]>df272e9958da28c420568c34ce61fcfacdfcfd37 authored about 2 years ago by Selyatin <[email protected]>
271980ff97ef12f87175038db9ff2cfffd7eee50 authored about 2 years ago by Alex Touchet <[email protected]>
9d58c7d29e5279d7590fc3ce7bd5241a2f912e92 authored about 2 years ago by Dirkjan Ochtman <[email protected]>
24473eaff94d2df9b1e1e218b5c350cc9fa1eb76 authored about 2 years ago by Dirkjan Ochtman <[email protected]>
c033514814de880ed01a11d379e62c9c0cb6b2d5 authored about 2 years ago by Dirkjan Ochtman <[email protected]>
87ecfe7c01aff6d96874d6e4e496bc0f2706ecac authored over 2 years ago by Dirkjan Ochtman <[email protected]>
e902e5160d7a877e5623199611f39d98e1a0b9fd authored over 2 years ago by Taiki Endo <[email protected]>
Used the script in tokio-native-tls/scripts to generate new certs.
c2d1fe6813015e84449779d97c61e1924fc7b8c0 authored over 2 years ago by Dirkjan Ochtman <[email protected]>ce11bf72744b2a1f4a4a109c3568c4fae209e6e4 authored over 2 years ago by Dirkjan Ochtman <[email protected]>
0cf2ccc1ad183a83f234271877ff450c20908cce authored over 2 years ago by quininer <[email protected]>
* add 'get_ref()' and 'get_mut()' to 'Accept'
* add 'get_ref()' and 'get_mut()' to 'Connect'
f1c7d22ad3b064aa76cd2a99a5815daf95ae7f6b authored over 2 years ago by Sergio Benitez <[email protected]>* rustls/tests: use BufWriter in handshake
* tokio-rustls: move test to stream_buffered_hands...
bcf4f8e3f96983dbb7a61808b0f1fcd04fb678ae authored almost 3 years ago by quininer <[email protected]>47b2ef50c1f99017362625f6da26295e340c758d authored about 3 years ago by quininer <[email protected]>
* chore: Remove intermediate buffer in LazyConfigAcceptor
* chore: Document WouldBlock behavi...
fe8a0f415217bac092ef15de40b3714b45472530 authored about 3 years ago by Moritz Gunz <[email protected]>8519354ad6681e5ef53da7d37edde4706ccfc76f authored about 3 years ago by quininer <[email protected]>
33506018e7799c5c41a590b36047804ddabedc9d authored about 3 years ago by Dirkjan Ochtman <[email protected]>
48caaf751fa68907da9eb3b4e0980f3076316ac7 authored about 3 years ago by quininer <[email protected]>
ea14b430d7c305e6758a050f7e4da6676f2ded24 authored about 3 years ago by Dirkjan Ochtman <[email protected]>
56855b71661a9bf848c1a3c3f03ead6ac3f1b49f authored about 3 years ago by quininer <[email protected]>
* Add regression test for #77
* Fix handshake alert
* Fix style
5aae33794571c97793ed8becd57d5d60ee74f2d0 authored about 3 years ago by quininer <[email protected]>0bf243566de1dd1f8887f76aa47d0d85811b4f06 authored about 3 years ago by quininer <[email protected]>
* implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream<S>
* implement windo...
438cb8f9c82a45b46f8b7e4d4c4d6da264a24573 authored about 3 years ago by Jerome Gravel-Niquet <[email protected]>* update to rustls 0.20
Signed-off-by: Eliza Weisman <[email protected]>
* track simple ren...
8501aafae5c5d0ec97a4cdca25d9e96b63f1d02d authored about 3 years ago by Eliza Weisman <[email protected]>
* native-tls: fix use of non-fmt panic in tests
* fix some misc. clippy lints
This branch fi...
db01bce007f5a6297711d19900393ac5552c0a6e authored over 3 years ago by Eliza Weisman <[email protected]>794659740dcc399f79058c4eba325ffd97474c7b authored almost 4 years ago by Nikhil Benesch <[email protected]>
f85882fbc7c0f5e5aafbe3f8637ec333be7ecd68 authored almost 4 years ago by Nikhil Benesch <[email protected]>
* Update to tokio 1.0
* fix early data test
44e978cfa6e46294c0e352fad820456dbe94bdaa authored almost 4 years ago by nickelc <[email protected]>e40608bfebfd91505590fc85e053e9ebb03bd7b3 authored about 4 years ago by Roman Titov <[email protected]>
* writev support
5ea7060a4568b01ce3534dc58b7cf1436cbef0c6 authored about 4 years ago by quininer <[email protected]>Signed-off-by: Eliza Weisman <[email protected]>
c2dbab6c5de629b617a5e165143a5a6eae67e043 authored about 4 years ago by Eliza Weisman <[email protected]>0c2d573a4ec77ef253fc040eea077f620dd5f56e authored about 4 years ago by quininer <[email protected]>
35df2e39209cb0432b5135d0eef95c4169479870 authored about 4 years ago by Jason Heeris <[email protected]>
a517e1d0a636359c4e54b0735d7f4e73b786d2c0 authored about 4 years ago by Lucio Franco <[email protected]>
* Remove futures-core
* Upgrade Tokio 0.3
* clean code
* Fix ci
* Fix lint
e6ef54641b911cfcf23b77a8c4826ae0f8e9870e authored about 4 years ago by quininer <[email protected]>Signed-off-by: Cheng JIANG <[email protected]>
c3bf063eb6484d141b178fe31a1e35107480cfd5 authored over 4 years ago by Cheng JIANG <[email protected]>
* Support half-closed states #23
* Update examples
93d7c7590c1656db5e667a13e31fffec7efbff21 authored over 4 years ago by Smit <[email protected]>
After this commit, this crate will support using TLS streams in a
half-closed state. Note that ...
* tokio-rustls: release 0.14.0
* Fix writev
* Fix fmt
c2dd82e32355c69ae41d83ad92f865ee18e31ca9 authored over 4 years ago by quininer <[email protected]>* tokio-rustls: Add to README and clean code
* cargo fmt
fc90b3f378952b25dcbc2cb299cd16f9abeac43a authored over 4 years ago by quininer <[email protected]>
The `wants_read` only changes after `process_new_packets`,
which means that not immediately cal...
3c9b126993d406d510646b7e942389b38f31b8c4 authored over 4 years ago by Kirill Fomichev <[email protected]>
bd749ed734fadd764ce9c80bb45c37b6f6aa5403 authored over 4 years ago by Kirill Fomichev <[email protected]>
Co-authored-by: zzzdong <[email protected]>
9af6ed39a6cb2a0378efe6b11a474ca9dd7b95d6 authored over 4 years ago by zzzdong <[email protected]>Signed-off-by: Lucio Franco <[email protected]>
ec76fe4c8ad40f1963c701a31882dff6c083f9fa authored over 4 years ago by Lucio Franco <[email protected]>* Add cert generation for unix targets
* Fix early-data.rs check
* Make clippy happy
447a040a43e4bf0de0dd7ece3d1ef8768375ff4e authored over 4 years ago by Denis Molokanov <[email protected]>Related: https://github.com/tokio-rs/tokio/issues/1383
1c3aeb691e024ddaaee09e03994b1ed36ffc0546 authored almost 5 years ago by aloucks <[email protected]>* Rename more tests
* Clean up smoke test
* fmt
* Clean up ci and remove all-features test
7e41beaff4041cfa0fcfab8079d9e35402f8bfb3 authored almost 5 years ago by Lucio Franco <[email protected]>01fdb7ccf4aa29c545081ac8157932a9e44afd12 authored almost 5 years ago by quininer <[email protected]>
7df8fb5b21887a6610de29445c74b10c7c410230 authored almost 5 years ago by quininer <[email protected]>
Merge tokio-rustls
61b1fef3447eef01c105b1f725e7884a5cc6f5b3 authored almost 5 years ago by Lucio Franco <[email protected]>926dd17892285b02cef09cb46260e02bd2d81f73 authored almost 5 years ago by quininer <[email protected]>
git-subtree-dir: tokio-rustls
git-subtree-mainline: 7e310853072a472bab5d0ec8b03b21ff8c72a3d0
git...
7e310853072a472bab5d0ec8b03b21ff8c72a3d0 authored almost 5 years ago by Lucio Franco <[email protected]>
0fb23cb673e033ae0ef03c22c5dcfaed6a29586a authored almost 5 years ago by Lucio Franco <[email protected]>
43c85779ca8bc1e30d50dc4875f70e5beb7e8b6f authored almost 5 years ago by Lucio Franco <[email protected]>
d7862fae8ae6870ad27bd62b7960798825998a62 authored almost 5 years ago by quininer <[email protected]>
close https://github.com/quininer/tokio-rustls/issues/57
ce16555b13c556277edec825310696be2ad29930 authored almost 5 years ago by quininer <[email protected]>7530e2f7396d4c5d72be5693281338a78566380d authored about 5 years ago by quininer <[email protected]>
368f32ea9fceb3bc55303f102437d87adaa815db authored about 5 years ago by quininer <[email protected]>
7f69e889a409237ea72db561bda65dc34c296ec4 authored about 5 years ago by quininer <[email protected]>
074fe4a5ac0bf6174136b572394e2f0d1963c26c authored about 5 years ago by quininer <[email protected]>
a9b20c509c61c907a3bf019a3d89e5588f64693f authored about 5 years ago by quininer <[email protected]>
02028c54b8d5e99a1cab1857b964f17180f023b9 authored about 5 years ago by quininer <[email protected]>
34b1bc9c830010909f1cbaade66494444caf5b74 authored about 5 years ago by quininer <[email protected]>
d42540f52f405555c278ecf65063f9a8fb93cd48 authored about 5 years ago by quininer <[email protected]>
61b2f5b3bc7b06a0f1b6985af86dd2160411b915 authored about 5 years ago by Gleb Pomykalov <[email protected]>
078f6c0e738c411015b0cb7e1de4b19a0dd50db9 authored about 5 years ago by Gleb Pomykalov <[email protected]>
314625390756e6ff73af9d984913b49b54d1a92e authored about 5 years ago by quininer <[email protected]>
07c51665da3797643f9e1c7350ccaba8e61fa6d2 authored about 5 years ago by quininer <[email protected]>
We always constrain T is Unpin, so we don't need pin-project.
8b3bf3a2b6c2e4427e2ca6173307e4ec62ca6966 authored about 5 years ago by quininer <[email protected]>262796af396737266d055b76643201a523182cbc authored about 5 years ago by quininer <[email protected]>
fe113dc6b00012f82b98370cc57aa7bbd71e384c authored about 5 years ago by quininer <[email protected]>
ba909ed95ea7352cba17ce0493d3aff0253e609f authored about 5 years ago by quininer <[email protected]>
ff3d0a4de3f0493b9c108baf9555c2108f406f22 authored about 5 years ago by quininer <[email protected]>
872510bd65949afff0c76b9218c0c8db8263e7d5 authored about 5 years ago by quininer <[email protected]>
3e2c0446a41cca4873f16e4909527c5f49a21f35 authored about 5 years ago by Dirkjan Ochtman <[email protected]>
7cccd9c3b3d0cd9695b50da78e77afb760298b9f authored about 5 years ago by gvallat <[email protected]>
4b0dd05e86928a1b5aa380c75afdf643ff4ec3fe authored about 5 years ago by quininer <[email protected]>
03b1f3b45444dd18ee54cbd7ee5f2c8d941eb5cd authored about 5 years ago by quininer <[email protected]>
9f6d3c74bf954af0dc79b78e2d4adf0bb27ab347 authored about 5 years ago by quininer <[email protected]>
9a161beb873b582a5a66545c18e966def04229d0 authored about 5 years ago by quininer <[email protected]>
7864945694d8c43b4f14f3a9aba726dbe27528df authored about 5 years ago by quininer <[email protected]>
d8235071cda0e4c970e4e818b5351f444c393fd7 authored about 5 years ago by quininer <[email protected]>
369c13d6a5794bd73a5f53dc288d77b70d517086 authored about 5 years ago by quininer <[email protected]>
10c139df082db6c7c49d05260b1645004d0a296f authored about 5 years ago by quininer <[email protected]>