1. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
  2. 0a6272d revert padlock from aesni module by Jerry Yu · 2 years ago
  3. c628486 enable runtime detection when padlock enabled and plain c disabled by Jerry Yu · 2 years ago
  4. 7f17bd0 Merge remote-tracking branch 'origin/master' into master-update by Dave Rodgman · 2 years ago
  5. 3660623 Rename plain c option and update comments by Jerry Yu · 2 years, 3 months ago
  6. 3fcf2b5 Rename HAS_NO_PLAIN_C to DONT_USE_SOFTWARE_CRYPTO by Jerry Yu · 2 years, 3 months ago
  7. 315fd30 Rename plain c disable option by Jerry Yu · 2 years, 3 months ago
  8. 0d4f4e5 Add option to disable built-in aes implementation. by Jerry Yu · 2 years, 4 months ago
  9. 5ca3f0b Support compilation using CLang on Windows by SlugFiller · 2 years, 2 months ago
  10. 732ca32 AES: add macro of MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH by Arto Kinnunen · 2 years, 4 months ago
  11. 9c682e7 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  12. d0185f7 Fix typo in comment by Gilles Peskine · 2 years, 5 months ago
  13. dde3c65 Fix MSVC portability by Gilles Peskine · 2 years, 5 months ago
  14. dafeee4 Improve variable names by Gilles Peskine · 2 years, 5 months ago
  15. 02edb75 Get aesni.c compiling with Visual Studio by Tom Cosgrove · 2 years, 5 months ago
  16. d671917 AESNI: add implementation with intrinsics by Gilles Peskine · 2 years, 5 months ago
  17. 4e20144 Improve the presentation of assembly blocks by Gilles Peskine · 2 years, 5 months ago
  18. d0f9b0b Don't warn about Msan/Valgrind if AESNI isn't actually built by Gilles Peskine · 2 years, 5 months ago
  19. d4f31c8 Update bibliographic references by Gilles Peskine · 2 years, 5 months ago
  20. cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 7 months ago
  21. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  22. e3d8f31 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  23. dd76ef3 Refactor AES context to be shallow-copyable by Werner Lewis · 3 years, 2 months ago
  24. 187782f Move aesni.h to library by Chris Jones · 4 years, 5 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. 5053efd Warn if using a memory sanitizer on AESNI by Gilles Peskine · 7 years ago
  28. 6c8edca Fix build errors on x32 by using the generic 'add' instruction by James Cowgill · 10 years ago
  29. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  30. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  31. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  32. ba19432 Move from asm to __asm by default by Manuel Pégourié-Gonnard · 10 years ago
  33. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  34. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  35. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  36. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  37. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  38. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  39. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  40. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  41. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  42. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  43. 0534fd4 Change asm format to \n\t in aesni.c too by Manuel Pégourié-Gonnard · 11 years ago
  44. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  45. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  46. b1fd397 Adapt AES-NI code to "old" binutil versions by Manuel Pégourié-Gonnard · 11 years ago
  47. 93759b0 Made AES-NI bit-size specific key expansion functions static by Paul Bakker · 12 years ago
  48. e7f5133 Fixed superfluous return value in aesni.c by Paul Bakker · 12 years ago
  49. d4588cf aesni_gcm_mult() now returns void by Manuel Pégourié-Gonnard · 12 years ago
  50. 23c2f6f Add AES-NI key expansion for 192 bits by Manuel Pégourié-Gonnard · 12 years ago
  51. 4a5b995 Add AES-NI key expansion for 256 bits by Manuel Pégourié-Gonnard · 12 years ago
  52. 47a3536 Add AES-NI key expansion for 128 bits by Manuel Pégourié-Gonnard · 12 years ago
  53. 01e31bb Add support for key inversion using AES-NI by Manuel Pégourié-Gonnard · 12 years ago
  54. d333f67 Add aesni_gcm_mult() by Manuel Pégourié-Gonnard · 12 years ago
  55. 8eaf20b Allow detection of CLMUL by Manuel Pégourié-Gonnard · 12 years ago
  56. 5b68565 Add aesni_crypt_ecb() and use it by Manuel Pégourié-Gonnard · 12 years ago
  57. 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago