1. 1990fab Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  2. f9604bb Fix docs to desribe written-into buffer parameter as writable by Yonatan Goldschmidt · 4 years, 11 months ago
  3. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  4. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  5. f0f8c09 Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  6. 874b604 Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 by Simon Butcher · 7 years ago
  7. 6009ece Increase strictness of NULL parameter validity in GCM's doxygen by k-stachowiak · 7 years ago
  8. 21298a2 Improve parameter validation in mbedtls_gcm_free() by k-stachowiak · 7 years ago
  9. 2ae7ae5 Doxygen comments improvement by k-stachowiak · 7 years ago
  10. 8ffc92a Add parameter validation for the GCM module by k-stachowiak · 7 years ago
  11. 8b0cf2e Include configuration file to headers by Ron Eldor · 7 years ago
  12. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  13. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  14. 0a0e08a mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do by Gilles Peskine · 7 years ago
  15. 80f679b Correct and clarify the documentation of GCM whole-message functions by Gilles Peskine · 7 years ago
  16. fa8f635 Add `MBEDTLS_SELF_TEST` check in header files by Ron Eldor · 8 years ago
  17. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  18. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  19. 6a7ebc4 Update gcm.h by Rose Zadik · 7 years ago
  20. 4e6d55d Add new modules to the refactoring by Ron Eldor · 7 years ago
  21. d8c4f61 Update gcm.h by Rose Zadik · 7 years ago
  22. 17b4f7f Improve GCM documentation by Rose Zadik · 8 years ago
  23. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  24. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  25. 1526330 Allow alternate implementation of GCM by Jaeden Amero · 8 years ago
  26. 821da84 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  27. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  28. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  29. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  30. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  31. ab22910 Just use stdint.h even with MSVC by Manuel Pégourié-Gonnard · 10 years ago
  32. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  33. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/gcm.h]
  34. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  35. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  36. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  37. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  38. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  39. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  40. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  41. a36d23e Fixed documentation issues found by clang by Paul Bakker · 12 years ago
  42. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  43. c214875 Added missing uint32_t def for Windows in gcm.h by Paul Bakker · 12 years ago
  44. 4fe9200 Fix memory leak in GCM by adding gcm_free() by Manuel Pégourié-Gonnard · 12 years ago
  45. 43aff2a Moved GCM to use cipher layer instead of AES directly by Paul Bakker · 12 years ago
  46. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  47. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  48. b9d3cfa Split up GCM into a start/update/finish cycle by Paul Bakker · 12 years ago
  49. 4a2bd0d - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch by Paul Bakker · 13 years ago
  50. ca4ab49 - Added GCM ciphersuites to TLS implementation by Paul Bakker · 13 years ago
  51. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago