1. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  2. 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 7 months ago
  3. bd7528a ccm/gcm: use BLOCK_CIPHER whenever possible by Valerio Setti · 1 year, 8 months ago
  4. 69928db Fix compile warning from IAR by Dave Rodgman · 1 year, 8 months ago
  5. d0eebc1 ccm/gcm: improve code maintainability 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, 9 months ago
  7. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  8. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  9. d26a3d6 Eliminate duplicate ct memcmp by Dave Rodgman · 1 year, 11 months ago
  10. f4efd19 Reduce code size in ccm by Dave Rodgman · 2 years ago
  11. 85a8813 Use fewer bits for block_size by Dave Rodgman · 2 years, 1 month ago
  12. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  13. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  14. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  15. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  16. 0d3b55b Use mbedtls_xor in ccm by Dave Rodgman · 2 years, 8 months ago
  17. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 2 months ago
  18. bb2ced3 Ignore plaintext length for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  19. 5d7f6b1 Remove rendundat ctx->add_len check. by Mateusz Starzyk · 4 years ago
  20. 64f0b5f Return BAD_INPUT error for CCM context's erroneous state by Mateusz Starzyk · 4 years ago
  21. 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
  22. cbefb6b Merge branch 'development' into ccm_chunked by Mateusz Starzyk · 4 years ago
  23. d068785 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years ago
  24. 2194dc4 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  25. cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  26. 2f17549 Improve comment on local_output. by Mateusz Starzyk · 4 years ago
  27. b73c3ec Restore MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED as default ret. by Mateusz Starzyk · 4 years ago
  28. 62d22f9 Use additional state in CCM to track auth data input. by Mateusz Starzyk · 4 years ago
  29. 4f2dd8a Fix errors returned by CCM functions. by Mateusz Starzyk · 4 years ago
  30. f337850 Use const size buffer for local output in CCM decryption. by Mateusz Starzyk · 4 years ago
  31. c562788 Fix local buffer allocation conditions. by Mateusz Starzyk · 4 years ago
  32. c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
  33. 1bda945 Factor out common code from ccm decrypt functions. by Mateusz Starzyk · 4 years ago
  34. eb395c0 Move 'Authenticated decryption' comment. by Mateusz Starzyk · 4 years ago
  35. 22f7a35 Do not use output buffer for internal XOR during decryption. by Mateusz Starzyk · 4 years ago
  36. 36d3b89 Verify input data lengths. by Mateusz Starzyk · 4 years ago
  37. 2d5652a Move ccm error state handling. by Mateusz Starzyk · 4 years ago
  38. 5d97601 Remove ccm input validation. by Mateusz Starzyk · 4 years ago
  39. ca9dc8d Rename ccm_calculate_first_block function. by Mateusz Starzyk · 4 years ago
  40. c52220d Clear temporary buffer after block crypt operation. by Mateusz Starzyk · 4 years ago
  41. a9cbdfb Replace ccm status flags with bitshifts. by Mateusz Starzyk · 4 years ago
  42. 663055f Remove UPDATE_CBC macro and working b buffer. by Mateusz Starzyk · 4 years, 1 month ago
  43. 20bac2f Fix chunked ccm update. by Mateusz Starzyk · 4 years, 1 month ago
  44. 05e92d6 Fix crypt mode configuration. Validate parameters in chunked input functions. by Mateusz Starzyk · 4 years, 1 month ago
  45. 6a15bcf Add support for chunked plaintext/cyphertext input. by Mateusz Starzyk · 4 years, 1 month ago
  46. 2ad7d8e Replace CCM_CRYPT macro with a more versatile static function. by Mateusz Starzyk · 4 years, 1 month ago
  47. 3339245 Add chunked auth data support by Mateusz Starzyk · 4 years, 1 month ago
  48. eb2ca96 Store set lenghts in ccm context. by Mateusz Starzyk · 4 years, 1 month ago
  49. 88c4d62 Clear context state if previous operation failed. by Mateusz Starzyk · 4 years, 1 month ago
  50. 793692c Split ccm_auth function. by Mateusz Starzyk · 4 years, 1 month ago
  51. 89d469c Move working variables to ccm context structure by Mateusz Starzyk · 4 years, 1 month ago
  52. 5e940c6 Fix additional data length field check for CCM by Fredrik Strupe · 4 years, 10 months ago
  53. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  54. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  55. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  56. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  57. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  58. ee3c435 Whitespace fix for ccm, gcm, and pkcs5 by Andrzej Kurek · 7 years ago
  59. c79e92b Rename remaining test data by Michał Janiszewski · 7 years ago
  60. 9aeea93 Rename globals to avoid shadowing by various function arguments by Michał Janiszewski · 7 years ago
  61. 6adb057 Improve details of CCM parameter validation and documentation by k-stachowiak · 7 years ago
  62. f712534 Add missing validation code in CCM by k-stachowiak · 7 years ago
  63. ff8a098 Allow empty arguments in some CCM functions' parameter validation by k-stachowiak · 7 years ago
  64. fd42d53 Explicitly allow NULL as an argument to mbedtls_ccm_free() by k-stachowiak · 7 years ago
  65. 26d365e Add parameter validation for CCM by k-stachowiak · 7 years ago
  66. 1b9b217 enforce input and output of ccm selftest on stack by Ron Eldor · 7 years ago
  67. 4c57939 CCM*: Remove superfluous braces by Janos Follath · 7 years ago
  68. 997e85c CCM*: Remove nested if by Janos Follath · 7 years ago
  69. b5734a2 CCM*: Add implementation by Janos Follath · 7 years ago
  70. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  71. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  72. 222e2ff Allow alternate core implementation of CCM by Steven Cooreman · 8 years ago
  73. 88ffc08 Adds casts to zeroize functions to allow building as C++ by Simon Butcher · 9 years ago
  74. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  75. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  76. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  77. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  78. 43b0857 Avoid memory leak with repeated [gc]ccm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  79. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  80. ccc3026 Fix bug introduced when splitting init functions by Manuel Pégourié-Gonnard · 10 years ago
  81. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  82. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  83. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  84. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  85. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  86. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  87. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  88. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  89. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  90. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  91. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  92. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 11 years ago
  93. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  94. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  95. 0f6b66d CCM operations allow input == output by Manuel Pégourié-Gonnard · 11 years ago
  96. aed6065 CCM source cosmetics/tune-ups by Manuel Pégourié-Gonnard · 11 years ago
  97. ce77d55 Implement ccm_auth_decrypt() by Manuel Pégourié-Gonnard · 11 years ago
  98. 0023233 Refactor to prepare for CCM decryption by Manuel Pégourié-Gonnard · 11 years ago
  99. 637eb3d Add ccm_encrypt_and_tag() by Manuel Pégourié-Gonnard · 11 years ago
  100. 9fe0d13 Add ccm_init/free() by Manuel Pégourié-Gonnard · 11 years ago