Use boringssl prf for tls1.2

This commit is contained in:
Jan Rüth 2023-11-25 15:20:07 +01:00 committed by Jan
commit d38412a3bd
9 changed files with 285 additions and 7 deletions

View 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 }