1. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  3. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  4. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  5. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  6. ee3c435 Whitespace fix for ccm, gcm, and pkcs5 by Andrzej Kurek · 7 years ago
  7. c79e92b Rename remaining test data by Michał Janiszewski · 7 years ago
  8. 9aeea93 Rename globals to avoid shadowing by various function arguments by Michał Janiszewski · 7 years ago
  9. 6adb057 Improve details of CCM parameter validation and documentation by k-stachowiak · 7 years ago
  10. f712534 Add missing validation code in CCM by k-stachowiak · 7 years ago
  11. ff8a098 Allow empty arguments in some CCM functions' parameter validation by k-stachowiak · 7 years ago
  12. fd42d53 Explicitly allow NULL as an argument to mbedtls_ccm_free() by k-stachowiak · 7 years ago
  13. 26d365e Add parameter validation for CCM by k-stachowiak · 7 years ago
  14. 1b9b217 enforce input and output of ccm selftest on stack by Ron Eldor · 7 years ago
  15. 4c57939 CCM*: Remove superfluous braces by Janos Follath · 7 years ago
  16. 997e85c CCM*: Remove nested if by Janos Follath · 7 years ago
  17. b5734a2 CCM*: Add implementation by Janos Follath · 7 years ago
  18. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  19. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  20. 222e2ff Allow alternate core implementation of CCM by Steven Cooreman · 8 years ago
  21. 88ffc08 Adds casts to zeroize functions to allow building as C++ by Simon Butcher · 9 years ago
  22. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  23. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  24. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  25. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  26. 43b0857 Avoid memory leak with repeated [gc]ccm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  27. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  28. ccc3026 Fix bug introduced when splitting init functions by Manuel Pégourié-Gonnard · 10 years ago
  29. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  30. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  31. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  32. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  33. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  34. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  35. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  36. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  37. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  38. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  39. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  40. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 11 years ago
  41. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  42. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  43. 0f6b66d CCM operations allow input == output by Manuel Pégourié-Gonnard · 11 years ago
  44. aed6065 CCM source cosmetics/tune-ups by Manuel Pégourié-Gonnard · 11 years ago
  45. ce77d55 Implement ccm_auth_decrypt() by Manuel Pégourié-Gonnard · 11 years ago
  46. 0023233 Refactor to prepare for CCM decryption by Manuel Pégourié-Gonnard · 11 years ago
  47. 637eb3d Add ccm_encrypt_and_tag() by Manuel Pégourié-Gonnard · 11 years ago
  48. 9fe0d13 Add ccm_init/free() by Manuel Pégourié-Gonnard · 11 years ago
  49. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago