Release 4.8.0

This commit is contained in:
Ivan Nikulin 2024-06-28 10:58:08 +01:00 committed by Rushil Mehra
parent d8e821bae9
commit 6ca7b34fd0
2 changed files with 17 additions and 5 deletions

View File

@ -8,7 +8,7 @@ members = [
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "4.7.0" version = "4.8.0"
repository = "https://github.com/cloudflare/boring" repository = "https://github.com/cloudflare/boring"
edition = "2021" edition = "2021"
@ -19,9 +19,9 @@ tag-prefix = ""
publish = false publish = false
[workspace.dependencies] [workspace.dependencies]
boring-sys = { version = "4.7.0", path = "./boring-sys" } boring-sys = { version = "4.8.0", path = "./boring-sys" }
boring = { version = "4.7.0", path = "./boring" } boring = { version = "4.8.0", path = "./boring" }
tokio-boring = { version = "4.7.0", path = "./tokio-boring" } tokio-boring = { version = "4.8.0", path = "./tokio-boring" }
bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] } bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
cmake = "0.1.18" cmake = "0.1.18"

View File

@ -1,4 +1,16 @@
4.7.0 4.8.0
- 2024-06-28 Expose hmac_sha1 function
- 2024-06-18 Fix workflows file, pin mac os FIPS crossbuild runner to macos-13
- 2024-06-18 clippy: *::max_value() -> *::MAX
- 2024-06-18 Expose X509_check_host
- 2024-06-18 Expose SSL_add1_chain_cert
- 2024-06-18 Expose SSL_{set|clear}_mode
- 2024-06-18 Expose SSL_{get|set}_{max|min}_proto_version
- 2024-06-18 Add APIs to expose client and server cipher lists
- 2024-06-18 Expose SSL_CIPHER_is_aead and SSL_CIPHER_auth_nid
- 2024-06-18 Add NIDs for cipher authentication types
- 2024-06-14 Impl From for SslSignatureAlgorithm
- 2024-03-27 Updates license field to valid SPDX format
- 2024-05-31 Fix crosscompile - 2024-05-31 Fix crosscompile
- 2024-05-30 Expose hmac_sha256/512 functions - 2024-05-30 Expose hmac_sha256/512 functions