Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@babelouest babelouest released this 22 Aug 13:02
· 276 commits to master since this release
340f4f7
  • Use type rhn_int_t for integer property values instead of int
  • Rename r_jwks_import_from_str to r_jwks_import_from_json_str
  • Fix kty bugs with JWKs
  • Fix bug with r_jwe_compute_hmac_tag to work with AES-CBC keys larger than 32 bytes (Thanks wbanga!)
  • Force using *_unsecure functions to manage unsecured JWS or JWT with no signature
  • Use Nettle's ecc_point_mul instead of GnuTLS' ECDH implementation
  • Add macro RHONABWY_CHECK_VERSION
  • Rename R_KEY_TYPE_ECDSA to R_KEY_TYPE_EC