Use boringssl prf for tls1.2
This commit is contained in:
parent
bd80bfc4d7
commit
d38412a3bd
9 changed files with 285 additions and 7 deletions
15
boring-sys-additions/Cargo.toml
Normal file
15
boring-sys-additions/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "boring-sys-additions"
|
||||
version = "0.0.1"
|
||||
authors = ["Jan Rüth <boring-rustls-provider@djiehmail.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Boring-sys additions"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
boring-sys = { workspace = true }
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue