We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1be81 commit f74f9f3Copy full SHA for f74f9f3
2 files changed
CHANGELOG.md
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
11
## [Unreleased]
12
13
+## [v2.3.0]
14
+- Fix for CVE-2024-54150: https://github.com/xmidt-org/cjwt/commit/096ab3e37f73c914b716e7259589179f363265fd
15
+- When using HSxxx signing types, the new option `OPT_ALLOW_ONLY_HS_ALG` is required.
16
+ This ensures that public/private keys can't be mistakenly accepted as symmetric
17
+ algorithem ciphers.
18
+
19
## [v2.2.1]
20
- Bump the version to trigger a full release.
21
meson.build
@@ -4,7 +4,7 @@
4
# SPDX-License-Identifier: Apache-2.0
5
6
project('cjwt', 'c',
7
- version: '2.2.1',
+ version: '2.3.0',
8
license: ['Apache-2.0'],
9
meson_version: '>= 0.60.3',
default_options: ['c_std=c99',
0 commit comments