This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Releases: babelouest/rhonabwy
Releases · babelouest/rhonabwy
Release 1.1.13
- rnbyc: Serialize alg in JWK mode when using existing keys (Thanks @sjoerdsimons)
- rnbyc: check the validity of
enc
andalg
parameters - Set arbitrary download limit to 4MB
- Fix
r_jwt_validate_claims
when claimaud
is an array of strings (Thanks @spaceone) - Add claim
R_JWT_CLAIM_AMR
- cmake: split package build options in 3 (tar.gz, deb and rpm), and set all packages build to off by default
Release 1.1.12
- Fix the K for enc=AxxxCBC with alg=ECDH-ES for jwe (#28)
- cmake: remove
DownloadProject
feature, now dependencies must be previously installed - Improve cmake script
Release 1.1.11
- Check payload length is a multiple of block size before decrypting a jwe to avoid issues with old GnuTLS version (#24)
Release 1.1.10
- Build with flag
-Wconversion
- Small refactor
Release 1.1.9
- Minor bugfixes
- Add test cases
Release 1.1.8
- Fix build for 32 bits architectures
- Remove EC P-521 support for JWE ECDH-ES key management
Release 1.1.7
- Do not ignore whitespaces when parsing tokens
- Enforce key verification
- Security: Fix RSA-OAEP decryption key length check (CVE-2022-38493)
- Add examples
Release 1.1.6
- Fix pkg-config file with absolute path for
CMAKE_INSTALL_{INCLUDE,LIB}DIR
- Fix
CMAKE_MODULE_PATH
who was used as single value - Security: Fix possible buffer overflow on Key unwrapping with JWE AES GCM (CVE-2022-32096)
Release 1.1.5
- Improve jws and jwe parsing
Release 1.1.4
- Bugfixes
- Add
-S --self-signed
option to rnbyc to verify signatures when the public key is in included the header