1. 4f1e64e Backport 1.3: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  2. 6ad5d94 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  3. c050144 Fix wrong length limit in GCM by Manuel Pégourié-Gonnard · 10 years ago
  4. 6197761 Fix memleak with repeated [gc]cm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  5. 28122e4 Add missing 'const' on selftest data by Manuel Pégourié-Gonnard · 10 years ago
  6. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  7. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  8. 85fadb7 Make loop bound more obvious by Manuel Pégourié-Gonnard · 10 years ago
  9. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  10. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  11. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  12. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  13. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  14. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  15. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  16. 7ee5562 gcm.c: remove dead store by Alfred Klomp · 11 years ago
  17. 8d77eee Fix integer suffix rejected by some MSVC versions by Manuel Pégourié-Gonnard · 11 years ago
  18. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  19. b46e6ad Check input lengths in GCM by Manuel Pégourié-Gonnard · 11 years ago
  20. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  21. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  22. 541529e Remove unused arrays. by Peter Vaskovic · 11 years ago
  23. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  24. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  25. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  26. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  27. 073f0fa Fix missing error checking in gcm by Manuel Pégourié-Gonnard · 12 years ago
  28. d4588cf aesni_gcm_mult() now returns void by Manuel Pégourié-Gonnard · 12 years ago
  29. 80637c7 Use aesni_gcm_mult() if available by Manuel Pégourié-Gonnard · 12 years ago
  30. 9d57482 Add comments on GCM multiplication by Manuel Pégourié-Gonnard · 12 years ago
  31. dae7093 gcm_selftest depends on AES by Manuel Pégourié-Gonnard · 12 years ago
  32. 4fe9200 Fix memory leak in GCM by adding gcm_free() by Manuel Pégourié-Gonnard · 12 years ago
  33. a0558e0 Check that the cipher GCM receives is a 128-bit-based cipher by Paul Bakker · 12 years ago
  34. 43aff2a Moved GCM to use cipher layer instead of AES directly by Paul Bakker · 12 years ago
  35. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  36. 20d6a17 Make GCM tag check "constant-time" by Manuel Pégourié-Gonnard · 12 years ago
  37. 07f8fa5 GCM in the cipher layer, step 1 by Manuel Pégourié-Gonnard · 12 years ago
  38. 52cf16c Fixed multiple use of GCM-context bug due to split-up of GCM functions by Paul Bakker · 12 years ago
  39. b9d3cfa Split up GCM into a start/update/finish cycle by Paul Bakker · 12 years ago
  40. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  41. 169b7f4 Fixed gcm.c formatting (removed redundant spaces) by Paul Bakker · 12 years ago
  42. 0ecdb23 Cleanup of the GCM code by Paul Bakker · 12 years ago
  43. 09d6725 Modified to work in-place by Paul Bakker · 13 years ago
  44. 3d2dc0f Corrected GCM counter incrementation to use only 32-bits instead of 128-bits by Paul Bakker · 12 years ago
  45. 4a2bd0d - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch by Paul Bakker · 13 years ago
  46. 67f9d53 - Removed code breaking strict-aliasing by Paul Bakker · 13 years ago
  47. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  48. fc5183c - Added input checking and more efficient buffer overlap use by Paul Bakker · 13 years ago
  49. f916962 - Removed unused variables by Paul Bakker · 13 years ago
  50. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago