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

Remove broken link to local tokio-rustls copy (#148)

02c1aeb7001525f4aa71e07312f8519872dc638a authored over 1 year ago by Dirkjan Ochtman <[email protected]>
Remove tokio-rustls after move to rustls org (#146)

fc349ec8c0ff35757b2139137494f8bf9bb3d37e authored over 1 year ago by Dirkjan Ochtman <[email protected]>
add: take_io method to LazyConfigAcceptor (#145)

* 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]>
expose rustls secret_extraction feature (#134)

3fcf85892b82670438f8f3a0efd9643f46a79353 authored over 1 year ago by Shih-Chiang Chien <[email protected]>
tokio-rustls: Fix "Basic Structure of a Client" code in README (#142)

0f00a0c11b2f1b23e148339a2fcdb3634545022c authored over 1 year ago by John T. Wodder II <[email protected]>
Remove webpki (#82)

7ea7a17831691e8b0a9cfae3132d2d2f0f64221c authored over 1 year ago by Paolo Barbolini <[email protected]>
update rustls v0.20.7 -> v0.21.0 (#137)

* 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]>
tokio-native-tls: remove unused dependencies (#133)

7dfc981020a7bf3d805cd97ee6e1718da7d1010a authored over 1 year ago by Dirkjan Ochtman <[email protected]>
Fix early-data test (#132)

* Fix domain name in early-data test

* Run early data test in CI

* Add missing wake call
...

357bc562483dcf04c1f8d08bd1a831b144bf7d4c authored almost 2 years ago by David Cook <[email protected]>
Replace unmaintained GitHub Actions (#131)

The toolchain is now installed with `dtolnay/rust-toolchain` and
`actions-rs/cargo` is replaced...

e3841d6e3ab77bdbfc64c69abf84cbeaa7f35ad2 authored almost 2 years ago by nickelc <[email protected]>
chore: update readme links & badges (#49)

f9d55a686cd5bdf6f46de6d059ccef0df52dbb8a authored almost 2 years ago by nickelc <[email protected]>
chore: prepare tokio-native-tls 0.3.1 (#129)

# 0.3.1 (February 4th, 2023)

### Additions
- Add Vendored Feature ([#125])
- Implement AsRa...

3716340633c3552360e9d073413f9fa15d4fdd8f authored almost 2 years ago by Noah Kennedy <[email protected]>
Bump the test dependencies (#130)

874478f09ad6496dd826cdb6492fa36653719b47 authored almost 2 years ago by John Vandenberg <[email protected]>
Clippy 1.67 (#127)

* 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]>
Add Vendored Feature (#125)

df272e9958da28c420568c34ce61fcfacdfcfd37 authored about 2 years ago by Selyatin <[email protected]>
Fix Actions badge and update links (#124)

271980ff97ef12f87175038db9ff2cfffd7eee50 authored about 2 years ago by Alex Touchet <[email protected]>
chore: apply clippy suggestions from 1.65 (#122)

9d58c7d29e5279d7590fc3ce7bd5241a2f912e92 authored about 2 years ago by Dirkjan Ochtman <[email protected]>
tokio-rustls: initialize Acceptor with default() in tests (#119)

24473eaff94d2df9b1e1e218b5c350cc9fa1eb76 authored about 2 years ago by Dirkjan Ochtman <[email protected]>
Clippy fixes (#118)

c033514814de880ed01a11d379e62c9c0cb6b2d5 authored about 2 years ago by Dirkjan Ochtman <[email protected]>
Upgrade to rustls-pemfile 1 (#114)

87ecfe7c01aff6d96874d6e4e496bc0f2706ecac authored over 2 years ago by Dirkjan Ochtman <[email protected]>
Update actions/checkout action to v3 (#109)

e902e5160d7a877e5623199611f39d98e1a0b9fd authored over 2 years ago by Taiki Endo <[email protected]>
Refresh test certificates for tokio-rustls (#113)

Used the script in tokio-native-tls/scripts to generate new certs.

c2d1fe6813015e84449779d97c61e1924fc7b8c0 authored over 2 years ago by Dirkjan Ochtman <[email protected]>
Fix warning about renamed lint (#93)

ce11bf72744b2a1f4a4a109c3568c4fae209e6e4 authored over 2 years ago by Dirkjan Ochtman <[email protected]>
tokio-rustls: release 0.23.4 (#105)

0cf2ccc1ad183a83f234271877ff450c20908cce authored over 2 years ago by quininer <[email protected]>
add 'get_ref()' and 'get_mut()' to 'Accept' (#104)

* 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 buffered handshake eof failed (#98)

* rustls/tests: use BufWriter in handshake

* tokio-rustls: move test to stream_buffered_hands...

bcf4f8e3f96983dbb7a61808b0f1fcd04fb678ae authored almost 3 years ago by quininer <[email protected]>
release tokio-rustls 0.23.2 (#88)

47b2ef50c1f99017362625f6da26295e340c758d authored about 3 years ago by quininer <[email protected]>
fix: Fix EOF spin loop by removing intermediate buffer in LazyConfigAcceptor (#87)

* chore: Remove intermediate buffer in LazyConfigAcceptor

* chore: Document WouldBlock behavi...

fe8a0f415217bac092ef15de40b3714b45472530 authored about 3 years ago by Moritz Gunz <[email protected]>
release tokoi-rustls 0.23.1 (#83)

8519354ad6681e5ef53da7d37edde4706ccfc76f authored about 3 years ago by quininer <[email protected]>
Add LazyConfigAcceptor API (#69)

33506018e7799c5c41a590b36047804ddabedc9d authored about 3 years ago by Dirkjan Ochtman <[email protected]>
Add poll_write docs (#73)

48caaf751fa68907da9eb3b4e0980f3076316ac7 authored about 3 years ago by quininer <[email protected]>
Fix incorrect spelling (#76)

ea14b430d7c305e6758a050f7e4da6676f2ded24 authored about 3 years ago by Dirkjan Ochtman <[email protected]>
don't throw eof error to keep consistency (#79)

56855b71661a9bf848c1a3c3f03ead6ac3f1b49f authored about 3 years ago by quininer <[email protected]>
Fix #77 regression (#78)

* Add regression test for #77

* Fix handshake alert

* Fix style

5aae33794571c97793ed8becd57d5d60ee74f2d0 authored about 3 years ago by quininer <[email protected]>
Fix early-data wakeup loss (#72)

0bf243566de1dd1f8887f76aa47d0d85811b4f06 authored about 3 years ago by quininer <[email protected]>
Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream<S> (#74)

* 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]>
[DRAFT] update `tokio-rustls` to `rustls` 0.20.x (#64)

* 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]>
fix a handful of lints, one of which was breaking the build (#65)

* 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]>
tokio-native-tls: prepare v0.3.0 (#47)

794659740dcc399f79058c4eba325ffd97474c7b authored almost 4 years ago by Nikhil Benesch <[email protected]>
tokio-rustls: prepare v0.22.0 (#48)

f85882fbc7c0f5e5aafbe3f8637ec333be7ecd68 authored almost 4 years ago by Nikhil Benesch <[email protected]>
Update to tokio 1.0 (#46)

* Update to tokio 1.0

* fix early data test

44e978cfa6e46294c0e352fad820456dbe94bdaa authored almost 4 years ago by nickelc <[email protected]>
tokio-rustls: Derive `Debug` for `tokio_rustls::TlsStream` (#45)

e40608bfebfd91505590fc85e053e9ebb03bd7b3 authored about 4 years ago by Roman Titov <[email protected]>
release 0.21.1 (#43)

* writev support

5ea7060a4568b01ce3534dc58b7cf1436cbef0c6 authored about 4 years ago by quininer <[email protected]>
rustls: add write_vectored implementation (#42)

Signed-off-by: Eliza Weisman <[email protected]>

c2dbab6c5de629b617a5e165143a5a6eae67e043 authored about 4 years ago by Eliza Weisman <[email protected]>
release 0.21.0 (#38)

0c2d573a4ec77ef253fc040eea077f620dd5f56e authored about 4 years ago by quininer <[email protected]>
Update rustls version to 0.19. (#37)

35df2e39209cb0432b5135d0eef95c4169479870 authored about 4 years ago by Jason Heeris <[email protected]>
native: Upgrade tokio and prepare `0.2` release (#31)

a517e1d0a636359c4e54b0735d7f4e73b786d2c0 authored about 4 years ago by Lucio Franco <[email protected]>
Tokio 0.3 (#29)

* Remove futures-core

* Upgrade Tokio 0.3

* clean code

* Fix ci

* Fix lint

e6ef54641b911cfcf23b77a8c4826ae0f8e9870e authored about 4 years ago by quininer <[email protected]>
feat: re-export native-tls (#24)

Signed-off-by: Cheng JIANG <[email protected]>

c3bf063eb6484d141b178fe31a1e35107480cfd5 authored over 4 years ago by Cheng JIANG <[email protected]>
tokio-rustls: release 0.14.1 (#27)

* Support half-closed states #23
* Update examples

e8a8a599713e044525d133264665091130598b05 authored over 4 years ago by quininer <[email protected]>
Fix the broken Guides link (#22)

93d7c7590c1656db5e667a13e31fffec7efbff21 authored over 4 years ago by Smit <[email protected]>
Support half-closed states (#23)

After this commit, this crate will support using TLS streams in a
half-closed state. Note that ...

9487a157abb4ecfc0dccd5af2adf9c5b76b47e15 authored over 4 years ago by Braden Ehrat <[email protected]>
tokio-rustls: release 0.14.0 (#17)

* 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 (#15)

* tokio-rustls: Add to README and clean code

* cargo fmt

fc90b3f378952b25dcbc2cb299cd16f9abeac43a authored over 4 years ago by quininer <[email protected]>
Fix place wrong for process_new_packets (#14)

The `wants_read` only changes after `process_new_packets`,
which means that not immediately cal...

3be701cefb573341db74254f137a4d54aefa44ce authored over 4 years ago by quininer <[email protected]>
Drop context on MidHandshake success [tokio-native-tls] (#12)

3c9b126993d406d510646b7e942389b38f31b8c4 authored over 4 years ago by Kirill Fomichev <[email protected]>
Convert result in with_context function [tokio-native-tls] (#13)

bd749ed734fadd764ce9c80bb45c37b6f6aa5403 authored over 4 years ago by Kirill Fomichev <[email protected]>
chore: fix CI by adding `--all-features` to cargo clippy (#11)

Co-authored-by: zzzdong <[email protected]>

9af6ed39a6cb2a0378efe6b11a474ca9dd7b95d6 authored over 4 years ago by zzzdong <[email protected]>
fix doc link

Signed-off-by: Lucio Franco <[email protected]>

ec76fe4c8ad40f1963c701a31882dff6c083f9fa authored over 4 years ago by Lucio Franco <[email protected]>
Auto-generate TLS server certificate for unix platform (#8)

* 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]>
Allow access to all inner streams [tokio-native-tls] (#6)

Related: https://github.com/tokio-rs/tokio/issues/1383

1c3aeb691e024ddaaee09e03994b1ed36ffc0546 authored almost 5 years ago by aloucks <[email protected]>
Rename more tests (#1)

* 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]>
Update rustls (#5)

01fdb7ccf4aa29c545081ac8157932a9e44afd12 authored almost 5 years ago by quininer <[email protected]>
try fix openssl quit (#4)

7df8fb5b21887a6610de29445c74b10c7c410230 authored almost 5 years ago by quininer <[email protected]>
Merge tokio-rustls (#2)

Merge tokio-rustls

61b1fef3447eef01c105b1f725e7884a5cc6f5b3 authored almost 5 years ago by Lucio Franco <[email protected]>
Update README

926dd17892285b02cef09cb46260e02bd2d81f73 authored almost 5 years ago by quininer <[email protected]>
Add 'tokio-rustls/' from commit 'd7862fae8ae6870ad27bd62b7960798825998a62'

git-subtree-dir: tokio-rustls
git-subtree-mainline: 7e310853072a472bab5d0ec8b03b21ff8c72a3d0
git...

e961616b174faea25dbb401eee7adadb0542fb94 authored almost 5 years ago by quininer <[email protected]>
fix cargo command

7e310853072a472bab5d0ec8b03b21ff8c72a3d0 authored almost 5 years ago by Lucio Franco <[email protected]>
Add tokio to the readme

0fb23cb673e033ae0ef03c22c5dcfaed6a29586a authored almost 5 years ago by Lucio Franco <[email protected]>
Initial commit

43c85779ca8bc1e30d50dc4875f70e5beb7e8b6f authored almost 5 years ago by Lucio Franco <[email protected]>
bump version

d7862fae8ae6870ad27bd62b7960798825998a62 authored almost 5 years ago by quininer <[email protected]>
implement WriteV

close https://github.com/quininer/tokio-rustls/issues/57

ce16555b13c556277edec825310696be2ad29930 authored almost 5 years ago by quininer <[email protected]>
publish 0.12.1

7530e2f7396d4c5d72be5693281338a78566380d authored about 5 years ago by quininer <[email protected]>
Add Failable{Connect,Accept}

368f32ea9fceb3bc55303f102437d87adaa815db authored about 5 years ago by quininer <[email protected]>
Fix incorrect prepare_uninitialized_buffer

7f69e889a409237ea72db561bda65dc34c296ec4 authored about 5 years ago by quininer <[email protected]>
Move TlsState to common

074fe4a5ac0bf6174136b572394e2f0d1963c26c authored about 5 years ago by quininer <[email protected]>
Update ci

a9b20c509c61c907a3bf019a3d89e5588f64693f authored about 5 years ago by quininer <[email protected]>
Fix client example

02028c54b8d5e99a1cab1857b964f17180f023b9 authored about 5 years ago by quininer <[email protected]>
Update example

34b1bc9c830010909f1cbaade66494444caf5b74 authored about 5 years ago by quininer <[email protected]>
release 0.12.0

d42540f52f405555c278ecf65063f9a8fb93cd48 authored about 5 years ago by quininer <[email protected]>
Migrate to tokio 0.2 and futures 0.3

61b2f5b3bc7b06a0f1b6985af86dd2160411b915 authored about 5 years ago by Gleb Pomykalov <[email protected]>
Fix early-data

078f6c0e738c411015b0cb7e1de4b19a0dd50db9 authored about 5 years ago by Gleb Pomykalov <[email protected]>
bump 0.12.0-alpha.8

314625390756e6ff73af9d984913b49b54d1a92e authored about 5 years ago by quininer <[email protected]>
Fix 0-RTT write zero

07c51665da3797643f9e1c7350ccaba8e61fa6d2 authored about 5 years ago by quininer <[email protected]>
Remove pin-project

We always constrain T is Unpin, so we don't need pin-project.

8b3bf3a2b6c2e4427e2ca6173307e4ec62ca6966 authored about 5 years ago by quininer <[email protected]>
Clean TlsState

262796af396737266d055b76643201a523182cbc authored about 5 years ago by quininer <[email protected]>
bump 0.12.0-alpha.7

fe113dc6b00012f82b98370cc57aa7bbd71e384c authored about 5 years ago by quininer <[email protected]>
Fix 0-RTT fallback

ba909ed95ea7352cba17ce0493d3aff0253e609f authored about 5 years ago by quininer <[email protected]>
bump 0.12.0-alpha.6

ff3d0a4de3f0493b9c108baf9555c2108f406f22 authored about 5 years ago by quininer <[email protected]>
Fix 0-RTT flush

872510bd65949afff0c76b9218c0c8db8263e7d5 authored about 5 years ago by quininer <[email protected]>
Port unified TLS stream type to tokio-0.2

3e2c0446a41cca4873f16e4909527c5f49a21f35 authored about 5 years ago by Dirkjan Ochtman <[email protected]>
Export rustls dangerous_configuration feature

7cccd9c3b3d0cd9695b50da78e77afb760298b9f authored about 5 years ago by gvallat <[email protected]>
Move ci to github actions

4b0dd05e86928a1b5aa380c75afdf643ff4ec3fe authored about 5 years ago by quininer <[email protected]>
Add codecov badge

03b1f3b45444dd18ee54cbd7ee5f2c8d941eb5cd authored about 5 years ago by quininer <[email protected]>
release 0.12.0-alpha.5

9f6d3c74bf954af0dc79b78e2d4adf0bb27ab347 authored about 5 years ago by quininer <[email protected]>
use `write_io` instead of `handshake`

9a161beb873b582a5a66545c18e966def04229d0 authored about 5 years ago by quininer <[email protected]>
ci: try install openssl

7864945694d8c43b4f14f3a9aba726dbe27528df authored about 5 years ago by quininer <[email protected]>
move sleep

d8235071cda0e4c970e4e818b5351f444c393fd7 authored about 5 years ago by quininer <[email protected]>
add 0-RTT test

369c13d6a5794bd73a5f53dc288d77b70d517086 authored about 5 years ago by quininer <[email protected]>
test: split bad channel

10c139df082db6c7c49d05260b1645004d0a296f authored about 5 years ago by quininer <[email protected]>