From 6b0c096ccb0b132a6ecca8e75370d2c9f0bbff2b Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 8 Nov 2022 13:21:13 +0000 Subject: [PATCH] Hide ring and webpki behind a see also section --- data/crates.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/crates.json b/data/crates.json index 91666e6..645b60a 100644 --- a/data/crates.json +++ b/data/crates.json @@ -314,12 +314,13 @@ }, { "name": "native-tls", "notes": "Delegates to the system TLS implementations on windows and macOS, and uses OpenSSL on linux." - }, { + }], + "see_also": [{ "name": "webpki", "notes": "X.509 Certificate validation. Builds on top of ring." }, { "name": "ring", - "notes": "Fork of BoringSSL. Provides cryptographic primitives for TLS/SSL" + "notes": "Fork of BoringSSL. Provides low-level cryptographic primitives for TLS/SSL" }] }, {