1. 663d470 Incorporate code review suggestions in mbedtls_test.py by Azim Khan · 7 years ago
  2. 599cd24 Update unit tests for code generator and make code generator more testable. by Azim Khan · 7 years ago
  3. acc5473 Use FileWrapper class in place of file where line number is required by Azim Khan · 7 years ago
  4. 5e2ac1f Updated generate_code.py unit tests by Azim Khan · 7 years ago
  5. 4b54323 Unit test generate_copy.py by Azim Khan · 7 years ago
  6. 13c6bfb Gaurd test suite headers with suite dependency by Azim Khan · 7 years ago
  7. 8c4d5ba Update CMakeList.txt with new test suites code generator by Mohammad Azim Khan · 7 years ago
  8. cf32c45 Add missing headers and fix name change issues by Mohammad Azim Khan · 7 years ago
  9. 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 7 years ago
  10. 191e904 Replace old template and code generator with new ones. Keep names by Azim Khan · 7 years ago
  11. 975d97e Remove old test suite template and code generator script by Azim Khan · 7 years ago
  12. 2397bba Update test generator for use of struct for hex parameters by Azim Khan · 7 years ago
  13. d30ca13 Combine hex parameters in a struct by Azim Khan · 7 years ago
  14. 5cfc068 Fix name conflict in function params after hexify/unhexify change by Azim Khan · 7 years ago
  15. 3e5d000 Update Greentea API header by Azim Khan · 7 years ago
  16. 47b4060 Fix RSA test suite bugged by hexify/unhexify change by Azim Khan · 7 years ago
  17. 392267a Fix missing data in the RSA test vectors file by Azim Khan · 7 years ago
  18. b3a103c Put else in it's own line by Azim Khan · 7 years ago
  19. d59391a Add support for sending hex parameters by Azim Khan · 7 years ago
  20. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 7 years ago
  21. 5e7f8df Print Greentea __testcase_name indicator for Greentea to mark the test by Azim Khan · 7 years ago
  22. a57a420 Add hex parameter dispatch by Azim Khan · 7 years ago
  23. 184447e Add proper handling of hex data by Azim Khan · 7 years ago
  24. f1aaec9 Intermediate hexify out change by Azim Khan · 7 years ago
  25. 9079170 Adapt code for scripting out hexify/unhexify code by Azim Khan · 8 years ago
  26. 3499a9e Add hex comparison function by Azim Khan · 8 years ago
  27. 0574632 Update Greentea client API calls by Azim Khan · 8 years ago
  28. ee6c018 Unify test setup errors for sending to host by Azim Khan · 8 years ago
  29. ec02448 Fix line no. directive by Azim Khan · 8 years ago
  30. 67735d5 Fix name conflict and implicit use of functions from string.h by Mohammad Azim Khan · 8 years ago
  31. 7a0d84f On target test host test script by Mohammad Azim Khan · 8 years ago
  32. fff4904 mbed-os test code generator by Mohammad Azim Khan · 8 years ago
  33. 1f29be7 Make target for on mbed testing by Mohammad Azim Khan · 8 years ago
  34. 94aefaf Optimise makefile targets by Mohammad Azim Khan · 8 years ago
  35. b363382 Add ChangeLog entry for bug #1890 by Simon Butcher · 6 years ago
  36. f1124c9 Merge remote-tracking branch 'public/pr/1891' into HEAD by Simon Butcher · 6 years ago
  37. 5f26b11 Change test dependencies to RC4 from DES by Simon Butcher · 6 years ago
  38. c796573 Add Chacha dependency to the stream cipher field by Simon Butcher · 6 years ago
  39. 6c34268 Merge remote-tracking branch 'restricted/pr/501' into development-restricted by Simon Butcher · 6 years ago mbedtls-2.12.0
  40. f11a7cd Clarify Changelog entries by Simon Butcher · 6 years ago
  41. 193c864 Update version to 2.12.0 by Jaeden Amero · 6 years ago
  42. 37b9fd5 Merge remote-tracking branch 'restricted/pr/490' into development by Simon Butcher · 6 years ago
  43. 34acd3c Merge remote-tracking branch 'public/pr/1868' into development by Simon Butcher · 6 years ago
  44. 269e999 Remove unnecessary newlines in CONTRIBUTING.md by Simon Butcher · 6 years ago
  45. ee3ded0 Merge remote-tracking branch 'public/pr/1832' into development by Simon Butcher · 6 years ago
  46. 729d781 Merge remote-tracking branch 'public/pr/779' into development by Simon Butcher · 6 years ago
  47. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 6 years ago
  48. c88c627 Merge remote-tracking branch 'public/pr/1658' into development by Simon Butcher · 6 years ago
  49. 4ed32d0 cpp_dummy_build: Add NIST key wrapping header by Jaeden Amero · 6 years ago
  50. 488fd08 Add aes KW OIDs as defined by Ron Eldor · 6 years ago
  51. 8dd03cd Add tests for the nist key wrapping feature by Ron Eldor · 6 years ago
  52. 9cf0d53 Add ChangeLog by Ron Eldor · 6 years ago
  53. 9ab746c Add selftests by Ron Eldor · 6 years ago
  54. cb349ac Implement the KW and KWP algorithm by Ron Eldor · 6 years ago
  55. 466a57f Key wrapping API definition by Ron Eldor · 7 years ago
  56. 5ca06c7 Merge remote-tracking branch 'public/pr/1724' into development by Simon Butcher · 6 years ago
  57. fb3b032 Merge remote-tracking branch 'public/pr/919' into development by Simon Butcher · 6 years ago
  58. ccb43df Merge remote-tracking branch 'public/pr/927' into development by Simon Butcher · 6 years ago
  59. dad05b7 Merge remote-tracking branch 'public/pr/1844' into development by Simon Butcher · 6 years ago
  60. 0533054 Revise ChangeLog entry for empty data records fixes by Simon Butcher · 6 years ago
  61. 116ac43 Merge remote-tracking branch 'public/pr/1852' into development by Simon Butcher · 6 years ago
  62. bdf80d0 Merge remote-tracking branch 'public/pr/1810' into development by Simon Butcher · 6 years ago
  63. fced1f2 Merge remote-tracking branch 'public/pr/1854' into development by Simon Butcher · 6 years ago
  64. ecb635e Add ChangeLog entry for #1098 fix. by Simon Butcher · 6 years ago
  65. 4072aae Merge remote-tracking branch 'public/pr/1875' into development by Simon Butcher · 6 years ago
  66. a7b3543 Merge remote-tracking branch 'public/pr/1871' into development by Simon Butcher · 6 years ago
  67. 6965f77 Fix use of Knowledge Base in documentation by Simon Butcher · 6 years ago
  68. 4736e96 add myself to changelog by Brian J Murray · 6 years ago
  69. ca2ea4e Fix issue if salt = NULL and salt_len !=0 in mbedtls_hkdf_extract() by Brian J Murray · 6 years ago
  70. 5a5d03f Add test guidelines to CONTRIBUTING.md by Simon Butcher · 6 years ago
  71. 10f9663 Added clarification to CONTRIBUTING.md by Simon Butcher · 6 years ago
  72. 5cf4d06 Refine the definition of net_sockets.h by Simon Butcher · 6 years ago
  73. cce68be Add a macro to define the memory size in ssl_server2.c by Simon Butcher · 6 years ago
  74. e459f07 Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 6 years ago
  75. 8e6a22a Add additional i386 tests to all.sh by Simon Butcher · 6 years ago
  76. 7a6da6e Expand i386 all.sh tests to full config ASan builds by Simon Butcher · 6 years ago
  77. ccbd464 Increase the memory buffer size for ssl_server2.c by Simon Butcher · 6 years ago
  78. 4c761fa Add test for empty app data records to ssl-opt.sh by Andres Amaya Garcia · 6 years ago
  79. 81f0633 Add ChangeLog entry for empty app data fix by Andres Amaya Garcia · 6 years ago
  80. ce6fbac Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 6 years ago
  81. 1a7a17e Check for invalid short Alert messages by Angus Gratton · 6 years ago
  82. 3481792 TLSv1.2: Treat zero-length fragments as invalid, unless they are application data by Angus Gratton · 6 years ago
  83. b512bc1 CBC mode: Allow zero-length message fragments (100% padding) by Angus Gratton · 6 years ago
  84. 7870ec1 Add API/ABI section to CONTRIBUTING.md by Simon Butcher · 6 years ago
  85. 7c1258d all.sh: Return error on keep-going failure by Jaeden Amero · 6 years ago
  86. 7d728bd Merge remote-tracking branch 'public/pr/1454' into development by Simon Butcher · 6 years ago
  87. 922bd1e Merge remote-tracking branch 'public/pr/1752' into development by Simon Butcher · 6 years ago
  88. 862e703 Merge remote-tracking branch 'public/pr/921' into development by Simon Butcher · 6 years ago
  89. be685ba Merge remote-tracking branch 'public/pr/1836' into development by Simon Butcher · 6 years ago
  90. 4f37bca Fix ChangeLog entry for issue #1663 by Simon Butcher · 6 years ago
  91. df15356 Merge remote-tracking branch 'public/pr/1663' into development by Simon Butcher · 6 years ago
  92. fad5470 Merge remote-tracking branch 'public/pr/532' into development by Simon Butcher · 6 years ago
  93. a72098b Merge remote-tracking branch 'public/pr/1778' into development by Simon Butcher · 6 years ago
  94. ca33caf Add definition of purpose and use of networking module by Simon Butcher · 6 years ago
  95. 0011503 Repharse comments by Ron Eldor · 6 years ago
  96. 830ce11 Clarify attack conditions in the ChangeLog. by Manuel Pégourié-Gonnard · 6 years ago
  97. 0e2c07e Remove unnecessary mark as unused #1098 by Dawid Drozd · 6 years ago
  98. 8744a02 Clarify a few comments by Manuel Pégourié-Gonnard · 6 years ago
  99. 4b9a3ad Disable use of the i386 assembly for option -O0 by Simon Butcher · 6 years ago
  100. 00af447 Add ChangeLog entry for PR #536 by Simon Butcher · 6 years ago