From ee94551993b0d67208f63e4201b8b9d6322f5b30 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Mon, 22 Sep 2025 01:58:11 +0800 Subject: [PATCH] Fix duplicate entry for RPK support in README Removed duplicate mention of RPK not being supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e2a77e..2529f80d 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ BoringSSL bindings for the Rust programming language and HTTP client for [wreq]( This package implements only the TLS extensions specification and supports the original [boring](https://github.com/cloudflare/boring) library with the following features: +- RPK is not supported - Required TLS extensions for Safari and Firefox - kDHE, ffdhe2048, and ffdhe3072 implementations -- RPK is not supported - Support for LoongArch P64 and P32 architectures ## Documentation