1. 447a38f MINOR: jwt: Add support for RSA-PSS signatures (PS256 algorithm) by Remi Tricot-Le Breton · Tue Mar 07 17:43:57 2023 +0100
  2. a0658c3 BUG/MINOR: jwt: Wrong return value checked by Remi Tricot-Le Breton · Fri Jan 20 09:37:26 2023 +0100
  3. 5a8f02a BUG/MEDIUM: jwt: Properly process ecdsa signatures (concatenated R and S params) by Remi Tricot-Le Breton · Wed Jan 18 15:32:28 2023 +0100
  4. d544d33 BUG/MINOR: jwt: Memory leak if same key is used in multiple jwt_verify calls by Remi Tricot-Le Breton · Fri Feb 04 14:24:15 2022 +0100
  5. 2b5a655 BUG/MINOR: jwt: Missing pkey free during cleanup by Remi Tricot-Le Breton · Fri Feb 04 14:21:02 2022 +0100
  6. 4930c6c BUG/MINOR: jwt: Double free in deinit function by Remi Tricot-Le Breton · Fri Feb 04 14:06:34 2022 +0100
  7. 7266350 BUG/MINOR: jwt: Fix jwt_parse_alg incorrectly returning JWS_ALG_NONE by Remi Tricot-Le Breton · Wed Nov 03 12:23:54 2021 +0100
  8. e0c1d74 CLEANUP: jwt: Remove the use of a trash buffer in jwt_jwsverify_rsa_ecdsa() by Tim Duesterhus · Mon Oct 18 18:40:29 2021 +0200
  9. c87d3c2 CLEANUP: jwt: Remove the use of a trash buffer in jwt_jwsverify_hmac() by Tim Duesterhus · Mon Oct 18 18:40:28 2021 +0200
  10. 8abed17 MINOR: jwt: Do not rely on enum order anymore by Remi Tricot-Le Breton · Mon Oct 18 15:14:48 2021 +0200
  11. 0b24d2f MINOR: jwt: Empty the certificate tree during deinit by Remi Tricot-Le Breton · Mon Oct 18 15:14:47 2021 +0200
  12. ce16db4 BUG/MINOR: jwt: use CRYPTO_memcmp() to compare HMACs by Willy Tarreau · Fri Oct 15 11:52:41 2021 +0200
  13. 468c000 BUG/MEDIUM: jwt: fix base64 decoding error detection by Willy Tarreau · Fri Oct 15 11:41:16 2021 +0200
  14. 130e142 MEDIUM: jwt: Add jwt_verify converter to verify JWT integrity by Remi Tricot-Le Breton · Fri Oct 01 15:36:58 2021 +0200
  15. 0a72f5e MINOR: jwt: jwt_header_query and jwt_payload_query converters by Remi Tricot-Le Breton · Fri Oct 01 15:36:57 2021 +0200
  16. 864089e MINOR: jwt: Insert public certificates into dedicated JWT tree by Remi Tricot-Le Breton · Fri Oct 01 15:36:56 2021 +0200
  17. e0d3c00 MINOR: jwt: JWT tokenizing helper function by Remi Tricot-Le Breton · Fri Oct 01 15:36:55 2021 +0200
  18. 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · Fri Oct 01 15:36:54 2021 +0200