Skip to content

Commit 162dad4

Browse files
committed
merge the ChangeLog.md entry for 0.6.2.4 into 1.0.0
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 7018b56 commit 162dad4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
* use OpenSSL 3.x non-deprecated APIs only; closes #25
66
* add support for the "EdDSA" (Ed25519/Ed448) signing algorithm using CFRG Elliptic Curve Diffie-Hellman (ECDH)
77
* remove support for importing JWS with alg "none"
8+
9+
<a name="v0.6.2.4"></a>
10+
## [v0.6.2.4](https://github.com/OpenIDC/cjose/compare/v0.6.2.3...v0.6.2.4) (2025-06-12)
811
* fix memory leak in ECDH-ES JWE encryption/decryption
9-
* fix rsa_q = NULL assignment in jwk.c _RSA_private_fields
12+
* fix rsa_q = NULL initialization in _RSA_private_fields
1013
* fix memory allocation check (typo) in jwk.c (https://github.com/OpenIDC/cjose/security/code-scanning/2)
1114
* fix gcc10 errors for -Werror=ignored-qualifiers and remove unused includes ((https://github.com/OpenIDC/cjose/pull/26); thanks @s-ymgch228
15+
* re-generate automake/autoconf files with automake v1.17 and libtool v2.5.4
1216

1317
<a name="v0.6.2.3"></a>
1418
## [v0.6.2.3](https://github.com/OpenIDC/cjose/compare/v0.6.2.2...v0.6.2.3) (2024-04-24)

0 commit comments

Comments
 (0)