Skip to content

Release version 11

Compare
Choose a tag to compare
@sergio-correia sergio-correia released this 07 May 13:52
· 37 commits to master since this release
145c41a
  • Migrate build system to Meson (e7bc250)
  • Change default JWK thumbprint algorithm to SHA-256 (55814f5)
  • Allow building on FreeBSD variants (#89)
  • openssl: declare OPENSSL_API_COMPAT 1.1.1 (7cadeff)
  • openssl: rsa: use openssl3 limitations for public exponent (62649e3)
  • openssl: decode private exponent when converting jwk -> RSA (d8b8818)
  • man: sort the several jose-fmt options in alphabetical order (2fb027a)
  • Use asciidoc as the manual page source format (bf65e50)
  • openssl: add missing va_end() calls in copy_val() (1f4319a)
  • Fix compilation without deprecated OpenSSL APIs. (5a172da)
  • José manpages have forward apostrophes instead of ASCII ones (abecf48)
  • Fixes #49: Typos in manpages, drop trailing whitespace (a0d3a33)
  • Move protected header signature prefix into core (8711e37)
  • Update hooks to execute on in-place JWKs (0331f7c)
  • Fix type collision (e1b3f51)
  • Add support for RSA-OAEP-224, RSA-OAEP-384 and RSA-OAEP-512 (9ec5bf7)
  • Fix minor FILE* leak (198f720)