1. 43e4ff0 Make definitions easier to understand by Nir Sonnenschein · 6 years ago
  2. 521e8a9 Fix to comment to correct module description by Nir Sonnenschein · 6 years ago
  3. acedc91 Fix build issue on clang by Nir Sonnenschein · 6 years ago
  4. e46c329 restore missing operation to CMakeLists.txt by Nir Sonnenschein · 6 years ago
  5. 85fcb58 Refactor test code for CTR DRBG to clarify test functions by Nir Sonnenschein · 6 years ago
  6. 6275be3 Re-factor test functions and add support for data_t parameters by Nir Sonnenschein · 6 years ago
  7. b7ebbca compile time warning of 128bit ctr_drbg keys and standardized warnings by Nir Sonnenschein · 6 years ago
  8. ce266e4 use single define for 128bit key for ctr_drbg and update test dependencies by Nir Sonnenschein · 6 years ago
  9. aecf8c9 adding more ctr_drbg test vectors (CAVP 14.3) by Nir Sonnenschein · 6 years ago
  10. e4b77b9 ctr_drbg: add a few test vectors from CAVP 14.3 by Gilles Peskine · 6 years ago
  11. cfc1de7 ctr_drbg: sample vectors from NIST by Gilles Peskine · 6 years ago
  12. 5ef5a9a ctr_drbg tests: unify validate functions by Gilles Peskine · 6 years ago
  13. 4c78665 ctr_drbg tests: new validation function that doesn't reseed by Gilles Peskine · 6 years ago
  14. ef0624f ctr_drbg tests: make input sizes flexible by Gilles Peskine · 6 years ago
  15. ed7da59 ctr_drbg: add comments relating the code with the NIST specification by Gilles Peskine · 6 years ago
  16. 954f987 change warning about 128bit keys to print by Nir Sonnenschein · 6 years ago
  17. eb73f7a fix trailing white spaces by Nir Sonnenschein · 6 years ago
  18. 04354b0 add ChangeLog entry by Nir Sonnenschein · 6 years ago
  19. c9547cc add NIST test vector for 128 bit keys (not passing yet). by Nir Sonnenschein · 6 years ago
  20. 604e60d add default value for CTR DRBG key size by Nir Sonnenschein · 6 years ago
  21. a4588d4 enable the use of variable size keys in ctr_drbg (was hard-coded 256bit before) by Nir Sonnenschein · 6 years ago
  22. d22c1b2 Merge remote-tracking branch 'upstream-public/pr/1932' into development by Jaeden Amero · 6 years ago
  23. 141e767 Merge remote-tracking branch 'upstream-public/pr/1942' into development by Jaeden Amero · 6 years ago
  24. 6fba810 Merge remote-tracking branch 'upstream-public/pr/1938' into development by Jaeden Amero · 6 years ago
  25. aa9f3fd Merge remote-tracking branch 'upstream-public/pr/930' into development by Jaeden Amero · 6 years ago
  26. 2c069df Fix typo in test_suite_entropy.function by Mohammad Azim Khan · 6 years ago
  27. 9dc3be7 Improve wording in ChangeLog by Hanno Becker · 6 years ago
  28. 9ebdcff Fix Wformat-overflow warning in ssl_mail_client.c by Mohammad Azim Khan · 6 years ago
  29. 361f254 Adapt ChangeLog by Hanno Becker · 6 years ago
  30. 7864090 Reset session_in/out pointers in ssl_session_reset_int() by Hanno Becker · 6 years ago
  31. d1a4762 Use mbedtls_printf instead of printf by Ron Eldor · 6 years ago
  32. d8f4169 Merge remote-tracking branch 'upstream-public/pr/1598' into development by Jaeden Amero · 6 years ago
  33. 03bd484 Merge remote-tracking branch 'upstream-public/pr/1861' into development by Jaeden Amero · 6 years ago
  34. cac0c1a Merge remote-tracking branch 'upstream-public/pr/1378' into development by Jaeden Amero · 6 years ago
  35. 603aee0 Merge remote-tracking branch 'upstream-public/pr/1816' into development by Jaeden Amero · 6 years ago
  36. 372b50b Add a ChangeLog entry for #1816 by Jaeden Amero · 6 years ago
  37. f48163a Merge remote-tracking branch 'upstream-public/pr/1834' into development by Jaeden Amero · 6 years ago
  38. 58e9c18 Fix Wformat-overflow warning in ssl_mail_client.c by Mohammad Azim Khan · 6 years ago
  39. 5cb7017 Less obscure test suites template by Mohammad Azim Khan · 6 years ago
  40. d2d0112 Style fixes by Mohammad Azim Khan · 6 years ago
  41. 440d873 Fix macro validation regex by Mohammad Azim Khan · 6 years ago
  42. ee6529e Add generate_test_code.py unit tests in all.sh by Mohammad Azim Khan · 6 years ago
  43. 2179810 Pylint tests in all.sh by Mohammad Azim Khan · 6 years ago
  44. 539aa06 Fix Python 2 & 3 compatibility in test_generate_test_code.py by Mohammad Azim Khan · 6 years ago
  45. 32cbcda Fix Pylint errors in Python scripts by Mohammad Azim Khan · 6 years ago
  46. 6302813 Replaced escaped_split() logic with regex by Azim Khan · 6 years ago
  47. fcdf685 Make test function parsing robust by Azim Khan · 6 years ago
  48. 4084ec7 Fixed unit tests in test_generate_test_code.py by Azim Khan · 6 years ago
  49. 8d686bf Incorporated code revoew comments. by Azim Khan · 6 years ago
  50. b31aa44 Fix style errors reported by pylint by Azim Khan · 6 years ago
  51. aee05bb Add test suite framework summary by Azim Khan · 6 years ago
  52. 63ab501 Fix generate_test_code.py argument --helpers-file in CMakeLists.txt by Azim Khan · 6 years ago
  53. 27a35e7 Wildcard possible targets and document by Azim Khan · 6 years ago
  54. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 6 years ago
  55. 62a5d7d Document status/error codes in helper.function by Azim Khan · 6 years ago
  56. 951a2c8 Improve documentation in mbedtls_test.py by Azim Khan · 6 years ago
  57. e3b26af Improve documentation in generate_test_code.py by Azim Khan · 6 years ago
  58. b98e6ee Replace asserts with exceptions in mbedtls_test.py by Azim Khan · 6 years ago
  59. 040b6a2 Wrap code to 79 character limit by Azim Khan · 6 years ago
  60. 936ea93 Strip whitespaces added by decode() function by Azim Khan · 6 years ago
  61. 00c4b09 Change intermediate data file extension to .datax by Mohammad Azim Khan · 6 years ago
  62. ff560f2 Rename makefile target gen-embedded-test - generate-target-tests by Mohammad Azim Khan · 6 years ago
  63. cfd8342 Use integer instead of string as test result by Mohammad Azim Khan · 6 years ago
  64. 53faf5c Widen the test app columns by Mohammad Azim Khan · 6 years ago
  65. 8a3628f Set PYTHON using ?= syntax by Mohammad Azim Khan · 6 years ago
  66. 8f6e8cf Print line number with data file error by Mohammad Azim Khan · 6 years ago
  67. 3b06f22 Replace asserts with exceptions in generate_test_code.py by Mohammad Azim Khan · 6 years ago
  68. c3521df Fix generate_test_code.py unit tests by Mohammad Azim Khan · 6 years ago
  69. 0fa3504 Add missing MSVC typedefs by Azim Khan · 6 years ago
  70. 667f7f8 Fix generation of #line directives in Python 2 by Gilles Peskine · 6 years ago
  71. 7776141 Don't generate lines with only whitespace by Gilles Peskine · 6 years ago
  72. 9b06f37 Give execute permissions to Python scripts by Mohammad Azim Khan · 6 years ago
  73. b73159d Remove white spaces caught by check-files.py by Mohammad Azim Khan · 6 years ago
  74. ddde34c Remove git conflict marker from test_suite_timing.function by Mohammad Azim Khan · 7 years ago
  75. 7613534 Fix gcc-7 -Wformat-truncation warning by Mohammad Azim Khan · 7 years ago
  76. 1ec7e6f Python3 compatible generate_test_code.py by Mohammad Azim Khan · 7 years ago
  77. 78befd9 Rename generate_code.py -> generate_test_code.py by Mohammad Azim Khan · 7 years ago
  78. 7eb5568 Set OS specific python executable name by Mohammad Azim Khan · 7 years ago
  79. b522929 Add support for per test suite helper functions by Mohammad Azim Khan · 7 years ago
  80. 05d83fa Put parentheses around macro arguments by Azim Khan · 7 years ago
  81. 36e5fac Rephrase confusing function description by Azim Khan · 7 years ago
  82. 317efe8 Adapt new test gcm_bad_parameters() to on target testing changes by Azim Khan · 7 years ago
  83. f0e42fb Add missing documentation and fix file doc strings by Azim Khan · 7 years ago
  84. 9540261 Incorporated code review comments by Mohammad Azim Khan · 7 years ago
  85. d61b837 Update unit tests for change in test suites code generator by Azim Khan · 7 years ago
  86. b1c2d0f Use switch instead if if-else for dependency and expression checks. by Azim Khan · 7 years ago
  87. d61a438 incorporate code review comment in embedded_test.function by Azim Khan · 7 years ago
  88. 663d470 Incorporate code review suggestions in mbedtls_test.py by Azim Khan · 7 years ago
  89. 599cd24 Update unit tests for code generator and make code generator more testable. by Azim Khan · 7 years ago
  90. acc5473 Use FileWrapper class in place of file where line number is required by Azim Khan · 7 years ago
  91. 5e2ac1f Updated generate_code.py unit tests by Azim Khan · 7 years ago
  92. 4b54323 Unit test generate_copy.py by Azim Khan · 7 years ago
  93. 13c6bfb Gaurd test suite headers with suite dependency by Azim Khan · 7 years ago
  94. 8c4d5ba Update CMakeList.txt with new test suites code generator by Mohammad Azim Khan · 7 years ago
  95. cf32c45 Add missing headers and fix name change issues by Mohammad Azim Khan · 7 years ago
  96. 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 7 years ago
  97. 191e904 Replace old template and code generator with new ones. Keep names by Azim Khan · 7 years ago
  98. 975d97e Remove old test suite template and code generator script by Azim Khan · 7 years ago
  99. 2397bba Update test generator for use of struct for hex parameters by Azim Khan · 7 years ago
  100. d30ca13 Combine hex parameters in a struct by Azim Khan · 7 years ago