Commit 2723abb 1 parent 85d5c0a commit 2723abb Copy full SHA for 2723abb
File tree 2 files changed +12
-2
lines changed
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"
14
14
rust-version = " 1.66.0"
15
15
16
16
# Keep in sync with `links` below.
17
- version = " 0.17.13 "
17
+ version = " 0.17.14 "
18
18
19
19
# Keep in sync with `version` above.
20
20
#
21
21
# build.rs verifies that this equals "ring_core_{major}_{minor}_{patch}_{pre}"
22
22
# as keeping this in sync with the symbol prefixing is crucial for ensuring
23
23
# the safety of multiple versions of *ring* being used in a program.
24
- links = " ring_core_0_17_13_ "
24
+ links = " ring_core_0_17_14_ "
25
25
26
26
include = [
27
27
" LICENSE" ,
Original file line number Diff line number Diff line change
1
+ Version 0.17.14 (2025-03-11)
2
+ ============================
3
+ Fixed a performance bug in the AVX2-based AES-GCM implementation added in
4
+ * ring* 0.17.13. This will be another notable performance improvement for most
5
+ newish x86-64 systems. The performance issue impacted not just AES-GCM.
6
+
7
+ Compatibility with GNU binutils 2.29 (used on Amazon Linux 2), and probably
8
+ even earlier versions, was restored. It is expected that * ring* 0.17.14 will
9
+ build on all the systems that 0.17.12 would build on.
10
+
1
11
Version 0.17.13 (2025-03-06)
2
12
============================
3
13
Increased MSRV to 1.66.0 to avoid bugs in earlier versions so that we can
You can’t perform that action at this time.
0 commit comments