1. 779a1a5 aria: remove leftover in comments by Valerio Setti · 1 year, 6 months ago
  2. ea3a611 aria: replace ARIA_VALIDATE_RET() with a simple "if" block by Valerio Setti · 1 year, 6 months ago
  3. a45a399 lib: remove NULL pointer checks performed with MBEDTLS_INTERNAL_VALIDATE[_RET] by Valerio Setti · 1 year, 6 months ago
  4. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
  5. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  6. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  7. 9141ad1 aria/camellia/des: guard setkey_dec by CIPHER_ENCRYPT_ONLY by Yanray Wang · 2 years ago
  8. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  9. 2d0f27d Make use of optimised bswap from ARIA by Dave Rodgman · 2 years, 8 months ago
  10. 5a1d00f Merge remote-tracking branch 'origin/development' into fast_xor by Dave Rodgman · 2 years, 8 months ago
  11. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  12. 7bb6b84 Use mbedtls_xor in ARIA by Dave Rodgman · 2 years, 8 months ago
  13. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  14. 9b0eb90 Rename ARIA_SELF_TEST_IF_FAIL by David Horstmann · 2 years, 9 months ago
  15. 0763ccf Refactor ARIA_SELF_TEST_IF_FAIL macro by David Horstmann · 2 years, 10 months ago
  16. a7aa80c Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 11 months ago
  17. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  18. 54550f7 Replace 3 byte shift with appropriate macro by Joe Subbiani · 4 years, 1 month ago
  19. cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  20. 6a50631 GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  21. 394bdd6 Document common.h and remove changelog by Joe Subbiani · 4 years, 1 month ago
  22. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  23. 54c6134 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  24. be89fea ARIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  25. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  26. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  27. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  28. d1a4762 Use mbedtls_printf instead of printf by Ron Eldor · 7 years ago
  29. 7124fb6 Use zeroize function from new platform_util by Manuel Pégourié-Gonnard · 7 years ago
  30. 2df4bfe Fix typo in comments by Manuel Pégourié-Gonnard · 7 years ago
  31. 565e4e0 Use more appropriate type for local variable by Manuel Pégourié-Gonnard · 7 years ago
  32. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
  33. 89924dd Wipe sensitive info from the stack by Manuel Pégourié-Gonnard · 7 years ago
  34. 12e2fbd Style adjustments by Manuel Pégourié-Gonnard · 7 years ago
  35. d418b0d Fix typo in comment by Manuel Pégourié-Gonnard · 7 years ago
  36. 366e1b0 aria: fix comment on aria_a function by Manuel Pégourié-Gonnard · 7 years ago
  37. 2166214 aria: improve compiler compat by using __asm by Manuel Pégourié-Gonnard · 7 years ago
  38. 2078725 aria: check arm arch version for asm by Manuel Pégourié-Gonnard · 7 years ago
  39. 7fc0879 aria: more whitespace fixes by Manuel Pégourié-Gonnard · 7 years ago
  40. 5ad88b6 aria: define constants for block size and max rounds by Manuel Pégourié-Gonnard · 7 years ago
  41. f3a46a9 aria: fix some typos in comments by Manuel Pégourié-Gonnard · 7 years ago
  42. c0bb66f aria: improve compiler inline compatibility by Manuel Pégourié-Gonnard · 7 years ago
  43. 4231e7f Fix some whitespace and other style issues by Manuel Pégourié-Gonnard · 7 years ago
  44. 377b2b6 aria: optimize byte perms on Arm by Manuel Pégourié-Gonnard · 7 years ago
  45. fb0e4f0 aria: optimise byte perms on Intel by Manuel Pégourié-Gonnard · 7 years ago
  46. cac5008 aria: define P3 macro by Manuel Pégourié-Gonnard · 7 years ago
  47. f205a01 aria: comment implementation of A transform by Manuel Pégourié-Gonnard · 7 years ago
  48. 35ad891 aria: internal names closer to standard document by Manuel Pégourié-Gonnard · 7 years ago
  49. 64744f8 aria: define SLA() as sl(a()) by Manuel Pégourié-Gonnard · 7 years ago
  50. 8c76a94 aria: turn macro into static inline function by Manuel Pégourié-Gonnard · 7 years ago
  51. a41ecda aria: closer to usual comment style by Manuel Pégourié-Gonnard · 7 years ago
  52. 5645393 aria: use mbedtls_zeroize() by Manuel Pégourié-Gonnard · 7 years ago
  53. c76ceb6 aria: move conditional outside of loop by Manuel Pégourié-Gonnard · 7 years ago
  54. 9cc8924 aria: use unsigned type for bit count by Manuel Pégourié-Gonnard · 7 years ago
  55. e1ad749 aria: clean up interface of internal macros by Manuel Pégourié-Gonnard · 7 years ago
  56. a6d639e aria: improve some comments & internal names by Manuel Pégourié-Gonnard · 7 years ago
  57. 6ba68d4 ARIA init and free by Markku-Juhani O. Saarinen · 8 years ago
  58. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  59. 259fa60 ARIA test vectors for CBC CFB CTR modes by Markku-Juhani O. Saarinen · 8 years ago
  60. 41efbaa ARIA cipher implementation by Markku-Juhani O. Saarinen · 8 years ago