1. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 1222ae6 Rename local variable in aes.c by Jerzy Kasenberg · 1 year, 10 months ago
  3. 7fb6fc6 padlock: introduce MBEDTLS_VIA_PADLOCK_HAVE_CODE by Pengyu Lv · 1 year, 11 months ago
  4. aaec137 Update links to Rijndael paper and NIST SP 800-90 DRBGs by Tom Cosgrove · 2 years ago
  5. f72b837 Fix order of endif comments by Dave Rodgman · 2 years, 1 month ago
  6. 1d0033e Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  7. 1ce92e4 Correct #endif comments by Dave Rodgman · 2 years, 1 month ago
  8. a4a3373 Correct comments on #endif's by Dave Rodgman · 2 years, 1 month ago
  9. 584b62f code style by Dave Rodgman · 2 years, 1 month ago
  10. 9d3b633 Fix comment by Dave Rodgman · 2 years, 1 month ago
  11. 5c047d9 More dependency fixes by Dave Rodgman · 2 years, 1 month ago
  12. 36c8e58 Fix unused variable by Dave Rodgman · 2 years, 1 month ago
  13. dbae184 Fix unused variable if MBEDTLS_AES_SETKEY_ENC_ALT and MBEDTLS_AES_DECRYPT_ALT set by Dave Rodgman · 2 years, 1 month ago
  14. 9b20aea Fix unused fn when MBEDTLS_AES_SETKEY_DEC_ALT and MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  15. 1e6f770 Fix unused function when MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  16. 2c942a3 Fix code style nit by Tom Cosgrove · 2 years, 5 months ago
  17. 20458c0 Have selftest print more information about the AESNI build by Tom Cosgrove · 2 years, 5 months ago
  18. 3b53cae Remove references to MBEDTLS_AESCE_C and MBEDTLS_HAVE_ARM64 by Tom Cosgrove · 2 years, 5 months ago
  19. 58550ac Fix merge errors in backporting by Tom Cosgrove · 2 years, 5 months ago
  20. 6dec541 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  21. b71d402 Clean up AES context alignment code by Gilles Peskine · 2 years, 5 months ago
  22. 30c356c Use consistent guards for padlock code by Gilles Peskine · 2 years, 5 months ago
  23. 6978e73 Fix unaligned access if the context is moved during operation by Gilles Peskine · 2 years, 5 months ago
  24. e7dc21f AESNI: add implementation with intrinsics by Gilles Peskine · 2 years, 5 months ago
  25. 2c8ad94 AES, GCM selftest: indicate which implementation is used by Gilles Peskine · 2 years, 5 months ago
  26. 5511a34 New preprocessor symbol indicating that AESNI support is present by Gilles Peskine · 2 years, 5 months ago
  27. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  28. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  29. 8ffd8a6 Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
  30. 8474fe0 Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 10 months ago
  31. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  32. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  33. 95f2324 Merge pull request #4845 from mstarzyk-mobica/ecb-alt-ret-2.2x by Gilles Peskine · 3 years, 10 months ago
  34. 15a7420 Silence warnings about unused return value by Mateusz Starzyk · 4 years ago
  35. 377a310 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  36. 1bd5d7d Add UINT64 GET and PUT macros by Joe Subbiani · 4 years, 1 month ago
  37. 6b897c9 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  38. 9231d5f GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  39. 2bbafda Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  40. 4fb7555 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  41. cac5536 Merge pull request #3823 from gabor-mezei-arm/3818_MBEDTLS_AES_SETKEY_DEC_ALT_excludes_MBEDTLS_CIPHER_MODE_XTS by Gilles Peskine · 4 years, 9 months ago
  42. 95db301 Make the aes xts methods independent from MBEDTLS_AES_SETKEY_DEC_ALT by gabor-mezei-arm · 4 years, 9 months ago
  43. 5197c66 Put local variables in a struct by Gilles Peskine · 5 years ago
  44. ee4d4eb Remove a useless zeroization by Gilles Peskine · 5 years ago
  45. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  46. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  47. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  48. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  49. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  50. 96ae5cd Zeroize local AES variables before exiting the function by Andrzej Kurek · 6 years ago
  51. 818bac5 Add further missing brackets around macro parameters by Hanno Becker · 7 years ago
  52. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  53. e55e103 Fix off-by-one in iv_off check and add tests by Manuel Pégourié-Gonnard · 7 years ago
  54. 5b89c09 Add check for iv_off in AES-CFB128 and AES-OFB by Manuel Pégourié-Gonnard · 7 years ago
  55. 998a358 Make a check more explicit in aes.c by Manuel Pégourié-Gonnard · 7 years ago
  56. eb6d396 Fix some whitespace issues in aes.c by Manuel Pégourié-Gonnard · 7 years ago
  57. 2bc535b Add parameter validation for AES-CTR by Manuel Pégourié-Gonnard · 7 years ago
  58. 8e41eb7 Add parameter validation for AES-OFB by Manuel Pégourié-Gonnard · 7 years ago
  59. 1677cca Add parameter validation for AES-CFB functions by Manuel Pégourié-Gonnard · 7 years ago
  60. 191af13 Add param validation for mbedtls_aes_crypt_xts() by Manuel Pégourié-Gonnard · 7 years ago
  61. 3178d1a Add param validation for mbedtls_aes_crypt_cbc() by Manuel Pégourié-Gonnard · 7 years ago
  62. 1aca260 Add parameter validation for mbedtls_aes_crypt_ecb() by Manuel Pégourié-Gonnard · 7 years ago
  63. 68e3dff Add parameter validation XTS setkey functions by Manuel Pégourié-Gonnard · 7 years ago
  64. 44c5d58 Document AES functions and fix free() functions by Manuel Pégourié-Gonnard · 7 years ago
  65. 0e9cddb Introduce generic validation macros by Manuel Pégourié-Gonnard · 7 years ago
  66. 5201e41 Add optional parameter validation to the AES module by Simon Butcher · 7 years ago
  67. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 7 years ago
  68. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  69. a74faba aes: xts: Correct NIST 80-38E to 800-38E by Jaeden Amero · 7 years ago
  70. 8381fcb aes: xts: Update inaccurate comments by Jaeden Amero · 7 years ago
  71. 2711ad7 Merge remote-tracking branch 'public/pr/1736' into development by Simon Butcher · 7 years ago
  72. 66a8903 Fix for missing len var when XTS config'd and CTR not by Simon Butcher · 7 years ago
  73. 6755905 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 7 years ago
  74. 2ff0e52 Fix missing preprocessor condition in AES self-test by Simon Butcher · 7 years ago
  75. 8cfc75f aes: xts: Fix style issues with gf128mul by Jaeden Amero · 7 years ago
  76. 5f0b06a aes: xts: Fix description of gf128mul by Jaeden Amero · 7 years ago
  77. 21d79cf aes: Add self test for AES-XTS by Jaeden Amero · 7 years ago
  78. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 7 years ago
  79. d82cd86 aes: xts: Rewrite to avoid use of goto by Jaeden Amero · 7 years ago
  80. 0a8b020 aes: xts: Enforce NIST SP 800-38E data unit size by Jaeden Amero · 7 years ago
  81. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  82. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  83. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  84. 010c2cb gf128mul: Inline instead of making a new module by Jaeden Amero · 7 years ago
  85. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  86. 380162c Double perf for AES-XEX by Aorimn · 9 years ago
  87. 9bbe363 Rename exported symbols to please check-names.sh by Aorimn · 10 years ago
  88. 0089d36 Implement AES-XEX mode by Aorimn · 10 years ago
  89. 5db1362 Clarify documentation for AES OFB by Simon Butcher · 7 years ago
  90. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  91. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  92. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  93. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  94. 3f7f817 Check invalid nc_off by Mohammad Azim Khan · 8 years ago
  95. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  96. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  97. 8645e90 Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed by Jaeden Amero · 7 years ago
  98. 8db3efb Add missing MBEDTLS_DEPRECATED_REMOVED guards by Gilles Peskine · 7 years ago
  99. 17196cd Merge remote-tracking branch 'upstream-public/pr/964' into development by Gilles Peskine · 8 years ago
  100. bedc205 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 8 years ago