This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Release 1.0.0
- Use type
rhn_int_t
for integer property values instead ofint
- Rename
r_jwks_import_from_str
tor_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
toR_KEY_TYPE_EC