Skip to content

Commit 0e09166

Browse files
real-or-randomsipa
andcommitted
changelog: Catch up in preparation of 0.3.1
Co-authored-by: Pieter Wuille <[email protected]>
1 parent 7b7503d commit 0e09166

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
#### Security
11+
- Fix "constant-timeness" issue with Clang >=14 that could leave applications using libsecp256k1 vulnerable to a timing side-channel attack. The fix avoids secret-dependent control flow and secret-dependent memory accesses in conditional moves of memory objects when libsecp256k1 is compiled with Clang >=14.
12+
13+
#### Added
14+
- Added tests against [Project Wycheproof's](https://github.com/google/wycheproof/) set of ECDSA test vectors (Bitcoin "low-S" variant), a fixed set of test cases designed to trigger various edge cases.
15+
16+
#### Changed
17+
- Increased minimum required CMake version to 3.13. CMake builds remain experimental.
18+
1019
## [0.3.0] - 2023-03-08
1120

1221
#### Added

0 commit comments

Comments
 (0)