Hide ring and webpki behind a see also section

This commit is contained in:
Nico Burns 2022-11-08 13:21:13 +00:00
parent 633af292fb
commit 6b0c096ccb

View file

@ -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"
}]
},
{