1. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 2 months ago
  2. bb2ced3 Ignore plaintext length for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  3. 5d7f6b1 Remove rendundat ctx->add_len check. by Mateusz Starzyk · 4 years ago
  4. 64f0b5f Return BAD_INPUT error for CCM context's erroneous state by Mateusz Starzyk · 4 years ago
  5. 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
  6. cbefb6b Merge branch 'development' into ccm_chunked by Mateusz Starzyk · 4 years ago
  7. d068785 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years ago
  8. 2194dc4 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  9. cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  10. 2f17549 Improve comment on local_output. by Mateusz Starzyk · 4 years ago
  11. b73c3ec Restore MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED as default ret. by Mateusz Starzyk · 4 years ago
  12. 62d22f9 Use additional state in CCM to track auth data input. by Mateusz Starzyk · 4 years ago
  13. 4f2dd8a Fix errors returned by CCM functions. by Mateusz Starzyk · 4 years ago
  14. f337850 Use const size buffer for local output in CCM decryption. by Mateusz Starzyk · 4 years ago
  15. c562788 Fix local buffer allocation conditions. by Mateusz Starzyk · 4 years ago
  16. c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
  17. 1bda945 Factor out common code from ccm decrypt functions. by Mateusz Starzyk · 4 years ago
  18. eb395c0 Move 'Authenticated decryption' comment. by Mateusz Starzyk · 4 years ago
  19. 22f7a35 Do not use output buffer for internal XOR during decryption. by Mateusz Starzyk · 4 years ago
  20. 36d3b89 Verify input data lengths. by Mateusz Starzyk · 4 years ago
  21. 2d5652a Move ccm error state handling. by Mateusz Starzyk · 4 years ago
  22. 5d97601 Remove ccm input validation. by Mateusz Starzyk · 4 years ago
  23. ca9dc8d Rename ccm_calculate_first_block function. by Mateusz Starzyk · 4 years ago
  24. c52220d Clear temporary buffer after block crypt operation. by Mateusz Starzyk · 4 years ago
  25. a9cbdfb Replace ccm status flags with bitshifts. by Mateusz Starzyk · 4 years ago
  26. 663055f Remove UPDATE_CBC macro and working b buffer. by Mateusz Starzyk · 4 years, 1 month ago
  27. 20bac2f Fix chunked ccm update. by Mateusz Starzyk · 4 years, 1 month ago
  28. 05e92d6 Fix crypt mode configuration. Validate parameters in chunked input functions. by Mateusz Starzyk · 4 years, 1 month ago
  29. 6a15bcf Add support for chunked plaintext/cyphertext input. by Mateusz Starzyk · 4 years, 1 month ago
  30. 2ad7d8e Replace CCM_CRYPT macro with a more versatile static function. by Mateusz Starzyk · 4 years, 1 month ago
  31. 3339245 Add chunked auth data support by Mateusz Starzyk · 4 years, 1 month ago
  32. eb2ca96 Store set lenghts in ccm context. by Mateusz Starzyk · 4 years, 1 month ago
  33. 88c4d62 Clear context state if previous operation failed. by Mateusz Starzyk · 4 years, 1 month ago
  34. 793692c Split ccm_auth function. by Mateusz Starzyk · 4 years, 1 month ago
  35. 89d469c Move working variables to ccm context structure by Mateusz Starzyk · 4 years, 1 month ago
  36. 5e940c6 Fix additional data length field check for CCM by Fredrik Strupe · 4 years, 10 months ago
  37. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  38. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  39. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  40. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  41. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  42. ee3c435 Whitespace fix for ccm, gcm, and pkcs5 by Andrzej Kurek · 7 years ago
  43. c79e92b Rename remaining test data by Michał Janiszewski · 7 years ago
  44. 9aeea93 Rename globals to avoid shadowing by various function arguments by Michał Janiszewski · 7 years ago
  45. 6adb057 Improve details of CCM parameter validation and documentation by k-stachowiak · 7 years ago
  46. f712534 Add missing validation code in CCM by k-stachowiak · 7 years ago
  47. ff8a098 Allow empty arguments in some CCM functions' parameter validation by k-stachowiak · 7 years ago
  48. fd42d53 Explicitly allow NULL as an argument to mbedtls_ccm_free() by k-stachowiak · 7 years ago
  49. 26d365e Add parameter validation for CCM by k-stachowiak · 7 years ago
  50. 1b9b217 enforce input and output of ccm selftest on stack by Ron Eldor · 7 years ago
  51. 4c57939 CCM*: Remove superfluous braces by Janos Follath · 7 years ago
  52. 997e85c CCM*: Remove nested if by Janos Follath · 7 years ago
  53. b5734a2 CCM*: Add implementation by Janos Follath · 7 years ago
  54. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  55. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  56. 222e2ff Allow alternate core implementation of CCM by Steven Cooreman · 8 years ago
  57. 88ffc08 Adds casts to zeroize functions to allow building as C++ by Simon Butcher · 9 years ago
  58. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  59. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  60. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  61. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  62. 43b0857 Avoid memory leak with repeated [gc]ccm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  63. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  64. ccc3026 Fix bug introduced when splitting init functions 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
  68. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  69. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  70. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 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. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 11 years ago
  77. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  78. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  79. 0f6b66d CCM operations allow input == output by Manuel Pégourié-Gonnard · 11 years ago
  80. aed6065 CCM source cosmetics/tune-ups by Manuel Pégourié-Gonnard · 11 years ago
  81. ce77d55 Implement ccm_auth_decrypt() by Manuel Pégourié-Gonnard · 11 years ago
  82. 0023233 Refactor to prepare for CCM decryption by Manuel Pégourié-Gonnard · 11 years ago
  83. 637eb3d Add ccm_encrypt_and_tag() by Manuel Pégourié-Gonnard · 11 years ago
  84. 9fe0d13 Add ccm_init/free() by Manuel Pégourié-Gonnard · 11 years ago
  85. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago