1. 2711ad7 Merge remote-tracking branch 'public/pr/1736' into development by Simon Butcher · 7 years ago
  2. 66a8903 Fix for missing len var when XTS config'd and CTR not by Simon Butcher · 7 years ago
  3. 6755905 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 7 years ago
  4. 2ff0e52 Fix missing preprocessor condition in AES self-test by Simon Butcher · 7 years ago
  5. 8cfc75f aes: xts: Fix style issues with gf128mul by Jaeden Amero · 7 years ago
  6. 5f0b06a aes: xts: Fix description of gf128mul by Jaeden Amero · 7 years ago
  7. 21d79cf aes: Add self test for AES-XTS by Jaeden Amero · 7 years ago
  8. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 7 years ago
  9. d82cd86 aes: xts: Rewrite to avoid use of goto by Jaeden Amero · 7 years ago
  10. 0a8b020 aes: xts: Enforce NIST SP 800-38E data unit size by Jaeden Amero · 7 years ago
  11. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  12. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  13. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  14. 010c2cb gf128mul: Inline instead of making a new module by Jaeden Amero · 7 years ago
  15. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  16. 380162c Double perf for AES-XEX by Aorimn · 9 years ago
  17. 9bbe363 Rename exported symbols to please check-names.sh by Aorimn · 9 years ago
  18. 0089d36 Implement AES-XEX mode by Aorimn · 9 years ago
  19. 5db1362 Clarify documentation for AES OFB by Simon Butcher · 7 years ago
  20. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  21. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  22. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  23. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  24. 3f7f817 Check invalid nc_off by Mohammad Azim Khan · 8 years ago
  25. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  26. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  27. 8645e90 Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed by Jaeden Amero · 7 years ago
  28. 8db3efb Add missing MBEDTLS_DEPRECATED_REMOVED guards by Gilles Peskine · 7 years ago
  29. 17196cd Merge remote-tracking branch 'upstream-public/pr/964' into development by Gilles Peskine · 8 years ago
  30. bedc205 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 8 years ago
  31. ad049a9 Replace #if(n)def by #if (!)defined by Hanno Becker · 8 years ago
  32. d3e7e7d Add comment for skipped AES-192 test condition by Andres Amaya Garcia · 8 years ago
  33. 58f98c2 Run AES-192 selftest if available only by Andres Amaya Garcia · 8 years ago
  34. 177d3cf Rename and document new configuration option for packing AES tables by Hanno Becker · 8 years ago
  35. 2fd1bb8 Add option to use smaller AES tables (table sizes reduced by 6144 bytes) by Jussi Kivilinna · 10 years ago
  36. f5bf718 Change return type of AES decrypt and encrypt by Andres AG · 8 years ago
  37. 4b541be Fix unused variable in AES selftest when CBC and CFB disabled (#393) by Jussi Kivilinna · 9 years ago
  38. 88ffc08 Adds casts to zeroize functions to allow building as C++ by Simon Butcher · 9 years ago
  39. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  40. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  41. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  42. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  43. 31993f2 Add per-function override for AES by Manuel Pégourié-Gonnard · 10 years ago
  44. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  45. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  46. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  47. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  48. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  49. ceedb82 Fix possible portability issue 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. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  56. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  57. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  58. afd5a08 Minor tune-up in aes code by Manuel Pégourié-Gonnard · 11 years ago
  59. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  60. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  61. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  62. 1ec220b Add missing #ifdefs in aes.h by Manuel Pégourié-Gonnard · 11 years ago
  63. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  64. 556efba Added AES CFB8 mode by Paul Bakker · 12 years ago
  65. 0d0de92 Only specify done label in aes.c when AES-NI is possible by Paul Bakker · 12 years ago
  66. bfa3c9a Remove temporary code by Manuel Pégourié-Gonnard · 12 years ago
  67. 47a3536 Add AES-NI key expansion for 128 bits by Manuel Pégourié-Gonnard · 12 years ago
  68. 01e31bb Add support for key inversion using AES-NI by Manuel Pégourié-Gonnard · 12 years ago
  69. 8eaf20b Allow detection of CLMUL by Manuel Pégourié-Gonnard · 12 years ago
  70. 5b68565 Add aesni_crypt_ecb() and use it by Manuel Pégourié-Gonnard · 12 years ago
  71. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  72. 90995b5 Added mechanism to provide alternative cipher / hash implementations by Paul Bakker · 12 years ago
  73. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  74. 0e19e9f - Minor define change to prevent warning by Paul Bakker · 13 years ago
  75. 67820bd - Only include padlock header when POLARSSL_PADLOCK_C is defined by Paul Bakker · 13 years ago
  76. 369e14b - Small code rewrite by Paul Bakker · 13 years ago
  77. 048d04e - AES code only check for Padlock once by Paul Bakker · 13 years ago
  78. 27fdf46 - Removed deprecated casts to int for now unsigned values by Paul Bakker · 14 years ago
  79. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  80. e91d01e - Fixed typo by Paul Bakker · 14 years ago
  81. b6ecaf5 - Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC by Paul Bakker · 14 years ago
  82. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  83. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  84. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  85. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  86. f3ccc68 - Fixed cipher interface for encrypt/decrypt functions by Paul Bakker · 15 years ago
  87. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  88. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  89. 2b222c8 - Changed interface for AES and Camellia setkey functions to indicate invalid key lengths. by Paul Bakker · 16 years ago
  90. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  91. 864801e - Added license replacement script by Paul Bakker · 17 years ago
  92. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  93. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  94. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago