遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/9034)
<a href="https://www.bestpractices.dev/projects/9034"><img src="https://www.bestpractices.dev/projects/9034/badge"></a>
A modern TLS library in Rust
Repository on GitHub, which uses git. git is distributed.
Yes, 'cargo test'.
警告:需要URL,但找不到URL。
Yes, the project uses GitHub Actions for continuous integration for all pull requests, as well as on a daily cadence. We additionally run a separate suite of tests (ones that are slower, or flaky due to external online dependencies) once per day. See https://github.com/rustls/rustls/actions/workflows/daily-tests.yml
Found all required security hardening headers.
The project uses fuzzing and linting in our GitHub Actions to test the library. We also run our fuzzers as part of Google's f/oss fuzzing infrastructure.
We include assertions in our code that are only present in debug builds, and run tests against these debug builds.
后退