Skip to content

Commit 5e8aaf6

Browse files
authored
Release 4.17.0 (#354)
1 parent 5609252 commit 5e8aaf6

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "4.16.0"
11+
version = "4.17.0"
1212
repository = "https://github.com/cloudflare/boring"
1313
edition = "2021"
1414

@@ -19,9 +19,9 @@ tag-prefix = ""
1919
publish = false
2020

2121
[workspace.dependencies]
22-
boring-sys = { version = "4.16.0", path = "./boring-sys" }
23-
boring = { version = "4.16.0", path = "./boring" }
24-
tokio-boring = { version = "4.16.0", path = "./tokio-boring" }
22+
boring-sys = { version = "4.17.0", path = "./boring-sys" }
23+
boring = { version = "4.17.0", path = "./boring" }
24+
tokio-boring = { version = "4.17.0", path = "./tokio-boring" }
2525

2626
bindgen = { version = "0.71.1", default-features = false, features = ["runtime"] }
2727
bytes = "1"

RELEASE_NOTES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

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

0 commit comments

Comments
 (0)