Skip to content

Commit 2a514ed

Browse files
authored
cmov v0.4.4 (#1333)
### Security - Fix non-constant-time assembly being emitted from portable backend on `thumbv6m-none-eabi` (#1332)
1 parent 5597725 commit 2a514ed

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmov/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.4.4 (2026-01-14)
8+
### Security
9+
- Fix non-constant-time assembly being emitted from portable backend on `thumbv6m-none-eabi` ([#1332])
10+
11+
[#1332]: https://github.com/RustCrypto/utils/pull/1332
12+
713
## 0.4.3 (2025-12-27)
814
### Fixed
915
- `aarch64` ASM bug ([#1299])

cmov/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmov"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

cmov/LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022-2025 The RustCrypto Project Developers
1+
Copyright (c) 2022-2026 The RustCrypto Project Developers
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)