Release 4.17.0 (#354)

This commit is contained in:
Anthony Ramine 2025-05-28 11:53:09 +02:00 committed by GitHub
parent 560925293b
commit 5e8aaf63f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 4 deletions

View File

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

View File

@ -1,4 +1,20 @@
4.17.0
- 2025-05-27 Revert "feat(x509): Implement `Clone` for `X509Store` (#339)" (#353)
- 2025-05-14 Update bindgen from 0.70.1 -> 0.71.1.
- 2025-05-19 Add `X509_STORE_CTX_get0_cert` interface
- 2025-05-18 boring(ssl): use `corresponds` macro in `add_certificate_compression_algorithm`
- 2025-02-14 Update Cargo.toml
- 2025-02-13 build: Fix the build for 32-bit Linux platform
- 2025-05-20 rustfmt ;(
- 2025-05-20 Fix linking SystemFunction036 from advapi32 in Rust 1.87
- 2025-05-20 Clippy
- 2025-05-01 add SslCurve::X25519_MLKEM768 constant
- 2025-04-17 Use ubuntu-latest for all ci jobs
- 2025-04-16 fix clippy error
- 2025-04-15 expose SSL_set_compliance_policy
- 2025-04-07 feat(x509): Implement `Clone` for `X509Store` (#339)
4.16.0
- 2025-03-31 Add fips-precompiled feature to support newer versions of FIPS (#338)
- 2025-03-18 Document linking to C++ standard library (#335)