1. a6ac0f1 Replaced MBEDTLS_GCM_LARGETABLE by MBEDTLS_GCM_LARGE_TABLE. Removed empty comment line in doc block. by Matthias Schulz · 1 year, 6 months ago
  2. 4a9610b Remove comments referencing private defines. by Matthias Schulz · 1 year, 6 months ago
  3. 7826678 Fix: by Matthias Schulz · 1 year, 6 months ago
  4. 0767fda Enhance GCM throughput using larger precalculated tables. Also refactored the code for shorter tables and moved the check for available accelerators to the context initialization code. by Matthias Schulz · 1 year, 6 months ago
  5. bd7528a ccm/gcm: use BLOCK_CIPHER whenever possible by Valerio Setti · 1 year, 8 months ago
  6. 9b7a8b2 ccm/gcm: reaplace CIPHER_C functions with BLOCK_CIPHER_C ones by Valerio Setti · 1 year, 8 months ago
  7. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  8. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  9. 30bd7fa Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. by Mateusz Starzyk · 3 years, 9 months ago
  10. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
  11. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  12. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  13. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  14. bd513bb Enable multiple calls to mbedtls_gcm_update_ad. by Mateusz Starzyk · 4 years, 2 months ago
  15. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  16. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 2 months ago
  17. af5b26a Fix parameter names in documentation by Gilles Peskine · 4 years, 2 months ago
  18. fe561fe Doxygen: use \p for parameter names by Gilles Peskine · 4 years, 2 months ago
  19. b7bb0687 Rework and reword the guarantees on output_size by Gilles Peskine · 4 years, 2 months ago
  20. d9380b5 Document reasons for MBEDTLS_ERR_GCM_BAD_INPUT in update and finish by Gilles Peskine · 4 years, 2 months ago
  21. 8e8cdd1 Add some information about the multipart calling sequence by Gilles Peskine · 4 years, 2 months ago
  22. 518fdb0 Fix size/length confusion in documentation by Gilles Peskine · 4 years, 2 months ago
  23. 5211818 Fix copypasta in the description of mbedtls_gcm_update_ad by Gilles Peskine · 4 years, 2 months ago
  24. 295fc13 Split mbedtls_gcm_update_ad out of mbedtls_gcm_starts by Gilles Peskine · 4 years, 3 months ago
  25. a56c448 Add output length parameters to mbedtls_gcm_update by Gilles Peskine · 4 years, 3 months ago
  26. 9461e45 Add output parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 3 months ago
  27. 441907e Remove alignment requirement for mbedtls_gcm_update: documentation by Gilles Peskine · 4 years, 4 months ago
  28. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  29. 6e2af09 Fix docs to desribe written-into buffer parameter as writable by Yonatan Goldschmidt · 4 years, 11 months ago
  30. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  31. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  32. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  33. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  34. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  35. 0a0e08a mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do by Gilles Peskine · 7 years ago
  36. 80f679b Correct and clarify the documentation of GCM whole-message functions by Gilles Peskine · 7 years ago
  37. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  38. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  39. 6a7ebc4 Update gcm.h by Rose Zadik · 7 years ago
  40. 4e6d55d Add new modules to the refactoring by Ron Eldor · 7 years ago
  41. d8c4f61 Update gcm.h by Rose Zadik · 7 years ago
  42. 17b4f7f Improve GCM documentation by Rose Zadik · 8 years ago
  43. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  44. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  45. 1526330 Allow alternate implementation of GCM by Jaeden Amero · 8 years ago
  46. 821da84 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  47. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  48. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  49. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  50. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  51. ab22910 Just use stdint.h even with MSVC by Manuel Pégourié-Gonnard · 10 years ago
  52. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  53. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/gcm.h]
  54. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  55. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  56. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  57. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  58. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  59. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  60. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  61. a36d23e Fixed documentation issues found by clang by Paul Bakker · 12 years ago
  62. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  63. c214875 Added missing uint32_t def for Windows in gcm.h by Paul Bakker · 12 years ago
  64. 4fe9200 Fix memory leak in GCM by adding gcm_free() by Manuel Pégourié-Gonnard · 12 years ago
  65. 43aff2a Moved GCM to use cipher layer instead of AES directly by Paul Bakker · 12 years ago
  66. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  67. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  68. b9d3cfa Split up GCM into a start/update/finish cycle by Paul Bakker · 12 years ago
  69. 4a2bd0d - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch by Paul Bakker · 13 years ago
  70. ca4ab49 - Added GCM ciphersuites to TLS implementation by Paul Bakker · 13 years ago
  71. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago