issues
search
rustls
/
tokio-rustls
Async TLS for the Tokio runtime
Apache License 2.0
125
stars
70
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
TlsAcceptor::accept timeout and shutdown
#90
incker
opened
1 week ago
2
Bump rustls version
#89
LonerDan
closed
2 weeks ago
2
TlsAcceptor reads invalid data
#88
tidely
closed
3 weeks ago
9
Use new rustls-pki-types PEM API
#87
djc
closed
3 weeks ago
0
Reading cert chain and private key not working for axum-admin
#86
greenpdx
closed
1 month ago
2
Is there any buffer in server::TlsStream when reading?
#85
leptonyu
closed
1 month ago
4
Split `TlsStream` like `TcpStream`
#84
jmmaloney4
opened
2 months ago
3
Unexpected behavior of client without certificate on mTLS
#83
MattesWhite
closed
2 months ago
13
Where do error messages go?
#82
ghenry
closed
3 months ago
2
Update to rustls 0.23.12?
#81
lvkv
closed
3 months ago
2
tests: rework vendored certificates/keys
#80
cpu
closed
4 months ago
0
Update generate-certificate.sh to write certs etc. to current dir
#79
ghenry
closed
4 months ago
7
Check-in Cargo.lock, fix MSRV build
#78
cpu
closed
4 months ago
1
examples: prefer pemfile::private_key
#77
cpu
closed
4 months ago
4
generate-certificate.sh with OpenSSL v3.3.0
#76
ghenry
closed
4 months ago
21
Add connect_with_stream method
#75
radioactiveAHM
closed
5 months ago
6
Changed client.rs example to use client certs and am getting error.
#74
eswenson1
closed
5 months ago
4
Add async way to read early data from TLSAcceptor
#73
tahmid-23
opened
6 months ago
0
Infinite wakeup loop issue in version 0.23 and onwards
#72
VladimirBramstedt
closed
6 months ago
14
How ignore verification CN?
#71
Cheban1996
closed
6 months ago
1
does TLSAcceptor read early data?
#70
tahmid-23
opened
6 months ago
8
must use rustls 0.23.5
#69
quininer
closed
7 months ago
3
Fix test regression after rustls improvements in complete_io()
#68
djc
closed
7 months ago
0
Test failure in common::test_stream::stream_handshake_regression_issues_77
#67
djc
closed
7 months ago
2
Detailed Error Messages
#66
Tahinli
closed
7 months ago
1
Secure WebSocket Implementation with tokio-tungstenite | tokio-rustls | rustls-platform-verifier
#65
Tahinli
closed
7 months ago
2
Remove TCP shutdown
#64
quininer
opened
7 months ago
0
Read any pending data before shutting down stream
#63
levkk
closed
7 months ago
4
Change: make license spdx compliant
#62
jjnicola
closed
7 months ago
0
0.5-RTT support
#61
quininer
opened
7 months ago
0
Use Unbuffered API
#60
quininer
opened
7 months ago
0
Cargo: 0.25.0 -> 0.26.0
#59
cpu
closed
8 months ago
6
Proposal: Share code between tokio-rustls and futures-rustls
#58
jbr
opened
8 months ago
1
Add an aws-lc-rs feature as an alias for aws_lc_rs
#57
zh-jq
closed
8 months ago
0
Ensure examples use re-exported rustls types outside of the tokio-rustls context
#56
mdodkins
closed
8 months ago
0
Large percentage of cpu time in memset when reading with a larger buffer
#55
jhorstmann
opened
8 months ago
9
Sending plaintext response for non-TLS connection attempts
#54
BrandonLeeDotDev
opened
8 months ago
8
fix: Rename feature to aws_lc_rs
#53
fasterthanlime
closed
8 months ago
0
fix: correctly poll alert.write until it finishes
#52
jbr
closed
8 months ago
0
Fix: SendAlert io::ErrorKind should be InvalidData instead of Other
#51
jbr
closed
8 months ago
0
feat: change default crypto provider to match rustls'
#50
jbr
closed
8 months ago
6
feat: add fips pass-through feature
#49
jbr
closed
8 months ago
0
Fix: Check for ErrorKind::WouldBlock in LazyConfigAcceptor
#48
jbr
closed
8 months ago
5
fix: check for ErrorKind::WouldBlock in MidHandshake::SendAlert poll
#47
jbr
closed
8 months ago
2
Error: badRecordMac
#46
peyman1992
closed
8 months ago
2
Forward vectored writes
#45
paolobarbolini
closed
8 months ago
7
Take rustls 0.23
#44
ctz
closed
8 months ago
1
Cargo.toml: add aws-lc-rs feature as crypto backend
#43
BiagioFesta
closed
9 months ago
1
Ignore NotConnected error in poll_shutdown()
#42
djc
closed
8 months ago
22
Error `NotConnected` when serving a `TlsStream<TcpStream>` when using `hyper`
#41
Revanee
closed
8 months ago
4
Next