docs: add rustls-rustcrypt to documented providers

This commit is contained in:
Steve Fan 2024-02-03 23:02:30 +08:00 committed by Daniel McCarney
parent 501f91c9e6
commit 7e19ba171d
2 changed files with 8 additions and 0 deletions

View File

@ -135,11 +135,15 @@ The community has also started developing third-party providers for Rustls:
* [`rustls-mbedtls-provider`] - a provider that uses [`mbedtls`] for cryptography.
* [`boring-rustls-provider`] - a work-in-progress provider that uses [`boringssl`] for
cryptography.
* [`rustls-rustcrypto`] - an experimental provider that uses the crypto primitives
from [`RustCrypto`] for cryptography.
[`rustls-mbedtls-provider`]: https://github.com/fortanix/rustls-mbedtls-provider
[`mbedtls`]: https://github.com/Mbed-TLS/mbedtls
[`boring-rustls-provider`]: https://github.com/janrueth/boring-rustls-provider
[`boringssl`]: https://github.com/google/boringssl
[`rustls-rustcrypto`]: https://github.com/RustCrypto/rustls-rustcrypto
[`RustCrypto`]: https://github.com/RustCrypto
#### Custom provider

View File

@ -102,11 +102,15 @@
//! * [`rustls-mbedtls-provider`] - a provider that uses [`mbedtls`] for cryptography.
//! * [`boring-rustls-provider`] - a work-in-progress provider that uses [`boringssl`] for
//! cryptography.
//! * [`rustls-rustcrypto`] - an experimental provider that uses the crypto primitives
//! from [`RustCrypto`] for cryptography.
//!
//! [`rustls-mbedtls-provider`]: https://github.com/fortanix/rustls-mbedtls-provider
//! [`mbedtls`]: https://github.com/Mbed-TLS/mbedtls
//! [`boring-rustls-provider`]: https://github.com/janrueth/boring-rustls-provider
//! [`boringssl`]: https://github.com/google/boringssl
//! [`rustls-rustcrypto`]: https://github.com/RustCrypto/rustls-rustcrypto
//! [`RustCrypto`]: https://github.com/RustCrypto
//!
//! #### Custom provider
//!