1. d3450da Re-order mbedtls_ccm_context by Dave Rodgman · 1 year, 11 months ago
  2. f4efd19 Reduce code size in ccm by Dave Rodgman · 2 years ago
  3. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  4. 7de19dd Remove invalid comments in CCM API by Mateusz Starzyk · 3 years, 9 months ago
  5. bb2ced3 Ignore plaintext length for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  6. 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 3 years, 11 months ago
  7. e40ae6b Fix typo by Mateusz Starzyk · 3 years, 11 months ago
  8. a42f953 Improve documentation for CCM's `processed` variable. by Mateusz Starzyk · 4 years ago
  9. 4f2dd8a Fix errors returned by CCM functions. by Mateusz Starzyk · 4 years ago
  10. f337850 Use const size buffer for local output in CCM decryption. by Mateusz Starzyk · 4 years ago
  11. 22f7a35 Do not use output buffer for internal XOR during decryption. by Mateusz Starzyk · 4 years ago
  12. 4df9ac4 Reorganize ccm context structure. by Mateusz Starzyk · 4 years ago
  13. 663055f Remove UPDATE_CBC macro and working b buffer. by Mateusz Starzyk · 4 years, 1 month ago
  14. eb2ca96 Store set lenghts in ccm context. by Mateusz Starzyk · 4 years, 1 month ago
  15. 793692c Split ccm_auth function. by Mateusz Starzyk · 4 years, 1 month ago
  16. 89d469c Move working variables to ccm context structure by Mateusz Starzyk · 4 years, 1 month ago
  17. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  18. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  19. 82c48c9 Adjust tag_len documentation for the mbedtls_ccm_finish(). by Mateusz Starzyk · 4 years, 1 month ago
  20. 98d45b9 Add missing tag_len in ccm api. by Mateusz Starzyk · 4 years, 1 month ago
  21. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  22. e13d308 Add invalid context as a possible reason for _BAD_INPUT error code by Ronald Cron · 4 years, 2 months ago
  23. 542957d Add some API calling order documentation by Ronald Cron · 4 years, 2 months ago
  24. 7c41cd2 Split operation start and the declaration of data lengths by Ronald Cron · 4 years, 2 months ago
  25. 51584c6 Prefer ad to add as shorthand for additional/associated data by Ronald Cron · 4 years, 2 months ago
  26. ff92479 Wording improvement by Ronald Cron · 4 years, 2 months ago
  27. 84cb8e0 Add invalid mode as mbedtls_ccm_start() possible error by Ronald Cron · 4 years, 2 months ago
  28. b87fe01 Remove buffer overlap considerations by Ronald Cron · 4 years, 2 months ago
  29. 86e6c9f Improve expected context state for some APIs by Ronald Cron · 4 years, 2 months ago
  30. 0cc60f9 Improve some length parameter descriptions by Ronald Cron · 4 years, 2 months ago
  31. c0cc7ba Change from total_input_len to plaintext_len as parameter name by Ronald Cron · 4 years, 2 months ago
  32. eabc3af Align length and additional data shorthand in parameter names by Ronald Cron · 4 years, 2 months ago
  33. 4c2a379 State explicitly that multi-part CCM is not implemented in Mbed TLS yet by Ronald Cron · 4 years, 2 months ago
  34. 9ca2550 Fix mbedtls_ccm_finish() error code description by Ronald Cron · 4 years, 2 months ago
  35. 2d40b10 Fix mbedtls_ccm_update() buffered output description by Ronald Cron · 4 years, 2 months ago
  36. d1a29a9 Align mbedtls_ccm_update_ad() and mbedtls_ccm_update() descriptions by Ronald Cron · 4 years, 2 months ago
  37. 5905f91 Improve mbedtls_ccm_starts() description by Ronald Cron · 4 years, 2 months ago
  38. 266694e Define CCM multi-part API by Ronald Cron · 4 years, 2 months ago
  39. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  40. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  41. 6e2af09 Fix docs to desribe written-into buffer parameter as writable by Yonatan Goldschmidt · 4 years, 11 months ago
  42. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  43. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  44. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  45. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  46. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  47. 143b319 CCM*: Make documentation consistent by Janos Follath · 7 years ago
  48. 6b4bd3d CCM*: Improve documentation by Janos Follath · 7 years ago
  49. 5dc8cfa CCM*: Add public API by Janos Follath · 7 years ago
  50. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  51. 379b95c Update ccm.h by Rose Zadik · 7 years ago
  52. 477dce1 Update ccm.h by Rose Zadik · 7 years ago
  53. ef87179 Update ccm.h by Rose Zadik · 7 years ago
  54. bd9571a Update ccm.h by Rose Zadik · 7 years ago
  55. 4e6d55d Add new modules to the refactoring by Ron Eldor · 7 years ago
  56. 4ee9d24 Update ccm.h by Rose Zadik · 7 years ago
  57. ffb6efd Fix doxygen documentation for CCM encryption by Mathieu Briand · 7 years ago
  58. eecdbea Improve CCM documentation by Rose Zadik · 8 years ago
  59. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  60. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  61. 222e2ff Allow alternate core implementation of CCM by Steven Cooreman · 8 years ago
  62. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  63. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  64. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  65. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  66. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  67. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ccm.h]
  68. 9b66990 Fix typos in macro names by Manuel Pégourié-Gonnard · 10 years ago
  69. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  70. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  71. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  72. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  73. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  74. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  75. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  76. 0f6b66d CCM operations allow input == output by Manuel Pégourié-Gonnard · 11 years ago
  77. 0023233 Refactor to prepare for CCM decryption by Manuel Pégourié-Gonnard · 11 years ago
  78. 637eb3d Add ccm_encrypt_and_tag() by Manuel Pégourié-Gonnard · 11 years ago
  79. 9fe0d13 Add ccm_init/free() by Manuel Pégourié-Gonnard · 11 years ago
  80. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago