1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  3. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  4. 64754e1 Wrap long lines by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  5. 340808c Add comments on error codes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  6. 48bae02 Avoid hardcoding a size by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  7. cf99beb Improve naming consistency by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  8. 29088a4 Avoid duplicate program names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  9. 6fdc9e8 Move aead_non_psa out of the psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago[Renamed (97%) from programs/psa/aead_psa.c]
  10. 248b385 Add comments to AEAD (non-PSA) examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  11. fd1d13c Avoid requiring too much C99 support by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  12. 7d5ef17 Split aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago[Renamed (61%) from programs/psa/aead_cipher_psa.c]
  13. 1a45c71 Fix cleanup code by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  14. 3aae30c Use PSA macros for buffer sizes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  15. beef9c2 Use better names for dummy data by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  16. 428a97e Improve option names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  17. 0e725c3 Improve introductory comments. by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  18. aab5258 Avoid using %zu, not supported everywhere yet. by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  19. 24e82de Fix type of temporary variable by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  20. 763641a Rm use of non-standard __func__ in example programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  21. 9efbf53 Declare incompatibility in new programs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  22. ecffd96 Silence compiler warning in example program by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  23. 398d459 Add example program psa/aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 7 months ago