1. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 8474fe0 Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 10 months ago
  3. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  4. 6627fb2 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  5. ad1115a Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  6. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  7. e0b2687 Undef ASSERT before defining it to ensure that no previous definition by Ouss4 · 5 years ago
  8. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  9. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  10. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  11. c7bc9e1 Fix a few typos by Manuel Pégourié-Gonnard · 7 years ago
  12. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  13. 26c3b0a Fix return type of internal function by Manuel Pégourié-Gonnard · 7 years ago
  14. f4f01b6 Check return values from lower modules by Manuel Pégourié-Gonnard · 7 years ago
  15. 1729789 Misc style adjustments by Manuel Pégourié-Gonnard · 7 years ago
  16. 9620f9b Rm mbedtls_ prefix form static functions by Manuel Pégourié-Gonnard · 7 years ago
  17. fb78c90 Use recently-introduced platform_util module by Manuel Pégourié-Gonnard · 7 years ago
  18. 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 7 years ago
  19. c0dfcd4 Simplify selftest functions using macros by Manuel Pégourié-Gonnard · 7 years ago
  20. 59d2c30 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  21. 5ef92d3 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  22. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  23. 346b8d5 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  24. 56206c4 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 7 years ago
  25. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago[Renamed (64%) from library/aead_chacha20_poly1305.c]
  26. 4edd51b Rename poly1305_setkey() to poly1305_starts() by Manuel Pégourié-Gonnard · 7 years ago
  27. b7e9900 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 7 years ago
  28. 95d0bdb Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 7 years ago
  29. e6e7968 Minor style and formatting fixes. by Daniel King · 9 years ago
  30. b6897f6 Correct signedness of printf specifier in self tests by Daniel King · 9 years ago
  31. dedf4a3 Adjust verbose self-test output to match other ciphers. by Daniel King · 9 years ago
  32. a310c5e Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  33. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago