Skip to content

Release version 12

Compare
Choose a tag to compare
@sarroutbi sarroutbi released this 02 Feb 10:59
· 11 commits to master since this release
695a59d

What's Changed

  • Clean up some FreeBSD conditions (#98) (5a81837)
  • Add ES256K support (#90) (e6a7ae7)
  • Meson changes (#135) (c1569b7)
  • Update CI (#8) (#129) (253549a)
  • lib/openssl/rsaes.c: Fix issue where jose_hook_alg_find failed to find the … …existance of RSA_OAEP algorithm (58112df)
  • Increase test program/scripts timeout values (#131) (45367dd)
  • Fix test compilation warnings (#127) (aee1096)
  • Adapt alg_comp test to different zlib (#142) (4878253)
  • Use checkout v3 Github action to avoid warnings (#137) (6a639e2)
  • Alternative fix for fedora:rawide (#138) (55b11f5)
  • lib/openssl/hmac.c: rename hmac function to jhmac (#130) (33b9e0b)
  • jose: build library only as shared (#119) (b72f8ca)
  • meson: add option to disable building manpages (#118) (786b426)
  • Add a more descriptive error when jwk gen fails (#105) (cdb1030)
  • Use "command -v" instead of "which" (deprecated) (#125) (e1d66f1)
  • Test for jq existing (used in jose-jwe-enc test) (#124) (ddc0d2a)
  • Correct jose_jws.3 man page example (#122) (ad08d70)
  • lib/hsh.c: rename hsh local variable (#111) (3d5b287)
  • Avoid master word when possible (#120) (5bc6a92)
  • Fix github action CI by setting appropriate centos (a091f56)
  • Fix format of jose-jwe-enc man page (76924de)
  • Meson Fixes (320336b)
  • ci: make ubuntu:devel and fedora:rawhide not to fail the pipeline (1d15950)
  • ci: retry when installing the deps in debian/ubuntu (bfdbb6e)
  • ci: remove travis-ci (05d8e70)

Full Changelog: v11...v12