rustls
https://github.com/rustls/rustls
Rust
A modern TLS library in Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to rustls
Help out
- Issues
- Tests should dump and validate TLS traces
- Parsing should be refactored to automatically reject unparsed trailing input.
- Support for Exported Authenticators
- `emit_client_hello_for_retry` coding pattern is error-prone, especially race-prone
- Use `secure_getenv` or equivalent to read $SSLKEYLOGFILE
- Highlight always-taken branches (especially missing `else`) in code coverage metrics
- Document and verify how Rustls feature flags work
- Support asynchronous cryptographic accelerators under Linux
- Profile-Guided Optimization (PGO) benchmark results
- Server-side Encrypted Client Hello (ECH) support
- Docs
- Rust not yet supported