1. d544d33 BUG/MINOR: jwt: Memory leak if same key is used in multiple jwt_verify calls by Remi Tricot-Le Breton · 2 years, 10 months ago
  2. 2b5a655 BUG/MINOR: jwt: Missing pkey free during cleanup by Remi Tricot-Le Breton · 2 years, 10 months ago
  3. 4930c6c BUG/MINOR: jwt: Double free in deinit function by Remi Tricot-Le Breton · 2 years, 10 months ago
  4. 7266350 BUG/MINOR: jwt: Fix jwt_parse_alg incorrectly returning JWS_ALG_NONE by Remi Tricot-Le Breton · 3 years, 1 month ago
  5. e0c1d74 CLEANUP: jwt: Remove the use of a trash buffer in jwt_jwsverify_rsa_ecdsa() by Tim Duesterhus · 3 years, 1 month ago
  6. c87d3c2 CLEANUP: jwt: Remove the use of a trash buffer in jwt_jwsverify_hmac() by Tim Duesterhus · 3 years, 1 month ago
  7. 8abed17 MINOR: jwt: Do not rely on enum order anymore by Remi Tricot-Le Breton · 3 years, 1 month ago
  8. 0b24d2f MINOR: jwt: Empty the certificate tree during deinit by Remi Tricot-Le Breton · 3 years, 1 month ago
  9. ce16db4 BUG/MINOR: jwt: use CRYPTO_memcmp() to compare HMACs by Willy Tarreau · 3 years, 2 months ago
  10. 468c000 BUG/MEDIUM: jwt: fix base64 decoding error detection by Willy Tarreau · 3 years, 2 months ago
  11. 130e142 MEDIUM: jwt: Add jwt_verify converter to verify JWT integrity by Remi Tricot-Le Breton · 3 years, 2 months ago
  12. 0a72f5e MINOR: jwt: jwt_header_query and jwt_payload_query converters by Remi Tricot-Le Breton · 3 years, 2 months ago
  13. 864089e MINOR: jwt: Insert public certificates into dedicated JWT tree by Remi Tricot-Le Breton · 3 years, 2 months ago
  14. e0d3c00 MINOR: jwt: JWT tokenizing helper function by Remi Tricot-Le Breton · 3 years, 2 months ago
  15. 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · 3 years, 2 months ago