Skip to content

Commit 8ee9c50

Browse files
authored
README.md: cleanup intro and add maintainership
1 parent db39e4d commit 8ee9c50

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# rustls-rustcrypto
22

3-
WIP RustCrypto-based provider implementation for version 0.23 of [rustls](https://github.com/rustls/rustls/pull/1405).
4-
5-
Some code comes directly from one of main rustls contributor, [@ctz](https://github.com/ctz).
6-
7-
Some part of this code is directly derived from his work but modified to use generic instead.
3+
[RustCrypto]-based provider implementation for version 0.23 of [rustls], maintained by the RustCrypto organization.
84

95
## ⚠️USE THIS AT YOUR OWN RISK! DO NOT USE THIS IN PRODUCTION⚠️
106

@@ -45,8 +41,13 @@ Licensed under either of:
4541

4642
at your option.
4743

44+
Some code authored by [@ctz](https://github.com/ctz) was adapted from upstream rustls. Licensed as above with permission.
45+
4846
### Contribution
4947

5048
Unless you explicitly state otherwise, any contribution intentionally submitted
5149
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
5250
dual licensed as above, without any additional terms or conditions.
51+
52+
[RustCrypto]: https://github.com/RustCrypto/
53+
[rustls]: https://github.com/rustls/rustls/pull/1405

0 commit comments

Comments
 (0)