1. 530927b Update copyright line to 2015 by Paul Bakker · 10 years ago
  2. e12abf9 Fix url by Manuel Pégourié-Gonnard · 11 years ago
  3. 0edee5e Update copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  4. 1d073c5 Add static and casts to prevent compiler warnings by Paul Bakker · 11 years ago
  5. 4467fb7 Check input lengths in GCM by Manuel Pégourié-Gonnard · 11 years ago
  6. 312da33 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  7. b55f578 Fix missing error checking in gcm by Manuel Pégourié-Gonnard · 12 years ago
  8. eae09db Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  9. f42e5cc Cleanup of the GCM code by Paul Bakker · 12 years ago
  10. 3d2dc0f Corrected GCM counter incrementation to use only 32-bits instead of 128-bits by Paul Bakker · 12 years ago
  11. 4a2bd0d - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch by Paul Bakker · 13 years ago
  12. 67f9d53 - Removed code breaking strict-aliasing by Paul Bakker · 13 years ago
  13. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  14. fc5183c - Added input checking and more efficient buffer overlap use by Paul Bakker · 13 years ago
  15. f916962 - Removed unused variables by Paul Bakker · 13 years ago
  16. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago