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

generate-certificate.sh: don't assume the location of bash

asomers opened this pull request 10 months ago
Update actions/checkout action to v4

taiki-e opened this pull request 12 months ago
TlsAcceptor not responding

Unbreak4ble opened this issue over 1 year ago
Remove broken link to local tokio-rustls copy

djc opened this pull request over 1 year ago
Added support for WouldBlock

john-sharratt opened this pull request over 1 year ago
Remove tokio-rustls after move to rustls org

djc opened this pull request over 1 year ago
add: take_io method to LazyConfigAcceptor

jacott opened this pull request over 1 year ago
add server::AsyncAcceptor with take_io function

jacott opened this pull request over 1 year ago
Optional TLS streams?

partim opened this issue over 1 year ago
tokio-rustls: Fix "Basic Structure of a Client" code in README

jwodder opened this pull request over 1 year ago
Several RUSTSEC vulnerabilities in openssl

tdmb opened this issue over 1 year ago
tokio-rustls: Remove some feature

quininer opened this pull request over 1 year ago
Moving tokio-rustls into the rustls org?

djc opened this issue over 1 year ago
update rustls v0.20.7 -> v0.21.0

cpu opened this pull request almost 2 years ago
tokio-rustls: how to use buffering with TlsStream?

david-monroe opened this issue almost 2 years ago
Bump security-framework version

Jarema opened this pull request almost 2 years ago
expose rustls secret_extraction feature

schien opened this pull request almost 2 years ago
tokio-native-tls: remove unused dependencies

djc opened this pull request almost 2 years ago
Fix early-data test

divergentdave opened this pull request almost 2 years ago
Replace unmaintained GitHub Actions

nickelc opened this pull request almost 2 years ago
Bump the test dependencies

jayvdb opened this pull request almost 2 years ago
chore: prepare tokio-native-tls 0.3.1

Noah-Kennedy opened this pull request almost 2 years ago
Handle EOF like rustls::Stream

vilgotf opened this pull request almost 2 years ago
Clippy 1.67

djc opened this pull request almost 2 years ago
Release new tokio-native-tls version to push "vendored" feature out?

Selyatin opened this issue almost 2 years ago
Add Vendored Feature

Selyatin opened this pull request about 2 years ago
Fix Actions badge and update links

atouchet opened this pull request about 2 years ago
`try_read` for `TlsStream`

BratSinot opened this issue about 2 years ago
chore: apply clippy suggestions from 1.65

djc opened this pull request about 2 years ago
Proxy protocol support

thijsc opened this issue about 2 years ago
TLS handshake stuck in weak network environment

mokeyish opened this issue about 2 years ago
tokio-rustls: initialize Acceptor with default() in tests

djc opened this pull request about 2 years ago
Clippy fixes

djc opened this pull request about 2 years ago
Add badssl.com based test for client certificates

erickt opened this pull request about 2 years ago
use features to make tokio-rustls compatible with `futures` interface

Congyuwang opened this pull request over 2 years ago
use features to make tokio-rustls compatible with `futures` interface

Congyuwang opened this issue over 2 years ago
Upgrade to rustls-pemfile 1

djc opened this pull request over 2 years ago
Refresh test certificates for tokio-rustls

djc opened this pull request over 2 years ago
HTTP upgrade on the same port

daxpedda opened this issue over 2 years ago
The scope of the unsafe block can be appropriately reduced

cactter opened this pull request over 2 years ago
tcp Recv-Q accumulation appears on the tls server

stanley-jp opened this issue over 2 years ago
Update actions/checkout action to v3

taiki-e opened this pull request over 2 years ago
test fails with only feature http1 enabled

jonassmedegaard opened this issue over 2 years ago
test fails without feature tls12

jonassmedegaard opened this issue over 2 years ago
native-tls: fix buffered io hang

LucioFranco opened this pull request over 2 years ago
tokio-rustls: release 0.23.4

quininer opened this pull request over 2 years ago
add 'get_ref()' and 'get_mut()' to 'Accept'

SergioBenitez opened this pull request over 2 years ago
tokio-rustls stream never ends

randomairborne opened this issue over 2 years ago
tls example server side error

luoffei opened this issue over 2 years ago
Update README example code

benburk opened this issue over 2 years ago
nativetls/tests: use BufWriter

tharvik opened this pull request almost 3 years ago
Rustls buffered handshake eof failed

quininer opened this pull request almost 3 years ago
rustls/tests: use BufWriter in handshake

tharvik opened this pull request almost 3 years ago
Handshake fails when using a buffered stream

tharvik opened this issue almost 3 years ago
Add changelog

Sytten opened this issue almost 3 years ago
Illegal SNI hostname received [49, 48, 46, 48, 46, 48, 46, 52]

huguesBouvier opened this issue almost 3 years ago
Fix warning about renamed lint

djc opened this pull request almost 3 years ago
include the identity.p12 and root-ca.der files into the test binary

alexanderkjall opened this pull request almost 3 years ago
fix example in readme

Windforce17 opened this pull request almost 3 years ago
How to use tokio-rustls new api?

linsinn opened this issue about 3 years ago
add dangle client for tokio-rustls example

yumm007 opened this pull request about 3 years ago
release tokio-rustls 0.23.2

quininer opened this pull request about 3 years ago
fix: Fix EOF spin loop by removing intermediate buffer in LazyConfigAcceptor

NeoLegends opened this pull request about 3 years ago
fix: Handle EOF in LazyConfigAcceptor

NeoLegends opened this pull request about 3 years ago
Investigation: `LazyConfigAcceptor` potentially causes a spin loop

NeoLegends opened this issue about 3 years ago
DTLS support

ShadowJonathan opened this issue about 3 years ago
release tokoi-rustls 0.23.1

quininer opened this pull request about 3 years ago
Remove webpki

paolobarbolini opened this pull request about 3 years ago
Run example got error

Archieeeeee opened this issue about 3 years ago
Cut release with rustls 0.20 support

edward-shen opened this issue about 3 years ago
don't throw eof error to keep consistency

quininer opened this pull request about 3 years ago
Fix #77 regression

quininer opened this pull request about 3 years ago
Stalled event loop since rustls 0.20

jeromegn opened this issue about 3 years ago
Fix incorrect spelling

djc opened this pull request about 3 years ago
[tokio-rustls] Offer a `readable()` method like TcpStream

horazont opened this issue about 3 years ago
Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream<S>

jeromegn opened this pull request about 3 years ago
Add poll_write docs

quininer opened this pull request about 3 years ago
Fix early-data wakeup loss

quininer opened this pull request about 3 years ago
Adopt rustls 0.20 API changes

sunng87 opened this pull request over 3 years ago
Add LazyConfigAcceptor API

djc opened this pull request over 3 years ago
Further updates to rustls 0.20

djc opened this pull request over 3 years ago
fix a handful of lints, one of which was breaking the build

hawkw opened this pull request over 3 years ago
[DRAFT] update `tokio-rustls` to `rustls` 0.20.x

hawkw opened this pull request over 3 years ago
add dangle client example

yumm007 opened this pull request over 3 years ago
Using rustls cargo features?

ayham-1 opened this issue over 3 years ago
此处应当使用 `writeable` 进行判断而不是 `readable` ?

San-greal opened this issue over 3 years ago
Better documentation for `write`

Tristan1900 opened this issue over 3 years ago
rsa_private_keys() returns an empty vector

OnikenX opened this issue over 3 years ago