Skip to content

Releases: babelouest/rhonabwy

Release 1.1.13

15 Nov 18:01
89d7741
Compare
Choose a tag to compare
  • rnbyc: Serialize alg in JWK mode when using existing keys (Thanks @sjoerdsimons)
  • rnbyc: check the validity of enc and alg parameters
  • Set arbitrary download limit to 4MB
  • Fix r_jwt_validate_claims when claim aud 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

16 Sep 21:50
88af8a8
Compare
Choose a tag to compare
  • 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

08 Feb 14:11
393fc07
Compare
Choose a tag to compare
  • 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

05 Jan 15:15
cbef92a
Compare
Choose a tag to compare
  • Build with flag -Wconversion
  • Small refactor

Release 1.1.9

15 Oct 16:44
25cf755
Compare
Choose a tag to compare
  • Minor bugfixes
  • Add test cases

Release 1.1.8

21 Aug 14:11
9ab9008
Compare
Choose a tag to compare
  • Fix build for 32 bits architectures
  • Remove EC P-521 support for JWE ECDH-ES key management

Release 1.1.7

20 Aug 12:52
f6b9aa5
Compare
Choose a tag to compare
  • 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

29 May 13:01
775a8e8
Compare
Choose a tag to compare
  • 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

24 Apr 19:59
95415a7
Compare
Choose a tag to compare
  • Improve jws and jwe parsing

Release 1.1.4

09 Apr 00:02
986c78e
Compare
Choose a tag to compare
  • Bugfixes
  • Add -S --self-signed option to rnbyc to verify signatures when the public key is in included the header