Skip to content

Commit

Permalink
0.17.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Mar 7, 2025
1 parent 000f235 commit 52b239c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ repository = "https://github.com/briansmith/ring"
rust-version = "1.66.0"

# Keep in sync with `links` below.
version = "0.17.10"
version = "0.17.13"

# Keep in sync with `version` above.
#
# build.rs verifies that this equals "ring_core_{major}_{minor}_{patch}_{pre}"
# as keeping this in sync with the symbol prefixing is crucial for ensuring
# the safety of multiple versions of *ring* being used in a program.
links = "ring_core_0_17_10_"
links = "ring_core_0_17_13_"

include = [
"LICENSE",
Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 0.17.13 (2025-03-06)
============================
Increased MSRV to 1.66.0 to avoid bugs in earlier versions so that we can
safely use `core::arch::x86_64::__cpuid` and `core::arch::x86::__cpuid` from
Rust in future releases.

AVX2-based VAES-CLMUL implementation. This will be a notable performance
improvement for most newish x86-64 systems. This will likely raise the minimum
binutils version supported for very old Linux distros.

Version 0.17.12 (2025-03-05)
============================
Bug fix: https://github.com/briansmith/ring/pull/2447 for denial of service (DoS).
Expand Down

0 comments on commit 52b239c

Please sign in to comment.