1. 488d930 Fix unused param warnings in test function by Manuel Pégourié-Gonnard · 7 years ago
  2. e55e103 Fix off-by-one in iv_off check and add tests by Manuel Pégourié-Gonnard · 7 years ago
  3. ab6b975 Improve constant naming in test functions by Manuel Pégourié-Gonnard · 7 years ago
  4. 2bc535b Add parameter validation for AES-CTR by Manuel Pégourié-Gonnard · 7 years ago
  5. 8e41eb7 Add parameter validation for AES-OFB by Manuel Pégourié-Gonnard · 7 years ago
  6. 1677cca Add parameter validation for AES-CFB functions by Manuel Pégourié-Gonnard · 7 years ago
  7. 191af13 Add param validation for mbedtls_aes_crypt_xts() by Manuel Pégourié-Gonnard · 7 years ago
  8. 3178d1a Add param validation for mbedtls_aes_crypt_cbc() by Manuel Pégourié-Gonnard · 7 years ago
  9. 1aca260 Add parameter validation for mbedtls_aes_crypt_ecb() by Manuel Pégourié-Gonnard · 7 years ago
  10. 68e3dff Add parameter validation XTS setkey functions by Manuel Pégourié-Gonnard · 7 years ago
  11. af0c6cb Fix missing guard on XTS function in tests by Manuel Pégourié-Gonnard · 7 years ago
  12. e7306d3 Improve some documentation and ChangeLog entry by Manuel Pégourié-Gonnard · 7 years ago
  13. a4251f4 Test aes_free( NULL ) unconditionally by Manuel Pégourié-Gonnard · 7 years ago
  14. 54e7f31 Make TEST_VALID_PARAM() available unconditionally by Manuel Pégourié-Gonnard · 7 years ago
  15. aae10fa Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  16. cd2b29c Improve wording in documentation and ChangeLog by Manuel Pégourié-Gonnard · 7 years ago
  17. 9b8ea89 Fix a few style / whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  18. acfdc62 Fix test macro that was too lenient by Manuel Pégourié-Gonnard · 7 years ago
  19. 44c5d58 Document AES functions and fix free() functions by Manuel Pégourié-Gonnard · 7 years ago
  20. a2b0e27 Skip param validation tests if custom macro used by Manuel Pégourié-Gonnard · 7 years ago
  21. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  22. 8e661bf Fix arity of the PARAM_FAILED() macro and function by Manuel Pégourié-Gonnard · 7 years ago
  23. 249b3d6 Remove use of the macro TEST_FN from the AES test suite by Simon Butcher · 7 years ago
  24. 6542f6c Change the use of setjmp/longjmp in parameter failure callback by Simon Butcher · 7 years ago
  25. 747f5fe Add disabling of gcc 'clobbered' warning by Simon Butcher · 7 years ago
  26. a646345 Add additional parameter validation tests for the AES module by Simon Butcher · 7 years ago
  27. fedb407 Merge remote-tracking branch 'upstream-public/pr/2208' into development by Jaeden Amero · 7 years ago
  28. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  29. 41722ec Merge remote-tracking branch 'upstream-public/pr/1958' into development by Jaeden Amero · 7 years ago
  30. 36c5f7f ECDH: Hide context from tests by Janos Follath · 7 years ago
  31. fc03e8d ECDH: Adapt tests for mbedtls_ecdh_setup() by Janos Follath · 7 years ago
  32. 51b8a2f Merge remote-tracking branch 'restricted/pr/512' into development by Simon Butcher · 7 years ago
  33. 658618b Merge remote-tracking branch 'restricted/pr/516' into development by Simon Butcher · 7 years ago
  34. d919993 CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  35. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  36. 7a97788 Change buf size to a valid size by Ron Eldor · 7 years ago
  37. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  38. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  39. 42ab4ae Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed by Simon Butcher · 7 years ago
  40. a8b13d7 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 7 years ago
  41. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 7 years ago
  42. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  43. 381c77c Change serial in test-ca.crt from 0 to 3 to circumvent ASN.1 bug by Hanno Becker · 7 years ago
  44. 52acdb5 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 7 years ago
  45. 7904f94 Merge remote-tracking branch 'public/pr/1099' into development-proposed by Simon Butcher · 7 years ago
  46. 02ef525 Merge remote-tracking branch 'public/pr/2107' into development-proposed by Simon Butcher · 7 years ago
  47. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 7 years ago
  48. 198611d Add missing return value check in ECDSA test suite by Hanno Becker · 7 years ago
  49. 0fbbc64 Add dependency of mbedtls_asn1_write_len() test on ASN.1 parsing by Hanno Becker · 7 years ago
  50. 19d858e Add dependency of pkwrite test suite on pkparse module by Hanno Becker · 7 years ago
  51. 7a28e99 Expand test to ensure no assumption on output by Manuel Pégourié-Gonnard · 7 years ago
  52. ac2ead0 Improve deterministic test for prime testing by Darryl Green · 7 years ago
  53. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  54. 64eca05 Bignum: Add tests for primality testing by Janos Follath · 7 years ago
  55. a3cb7eb Bignum: Add test for improved prime generation by Janos Follath · 7 years ago
  56. 695a346 Add tests for PKCS#1 v1.5 decoding by Gilles Peskine · 7 years ago
  57. 65593d2 rsa: pss: Add no possible salt size tests by Jaeden Amero · 7 years ago
  58. 80d99ea rsa: pss: Extend tests for variable salt length by Jaeden Amero · 7 years ago
  59. 3725bb2 rsa: pss: Enable use of big hashes with small keys by Jaeden Amero · 7 years ago
  60. 7c025a9 Generalize dh_flag in mbedtls_mpi_gen_prime by Janos Follath · 7 years ago
  61. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  62. 53546ea Update library version number to 2.13.1 by Simon Butcher · 7 years ago mbedtls-2.13.1
  63. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 7 years ago
  64. acedc91 Fix build issue on clang by Nir Sonnenschein · 7 years ago
  65. 85fcb58 Refactor test code for CTR DRBG to clarify test functions by Nir Sonnenschein · 7 years ago
  66. 6275be3 Re-factor test functions and add support for data_t parameters by Nir Sonnenschein · 7 years ago
  67. ce266e4 use single define for 128bit key for ctr_drbg and update test dependencies by Nir Sonnenschein · 7 years ago
  68. 6f032a6 Merge remote-tracking branch 'public/pr/1963' into development by Simon Butcher · 7 years ago
  69. aecf8c9 adding more ctr_drbg test vectors (CAVP 14.3) by Nir Sonnenschein · 7 years ago
  70. e4b77b9 ctr_drbg: add a few test vectors from CAVP 14.3 by Gilles Peskine · 7 years ago
  71. cfc1de7 ctr_drbg: sample vectors from NIST by Gilles Peskine · 7 years ago
  72. 5ef5a9a ctr_drbg tests: unify validate functions by Gilles Peskine · 7 years ago
  73. 4c78665 ctr_drbg tests: new validation function that doesn't reseed by Gilles Peskine · 7 years ago
  74. ef0624f ctr_drbg tests: make input sizes flexible by Gilles Peskine · 7 years ago
  75. ed7da59 ctr_drbg: add comments relating the code with the NIST specification by Gilles Peskine · 7 years ago
  76. c9547cc add NIST test vector for 128 bit keys (not passing yet). by Nir Sonnenschein · 7 years ago
  77. 6b13afe Fix indentation by Ron Eldor · 7 years ago
  78. 9434713 Move the assertion by Ron Eldor · 7 years ago
  79. 2c069df Fix typo in test_suite_entropy.function by Mohammad Azim Khan · 7 years ago
  80. 446227a Enhance nist_kw with some NULL buffers tests by Ron Eldor · 7 years ago
  81. 5cb7017 Less obscure test suites template by Mohammad Azim Khan · 7 years ago
  82. d2d0112 Style fixes by Mohammad Azim Khan · 7 years ago
  83. 8d686bf Incorporated code revoew comments. by Azim Khan · 7 years ago
  84. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  85. 62a5d7d Document status/error codes in helper.function by Azim Khan · 7 years ago
  86. cfd8342 Use integer instead of string as test result by Mohammad Azim Khan · 7 years ago
  87. 0fa3504 Add missing MSVC typedefs by Azim Khan · 7 years ago
  88. b73159d Remove white spaces caught by check-files.py by Mohammad Azim Khan · 7 years ago
  89. ddde34c Remove git conflict marker from test_suite_timing.function by Mohammad Azim Khan · 7 years ago
  90. 7613534 Fix gcc-7 -Wformat-truncation warning by Mohammad Azim Khan · 7 years ago
  91. 05d83fa Put parentheses around macro arguments by Azim Khan · 8 years ago
  92. 36e5fac Rephrase confusing function description by Azim Khan · 8 years ago
  93. 317efe8 Adapt new test gcm_bad_parameters() to on target testing changes by Azim Khan · 8 years ago
  94. 9540261 Incorporated code review comments by Mohammad Azim Khan · 8 years ago
  95. b1c2d0f Use switch instead if if-else for dependency and expression checks. by Azim Khan · 8 years ago
  96. d61a438 incorporate code review comment in embedded_test.function by Azim Khan · 8 years ago
  97. 13c6bfb Gaurd test suite headers with suite dependency by Azim Khan · 8 years ago
  98. cf32c45 Add missing headers and fix name change issues by Mohammad Azim Khan · 8 years ago
  99. 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 8 years ago
  100. 191e904 Replace old template and code generator with new ones. Keep names by Azim Khan · 8 years ago