1. 8cd4bc4 Merge pull request #8124 from yanrayw/support_cipher_encrypt_only by Dave Rodgman · 1 year, 8 months ago
  2. c44042d Merge pull request #7905 from lpy4105/issue/misc-improvement by Dave Rodgman · 1 year, 8 months ago
  3. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
  4. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  5. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  6. 800f2b7 AES-NI: use target attributes for x86 32-bit intrinsics by Beniamin Sandu · 1 year, 9 months ago
  7. 3898f10 Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows by Sergey Markelov · 1 year, 10 months ago
  8. aa01ee3 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 10 months ago
  9. 6f0259e AESNI: improve comments on some guards in aesni.h by Pengyu Lv · 1 year, 11 months ago
  10. 380be5a AESNI: add macro guard of CIPHER_ENCRYPT_ONLY by Yanray Wang · 2 years ago
  11. f65f71e improve various issues by Jerry Yu · 2 years ago
  12. d6e312d replace aesni target detection macros by Jerry Yu · 2 years ago
  13. 0a6272d revert padlock from aesni module by Jerry Yu · 2 years ago
  14. 35b59d7 exclude arm64ec mode for aesni by Jerry Yu · 2 years ago
  15. 3ce0398 Add compiler cflags error message by Jerry Yu · 2 years ago
  16. c628486 enable runtime detection when padlock enabled and plain c disabled by Jerry Yu · 2 years ago
  17. e62ff09 Restore aesni for i386 by Jerry Yu · 2 years ago
  18. 240bb11 Add gnu check for aseni assembly code by Jerry Yu · 2 years ago
  19. 8189f32 improve aesni check for x86_64 by Jerry Yu · 2 years ago
  20. 9c0b7d1 Remove unnecessary name check tag by Jerry Yu · 2 years ago
  21. 02b1519 move accelerator checks to `aes.c` by Jerry Yu · 2 years, 3 months ago
  22. 3660623 Rename plain c option and update comments by Jerry Yu · 2 years, 4 months ago
  23. 8840a8c fix wrong checks by Jerry Yu · 2 years, 4 months ago
  24. 3fcf2b5 Rename HAS_NO_PLAIN_C to DONT_USE_SOFTWARE_CRYPTO by Jerry Yu · 2 years, 4 months ago
  25. 4d030f3 Add check for no aes implementation provided by Jerry Yu · 2 years, 4 months ago
  26. 315fd30 Rename plain c disable option by Jerry Yu · 2 years, 4 months ago
  27. 0d4f4e5 Add option to disable built-in aes implementation. by Jerry Yu · 2 years, 4 months ago
  28. 96a9e6a Address test review comments by Dave Rodgman · 2 years, 2 months ago
  29. e07c670 Allow all.sh to override intrinsics vs asm selection by Dave Rodgman · 2 years, 2 months ago
  30. 6365a68 Prefer intrinsics over asm for AES-NI by Dave Rodgman · 2 years, 2 months ago
  31. 36b9e47 Fix preprocessor conditional by Gilles Peskine · 2 years, 5 months ago
  32. 30e9f2a Finish sentence in comment by Gilles Peskine · 2 years, 5 months ago
  33. 9c682e7 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  34. 9af58cd New preprocessor symbol indicating that AESNI support is present by Gilles Peskine · 2 years, 5 months ago
  35. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  36. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  37. 187782f Move aesni.h to library by Chris Jones · 4 years, 5 months ago[Renamed from include/mbedtls/aesni.h]
  38. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  39. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  40. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  41. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  42. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  43. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  44. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  45. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  46. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  47. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/aesni.h]
  48. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  49. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  50. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  51. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  52. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  53. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  54. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  55. d4588cf aesni_gcm_mult() now returns void by Manuel Pégourié-Gonnard · 12 years ago
  56. 47a3536 Add AES-NI key expansion for 128 bits by Manuel Pégourié-Gonnard · 12 years ago
  57. 01e31bb Add support for key inversion using AES-NI by Manuel Pégourié-Gonnard · 12 years ago
  58. d333f67 Add aesni_gcm_mult() by Manuel Pégourié-Gonnard · 12 years ago
  59. 8eaf20b Allow detection of CLMUL by Manuel Pégourié-Gonnard · 12 years ago
  60. 5b68565 Add aesni_crypt_ecb() and use it by Manuel Pégourié-Gonnard · 12 years ago
  61. 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago