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