Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Mar 15, 2024
1 parent f28b37f commit e35ebb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Add x5u flag `R_FLAG_ALLOW_INFLATE` to manage compressed payload in JWS'
- Add x5u flag `R_FLAG_IGNORE_INFLATE` to manage compressed payload in JWEs
- Add functions `r_jws_get_inflate_payload`, `r_jwe_get_inflate_payload`, `r_jwt_get_inflate_claims_json_t`, `r_jwt_get_inflate_claims_str`, `r_jwe_advanced_decrypt_payload`
- Add functions `r_jwt_get_sign_header_str_value`, `r_jwt_get_sign_header_int_value`, `r_jwt_get_sign_header_json_t_value`, `r_jwt_get_full_sign_header_json_t`, `r_jwt_get_full_sign_header_str`, `r_jwt_get_enc_header_str_value`, `r_jwt_get_enc_header_int_value`, `r_jwt_get_enc_header_json_t_value`, `r_jwt_get_full_enc_header_json_t`, `r_jwt_get_full_enc_header_str`
- Breaking: Update compressed payload management. By default, payload in JWS' will not be compressed or decompressed, unless using the x5u flag `R_FLAG_ALLOW_INFLATE` on parse or when setting the payload

## 1.1.13
Expand Down

0 comments on commit e35ebb2

Please sign in to comment.