From 5ddc6ddb7197b342b4b71da7b8b0f8a301c7a010 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Fri, 21 Mar 2025 18:18:48 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e865795..d3281b88 100644 --- a/README.md +++ b/README.md @@ -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: * Safari and Firefox required TLS extensions -* `kDHE` and `ffdhe2048`/`ffdhe3072` implementations -* Removal of `RPK` support +* kDHE, ffdhe2048 and ffdhe3072 implementations +* Unsupported RPK ## Contribution