Fix AES256 using wrong hash
Add TLS 1.2 Move aead crypter to boring-additions crate
This commit is contained in:
parent
5c45b9426b
commit
319029f2d4
17 changed files with 424 additions and 51 deletions
18
boring-additions/Cargo.toml
Normal file
18
boring-additions/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "boring-additions"
|
||||
version = "0.0.1"
|
||||
authors = ["Jan Rüth <boring-rustls-provider@djiehmail.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Boring additions"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
aead = { version = "0.5", default_features = false, features = ["alloc"] }
|
||||
boring = { workspace = true }
|
||||
boring-sys = { workspace = true }
|
||||
foreign-types = "0.5"
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue