File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# rustls-rustcrypto
2
2
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.
8
4
9
5
## ⚠️USE THIS AT YOUR OWN RISK! DO NOT USE THIS IN PRODUCTION⚠️
10
6
@@ -45,8 +41,13 @@ Licensed under either of:
45
41
46
42
at your option.
47
43
44
+ Some code authored by [ @ctz ] ( https://github.com/ctz ) was adapted from upstream rustls. Licensed as above with permission.
45
+
48
46
### Contribution
49
47
50
48
Unless you explicitly state otherwise, any contribution intentionally submitted
51
49
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
52
50
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
You can’t perform that action at this time.
0 commit comments