chore: add rustls licence and attribution (#795)

* chore: add rustls licence and attribution

* add missing commit
This commit is contained in:
dan
2025-04-25 09:10:49 +02:00
committed by GitHub
parent 31f62982b5
commit 39e14949a0
4 changed files with 10 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ authors = ["TLSNotary Team"]
description = "A TLS client for TLSNotary"
keywords = ["tls", "mpc", "2pc", "client", "sync"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
license = "Apache-2.0 OR ISC OR MIT"
version = "0.1.0-alpha.11-pre"
edition = "2021"
autobenches = false

View File

@@ -1,4 +1,6 @@
# TLS-Client
# TLS Client
This crate is a derivative of [rustls](https://github.com/rustls/rustls) with
significant modifications to facilitate the TLSNotary protocol.
This crate is licensed under the same terms as rustls.

View File

@@ -4,7 +4,7 @@ authors = ["TLSNotary Team"]
description = "Cryptographic operations for the TLSNotary TLS client"
keywords = ["tls", "mpc", "2pc"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
license = "Apache-2.0 OR ISC OR MIT"
version = "0.1.0-alpha.11-pre"
edition = "2021"

View File

@@ -0,0 +1,5 @@
# TLS Core Types
This crate is a derivative of [rustls](https://github.com/rustls/rustls).
This crate is licensed under the same terms as rustls.