|
1 | 1 | # rustls-rustcrypto |
2 | 2 |
|
| 3 | +[![crate][crate-image]][crate-link] |
| 4 | +[![Docs][docs-image]][docs-link] |
| 5 | +[![Build Status][build-image]][build-link] |
| 6 | +![Apache2/MIT licensed][license-image] |
| 7 | +![Rust Version][rustc-image] |
| 8 | +[![Project Chat][chat-image]][chat-link] |
| 9 | + |
3 | 10 | [RustCrypto]-based provider implementation for version 0.23 of [rustls], maintained by the RustCrypto organization. |
4 | 11 |
|
5 | 12 | ## ⚠️USE THIS AT YOUR OWN RISK! DO NOT USE THIS IN PRODUCTION⚠️ |
@@ -49,5 +56,20 @@ Unless you explicitly state otherwise, any contribution intentionally submitted |
49 | 56 | for inclusion in the work by you, as defined in the Apache-2.0 license, shall be |
50 | 57 | dual licensed as above, without any additional terms or conditions. |
51 | 58 |
|
| 59 | +[//]: # (badges) |
| 60 | + |
| 61 | +[crate-image]: https://buildstats.info/crate/rustls-rustcrypto |
| 62 | +[crate-link]: https://crates.io/crates/rustls-rustcrypto |
| 63 | +[docs-image]: https://docs.rs/rustls-rustcrypto/badge.svg |
| 64 | +[docs-link]: https://docs.rs/rustls-rustcrypto/ |
| 65 | +[build-image]: https://github.com/RustCrypto/rustls-rustcrypto/actions/workflows/rustls-rustcrypto.yml/badge.svg |
| 66 | +[build-link]: https://github.com/RustCrypto/rustls-rustcrypto/actions/workflows/rustls-rustcrypto.yml |
| 67 | +[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg |
| 68 | +[rustc-image]: https://img.shields.io/badge/rustc-1.75+-blue.svg |
| 69 | +[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg |
| 70 | +[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/434751-TLS |
| 71 | + |
| 72 | +[//]: # (links) |
| 73 | + |
52 | 74 | [RustCrypto]: https://github.com/RustCrypto/ |
53 | | -[rustls]: https://github.com/rustls/rustls/pull/1405 |
| 75 | +[rustls]: https://github.com/rustls/rustls/ |
0 commit comments