Update README.md

This commit is contained in:
0x676e67 2025-03-21 18:18:48 +08:00
parent 360c3949c8
commit 5ddc6ddb71
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ BoringSSL bindings are available for the Rust programming language, and the HTTP
This package only implements the TLS extensions spec and supports the original [boring](https://github.com/cloudflare/boring) with the following features: This package only implements the TLS extensions spec and supports the original [boring](https://github.com/cloudflare/boring) with the following features:
* Safari and Firefox required TLS extensions * Safari and Firefox required TLS extensions
* `kDHE` and `ffdhe2048`/`ffdhe3072` implementations * kDHE, ffdhe2048 and ffdhe3072 implementations
* Removal of `RPK` support * Unsupported RPK
## Contribution ## Contribution