1. 53546ea Update library version number to 2.13.1 by Simon Butcher · 7 years ago mbedtls-2.13.1
  2. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 7 years ago
  3. 6f032a6 Merge remote-tracking branch 'public/pr/1963' into development by Simon Butcher · 7 years ago
  4. 6b13afe Fix indentation by Ron Eldor · 7 years ago
  5. 9434713 Move the assertion by Ron Eldor · 7 years ago
  6. 2c069df Fix typo in test_suite_entropy.function by Mohammad Azim Khan · 7 years ago
  7. 446227a Enhance nist_kw with some NULL buffers tests by Ron Eldor · 7 years ago
  8. 5cb7017 Less obscure test suites template by Mohammad Azim Khan · 7 years ago
  9. d2d0112 Style fixes by Mohammad Azim Khan · 7 years ago
  10. 8d686bf Incorporated code revoew comments. by Azim Khan · 7 years ago
  11. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  12. 62a5d7d Document status/error codes in helper.function by Azim Khan · 7 years ago
  13. cfd8342 Use integer instead of string as test result by Mohammad Azim Khan · 7 years ago
  14. 0fa3504 Add missing MSVC typedefs by Azim Khan · 7 years ago
  15. b73159d Remove white spaces caught by check-files.py by Mohammad Azim Khan · 7 years ago
  16. ddde34c Remove git conflict marker from test_suite_timing.function by Mohammad Azim Khan · 7 years ago
  17. 7613534 Fix gcc-7 -Wformat-truncation warning by Mohammad Azim Khan · 7 years ago
  18. 05d83fa Put parentheses around macro arguments by Azim Khan · 8 years ago
  19. 36e5fac Rephrase confusing function description by Azim Khan · 8 years ago
  20. 317efe8 Adapt new test gcm_bad_parameters() to on target testing changes by Azim Khan · 8 years ago
  21. 9540261 Incorporated code review comments by Mohammad Azim Khan · 8 years ago
  22. b1c2d0f Use switch instead if if-else for dependency and expression checks. by Azim Khan · 8 years ago
  23. d61a438 incorporate code review comment in embedded_test.function by Azim Khan · 8 years ago
  24. 13c6bfb Gaurd test suite headers with suite dependency by Azim Khan · 8 years ago
  25. cf32c45 Add missing headers and fix name change issues by Mohammad Azim Khan · 8 years ago
  26. 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 8 years ago
  27. 191e904 Replace old template and code generator with new ones. Keep names by Azim Khan · 8 years ago
  28. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  29. 5cfc068 Fix name conflict in function params after hexify/unhexify change by Azim Khan · 8 years ago
  30. 3e5d000 Update Greentea API header by Azim Khan · 8 years ago
  31. 47b4060 Fix RSA test suite bugged by hexify/unhexify change by Azim Khan · 8 years ago
  32. 392267a Fix missing data in the RSA test vectors file by Azim Khan · 8 years ago
  33. b3a103c Put else in it's own line by Azim Khan · 8 years ago
  34. d59391a Add support for sending hex parameters by Azim Khan · 8 years ago
  35. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  36. 184447e Add proper handling of hex data by Azim Khan · 8 years ago
  37. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  38. 9079170 Adapt code for scripting out hexify/unhexify code by Azim Khan · 8 years ago
  39. 3499a9e Add hex comparison function by Azim Khan · 8 years ago
  40. 0574632 Update Greentea client API calls by Azim Khan · 8 years ago
  41. ee6c018 Unify test setup errors for sending to host by Azim Khan · 8 years ago
  42. ec02448 Fix line no. directive by Azim Khan · 8 years ago
  43. 67735d5 Fix name conflict and implicit use of functions from string.h by Mohammad Azim Khan · 8 years ago
  44. fff4904 mbed-os test code generator by Mohammad Azim Khan · 8 years ago
  45. 5f26b11 Change test dependencies to RC4 from DES by Simon Butcher · 7 years ago
  46. 193c864 Update version to 2.12.0 by Jaeden Amero · 7 years ago
  47. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  48. 8dd03cd Add tests for the nist key wrapping feature by Ron Eldor · 7 years ago
  49. be685ba Merge remote-tracking branch 'public/pr/1836' into development by Simon Butcher · 7 years ago
  50. 727325b Merge remote-tracking branch 'public/pr/1788' into development by Simon Butcher · 7 years ago
  51. cdb5cc5 tests: dhm: Rename Hallman to Hellman by Jaeden Amero · 7 years ago
  52. b056dd8 Remove a redundant dependency clause by k-stachowiak · 7 years ago
  53. 7972334 Enable ARIA self test in the unit testing by k-stachowiak · 7 years ago
  54. 2682edf Fix build using -std=c99 by Nicholas Wilson · 8 years ago
  55. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  56. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 7 years ago
  57. d906b81 tests: cipher: Allocate enough space for XTS keys by Jaeden Amero · 7 years ago
  58. c28012a tests: Remove NIST AES-XTS test vectors by Jaeden Amero · 7 years ago
  59. 142383e aes: xts: Add tests for invalid key sizes by Jaeden Amero · 7 years ago
  60. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  61. 425382d tests: Extend AES-XTS suite by Jaeden Amero · 7 years ago
  62. e5c4b07 tests: Make AES-XTS suite more stack friendly by Jaeden Amero · 7 years ago
  63. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 7 years ago
  64. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  65. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  66. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  67. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  68. fb67fae Add AES-XEX tests cases by Aorimn · 10 years ago
  69. 9f52aeb tests: Fix name of 33 byte AES cipher tests by Jaeden Amero · 7 years ago
  70. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  71. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 7 years ago
  72. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 7 years ago
  73. 33cb519 Add decrypt tests to AES OFB Cipher module by Simon Butcher · 7 years ago
  74. b7836e1 Change AES OFB tests to memset sizeof buffer by Simon Butcher · 7 years ago
  75. e416bf9 Reduce stack usage for AES OFB tests by Simon Butcher · 7 years ago
  76. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  77. 374bcd4 Add to OFB cipher tests AES-192 and AES-256 OFB by Simon Butcher · 7 years ago
  78. dbe7fbf Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  79. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  80. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  81. 0301884 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  82. 10e0e4d hkdf: Add negative tests by Jaeden Amero · 7 years ago
  83. 3618962 hkdf: Add tests for extract and expand by Jaeden Amero · 7 years ago
  84. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  85. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  86. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 7 years ago
  87. d08a2f7 Adapt the ARIA test cases for new ECB function by Simon Butcher · 7 years ago
  88. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  89. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
  90. ba91994 Merge remote-tracking branch 'public/pr/1604' into development by Simon Butcher · 7 years ago
  91. 0daf4ca Add test vectors for CCM* by Darryl Green · 7 years ago
  92. 95ab93d CCM*: Add minimal tests by Janos Follath · 7 years ago
  93. 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 7 years ago
  94. 234e1ce cipher: add stream test vectors for chacha20(poly1305) by Manuel Pégourié-Gonnard · 7 years ago
  95. ceb1225 chachapoly: add test for state flow by Manuel Pégourié-Gonnard · 7 years ago
  96. 444f711 poly1305: add test with multiple small fragments by Manuel Pégourié-Gonnard · 7 years ago
  97. 59d2c30 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  98. a8fa8b8 poly1305: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  99. 2aca236 chacha20: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  100. fce88b2 Fix selftest verbosity in test suites by Manuel Pégourié-Gonnard · 7 years ago