File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ repository = "https://github.com/briansmith/ring"
1414rust-version = " 1.66.0"
1515
1616# Keep in sync with `links` below.
17- version = " 0.17.10 "
17+ version = " 0.17.13 "
1818
1919# Keep in sync with `version` above.
2020#
2121# build.rs verifies that this equals "ring_core_{major}_{minor}_{patch}_{pre}"
2222# as keeping this in sync with the symbol prefixing is crucial for ensuring
2323# the safety of multiple versions of *ring* being used in a program.
24- links = " ring_core_0_17_10_ "
24+ links = " ring_core_0_17_13_ "
2525
2626include = [
2727 " LICENSE" ,
Original file line number Diff line number Diff line change 1+ Version 0.17.13 (2025-03-06)
2+ ============================
3+ Increased MSRV to 1.66.0 to avoid bugs in earlier versions so that we can
4+ safely use ` core::arch::x86_64::__cpuid ` and ` core::arch::x86::__cpuid ` from
5+ Rust in future releases.
6+
7+ AVX2-based VAES-CLMUL implementation. This will be a notable performance
8+ improvement for most newish x86-64 systems. This will likely raise the minimum
9+ binutils version supported for very old Linux distros.
10+
111Version 0.17.12 (2025-03-05)
212============================
313Bug fix: https://github.com/briansmith/ring/pull/2447 for denial of service (DoS).
You can’t perform that action at this time.
0 commit comments