mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-26 05:30:17 +00:00
Hide ring and webpki behind a see also section
This commit is contained in:
parent
633af292fb
commit
6b0c096ccb
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue