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
|
|
@ -1,5 +1,7 @@
|
|||
[workspace]
|
||||
members = [
|
||||
# things that should probably be in boring crate
|
||||
"boring-additions",
|
||||
# the main library and tests
|
||||
"boring-rustls-provider",
|
||||
# tests and example code
|
||||
|
|
@ -13,4 +15,6 @@ default-members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
boring = { version = "4.0", default-features = false }
|
||||
boring-sys = { version = "4.0", default-features = false }
|
||||
rustls = { version = "=0.22.0-alpha.4", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue