mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
chore: add rustls licence and attribution (#795)
* chore: add rustls licence and attribution * add missing commit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -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"
|
||||
|
||||
|
||||
5
crates/tls/core/README.md
Normal file
5
crates/tls/core/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user