1. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 7705a46 Include platform.h unconditionally: gcm by Gilles Peskine · 2 years, 11 months ago
  3. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  4. 5d5f520 An initialization vector IV can have any number of bits between 1 and by openluopworld · 3 years, 9 months ago
  5. 9231d5f GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  6. 2bbafda Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  7. aa5f6a6 Move UINT32_BE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  8. 2222d68 Allow GCM selftest to skip non-12-byte IVs for ALT implementations by Steven Cooreman · 4 years, 7 months ago
  9. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  10. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  11. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  12. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  13. 67badb4 Secure array index in its bounds by k-stachowiak · 6 years ago
  14. ee3c435 Whitespace fix for ccm, gcm, and pkcs5 by Andrzej Kurek · 7 years ago
  15. c79e92b Rename remaining test data by Michał Janiszewski · 7 years ago
  16. 9aeea93 Rename globals to avoid shadowing by various function arguments by Michał Janiszewski · 7 years ago
  17. 21298a2 Improve parameter validation in mbedtls_gcm_free() by k-stachowiak · 7 years ago
  18. 8ffc92a Add parameter validation for the GCM module by k-stachowiak · 7 years ago
  19. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  20. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  21. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  22. 17196cd Merge remote-tracking branch 'upstream-public/pr/964' into development by Gilles Peskine · 8 years ago
  23. 1526330 Allow alternate implementation of GCM by Jaeden Amero · 8 years ago
  24. 5a21fd6 fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  25. d3e7e7d Add comment for skipped AES-192 test condition by Andres Amaya Garcia · 8 years ago
  26. 2a078da Run AES-GCM-192 selftest if available only by Andres Amaya Garcia · 8 years ago
  27. 821da84 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  28. 1e07562 Fix wrong length limit in GCM by Manuel Pégourié-Gonnard · 10 years ago
  29. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  30. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  31. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  32. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  33. 43b0857 Avoid memory leak with repeated [gc]ccm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  34. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  35. ccc3026 Fix bug introduced when splitting init functions by Manuel Pégourié-Gonnard · 10 years ago
  36. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  37. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  38. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  39. 28122e4 Add missing 'const' on selftest data by Manuel Pégourié-Gonnard · 10 years ago
  40. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  41. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  42. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  43. 85fadb7 Make loop bound more obvious by Manuel Pégourié-Gonnard · 10 years ago
  44. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  45. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  46. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  47. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  48. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  49. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  50. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  51. 7ee5562 gcm.c: remove dead store by Alfred Klomp · 11 years ago
  52. 8d77eee Fix integer suffix rejected by some MSVC versions by Manuel Pégourié-Gonnard · 11 years ago
  53. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  54. b46e6ad Check input lengths in GCM by Manuel Pégourié-Gonnard · 11 years ago
  55. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  56. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  57. 541529e Remove unused arrays. by Peter Vaskovic · 11 years ago
  58. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  59. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  60. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  61. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 12 years ago
  62. 073f0fa Fix missing error checking in gcm by Manuel Pégourié-Gonnard · 12 years ago
  63. d4588cf aesni_gcm_mult() now returns void by Manuel Pégourié-Gonnard · 12 years ago
  64. 80637c7 Use aesni_gcm_mult() if available by Manuel Pégourié-Gonnard · 12 years ago
  65. 9d57482 Add comments on GCM multiplication by Manuel Pégourié-Gonnard · 12 years ago
  66. dae7093 gcm_selftest depends on AES by Manuel Pégourié-Gonnard · 12 years ago
  67. 4fe9200 Fix memory leak in GCM by adding gcm_free() by Manuel Pégourié-Gonnard · 12 years ago
  68. a0558e0 Check that the cipher GCM receives is a 128-bit-based cipher by Paul Bakker · 12 years ago
  69. 43aff2a Moved GCM to use cipher layer instead of AES directly by Paul Bakker · 12 years ago
  70. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  71. 20d6a17 Make GCM tag check "constant-time" by Manuel Pégourié-Gonnard · 12 years ago
  72. 07f8fa5 GCM in the cipher layer, step 1 by Manuel Pégourié-Gonnard · 12 years ago
  73. 52cf16c Fixed multiple use of GCM-context bug due to split-up of GCM functions by Paul Bakker · 12 years ago
  74. b9d3cfa Split up GCM into a start/update/finish cycle by Paul Bakker · 12 years ago
  75. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  76. 169b7f4 Fixed gcm.c formatting (removed redundant spaces) by Paul Bakker · 12 years ago
  77. 0ecdb23 Cleanup of the GCM code by Paul Bakker · 12 years ago
  78. 09d6725 Modified to work in-place by Paul Bakker · 13 years ago
  79. 3d2dc0f Corrected GCM counter incrementation to use only 32-bits instead of 128-bits by Paul Bakker · 12 years ago
  80. 4a2bd0d - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch by Paul Bakker · 13 years ago
  81. 67f9d53 - Removed code breaking strict-aliasing by Paul Bakker · 13 years ago
  82. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  83. fc5183c - Added input checking and more efficient buffer overlap use by Paul Bakker · 13 years ago
  84. f916962 - Removed unused variables by Paul Bakker · 13 years ago
  85. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago