1. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  2. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  3. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  4. 142383e aes: xts: Add tests for invalid key sizes by Jaeden Amero · 7 years ago
  5. 425382d tests: Extend AES-XTS suite by Jaeden Amero · 7 years ago
  6. e5c4b07 tests: Make AES-XTS suite more stack friendly by Jaeden Amero · 7 years ago
  7. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 7 years ago
  8. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  9. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  10. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  11. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  12. fb67fae Add AES-XEX tests cases by Aorimn · 10 years ago
  13. b7836e1 Change AES OFB tests to memset sizeof buffer by Simon Butcher · 7 years ago
  14. e416bf9 Reduce stack usage for AES OFB tests by Simon Butcher · 7 years ago
  15. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  16. dbe7fbf Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  17. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  18. 0301884 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  19. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  20. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  21. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  22. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  23. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  24. 8cfd9d8 Adapt programs / test suites to _init() and _free() by Paul Bakker · 11 years ago
  25. 556efba Added AES CFB8 mode by Paul Bakker · 12 years ago
  26. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  27. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  28. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  29. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  30. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  31. cd43a0b - Adjusted to use proper size_t arguments by Paul Bakker · 14 years ago
  32. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  33. f3ccc68 - Fixed cipher interface for encrypt/decrypt functions by Paul Bakker · 15 years ago
  34. 2b222c8 - Changed interface for AES and Camellia setkey functions to indicate invalid key lengths. by Paul Bakker · 16 years ago
  35. 69998dd - Made code compliant with ISO99 (no-declaration-after-statement) by Paul Bakker · 16 years ago
  36. 3d36082 - Added test for self_test() by Paul Bakker · 16 years ago
  37. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago