1. d1a5451 Fix style issues and typos in test code by Manuel Pégourié-Gonnard · 6 years ago
  2. 081b152 Fix another wrong check for errors in test code by Manuel Pégourié-Gonnard · 6 years ago
  3. 2a62a05 Add test that save-load is the identity by Manuel Pégourié-Gonnard · 6 years ago
  4. aab6204 Fix populate_session() and its usage in tests by Manuel Pégourié-Gonnard · 6 years ago
  5. 5709811 Add test for session_load() from small buffers by Manuel Pégourié-Gonnard · 6 years ago
  6. 98fccc3 Add test for session_save() on small buffers by Manuel Pégourié-Gonnard · 6 years ago
  7. 1ba5c68 Disable test for load-save identity by Manuel Pégourié-Gonnard · 6 years ago
  8. 16f6bb1 Improve load-save test with tickets and certs by Manuel Pégourié-Gonnard · 6 years ago
  9. dfa5a7a Start adding unit test for session serialisation by Manuel Pégourié-Gonnard · 6 years ago
  10. 6945983 Rename MBEDTLS_SSL_CID->MBEDTLS_SSL_DTLS_CONNECTION_ID in SSL suite by Hanno Becker · 6 years ago
  11. a5a2b08 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  12. 6943920 Add missing dependencies in unit tests for CID-based record enc/dec by Hanno Becker · 6 years ago
  13. 505089d Fix missing compile-time guards around CID-only constants by Hanno Becker · 6 years ago
  14. d8f753b Add unit tests for record protection using CID by Hanno Becker · 6 years ago
  15. 36fb379 Record enc/dec tests: Don't take turns in sending / receiving roles by Hanno Becker · 6 years ago
  16. 724a695 Merge remote-tracking branch 'origin/pr/562' into baremetal by Simon Butcher · 6 years ago
  17. a131766 Ensure non-NULL key buffer when building SSL test transforms by Hanno Becker · 6 years ago
  18. 1acadb7 Catch errors while building SSL test transforms by Hanno Becker · 6 years ago
  19. afc528a Use mbedtls_{calloc|free}() in SSL unit test suite by Hanno Becker · 6 years ago
  20. b17a1a2 Alternative between send/recv transform in SSL record test suite by Hanno Becker · 6 years ago
  21. 5c1176e Fix memory leak on failure in test_suite_ssl by Hanno Becker · 6 years ago
  22. 3693c72 Add record encryption/decryption tests for ARIA to SSL test suite by Hanno Becker · 7 years ago
  23. d300003 Add encryption/decryption tests for small records by Hanno Becker · 8 years ago
  24. 611a83b Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  25. f41fa48 Merge remote-tracking branch 'origin/pr/2520' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  26. 7702735 Merge remote-tracking branch 'origin/pr/2503' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  27. 9bfcebf Merge remote-tracking branch 'origin/pr/2364' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  28. 186c2c0 Merge remote-tracking branch 'restricted/pr/553' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  29. 9f4f8ee Update library version to 2.16.1 by Jaeden Amero · 6 years ago mbedtls-2.16.1
  30. b25719b Fix errors in AEAD test function by Jack Lloyd · 6 years ago
  31. 276284f Add non-regression test for buffer overflow by Janos Follath · 6 years ago
  32. e6a3f57 Merge remote-tracking branch 'public/pr/2429' into mbedtls-2.16 by Simon Butcher · 6 years ago
  33. 2c1d492 Merge remote-tracking branch 'origin/pr/2428' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  34. 62a7351 Add test case for ecdh_get_params with mismatching group by Gilles Peskine · 7 years ago
  35. 6d9b762 Add test case for ecdh_calc_secret by Gilles Peskine · 7 years ago
  36. 0981db5 Merge remote-tracking branch 'origin/pr/2385' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  37. 2c0f6f0 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  38. ed68b31 Move a restartable ecp context to a conditional compilation block by Andrzej Kurek · 6 years ago archive/restartable-ecc-unused-variable-2-16 restartable-ecc-unused-variable-2-16
  39. fa44458 Correct code formatting in the timing test suites by k-stachowiak · 7 years ago
  40. 9fc7af0 Merge remote-tracking branch 'origin/pr/2040' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  41. a82b436 Merge remote-tracking branch 'origin/pr/2322' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  42. 7223342 Reduce the timing tests complexity by k-stachowiak · 7 years ago
  43. da04b3b Increase okm_hex buffer to contain null character by Ron Eldor · 7 years ago
  44. 57c2a30 Minor modifications to hkdf test by Ron Eldor · 7 years ago
  45. 6fce816 Add explanation for okm_string size by Ron Eldor · 7 years ago
  46. d9ad084 Reduce buffer size of okm by Ron Eldor · 7 years ago
  47. 45154eb Reduce Stack usage of hkdf test function by Ron Eldor · 7 years ago
  48. 4d60477 Merge remote-tracking branch 'public/pr/2232' into mbedtls-2.16 by Simon Butcher · 7 years ago
  49. fc2edc3 Merge remote-tracking branch 'public/pr/2228' into mbedtls-2.16 by Simon Butcher · 7 years ago
  50. a2579be Add conditional dependency to tests by Ron Eldor · 7 years ago
  51. 6c164e7 Update the version of the library to 2.16.0 by Simon Butcher · 7 years ago
  52. ad7c210 Merge remote-tracking branch 'public/pr/2274' into development by Simon Butcher · 7 years ago
  53. 12b4240 Merge remote-tracking branch 'public/pr/2288' into development by Simon Butcher · 7 years ago
  54. c831193 Merge remote-tracking branch 'public/pr/2302' into development by Simon Butcher · 7 years ago
  55. 1efda39 Merge remote-tracking branch 'public/pr/2297' into development by Simon Butcher · 7 years ago
  56. 5aa7809 Merge remote-tracking branch 'public/pr/2275' into development by Simon Butcher · 7 years ago
  57. 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 7 years ago
  58. 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 7 years ago
  59. a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 7 years ago
  60. 70935a4 Merge remote-tracking branch 'public/pr/2299' into development by Simon Butcher · 7 years ago
  61. 003c0e0 Merge remote-tracking branch 'public/pr/2292' into development by Simon Butcher · 7 years ago
  62. decf2f5 Merge remote-tracking branch 'public/pr/2291' into development by Simon Butcher · 7 years ago
  63. 65ce5dc Merge remote-tracking branch 'public/pr/2290' into development by Simon Butcher · 7 years ago
  64. ad2e0da Merge remote-tracking branch 'public/pr/2283' into development by Simon Butcher · 7 years ago
  65. 0bbf7f4 Merge remote-tracking branch 'public/pr/2279' into development by Simon Butcher · 7 years ago
  66. 962b7b1 Merge remote-tracking branch 'public/pr/2273' into development by Simon Butcher · 7 years ago
  67. 6be67a6 Merge remote-tracking branch 'public/pr/2281' into development by Simon Butcher · 7 years ago
  68. dac513e Merge remote-tracking branch 'public/pr/2282' into development by Simon Butcher · 7 years ago
  69. ccafd14 Merge remote-tracking branch 'public/pr/2276' into development by Simon Butcher · 7 years ago
  70. 2a8d32c Merge remote-tracking branch 'public/pr/2287' into development by Simon Butcher · 7 years ago
  71. 743e398 Avoid unused-variable warnings for str as well by Gilles Peskine · 7 years ago
  72. 88ca3a2 Avoid unused-variable warnings in some configurations by Gilles Peskine · 7 years ago
  73. d602711 Fix dependencies on MBEDTLS_FS_IO by Gilles Peskine · 7 years ago
  74. 73b7984 Remove parameter validation for deprecated function in ECDSA module by Hanno Becker · 7 years ago
  75. dd63359 Add tests for valid NULL in ccm_free() by k-stachowiak · 7 years ago
  76. 508bcd9 Remove unneeded test for the CCM free function by k-stachowiak · 7 years ago
  77. 26d365e Add parameter validation for CCM by k-stachowiak · 7 years ago
  78. fb54360 Prevent unused variable in some configurations by k-stachowiak · 7 years ago
  79. 6af45ec PK: document context validity requirements by Gilles Peskine · 7 years ago
  80. a85edd9 Split the unconditional and conditional parameter validation tests by k-stachowiak · 7 years ago
  81. f25ee7f Fix parameter validation for mbedtls_mpi_lsb() by Hanno Becker · 7 years ago
  82. d54b975 pk parse: the password is optional by Gilles Peskine · 7 years ago
  83. 516897a Remove unnecessary parameter validation from the Cipher module by k-stachowiak · 7 years ago
  84. 95070a8 Make some cipher parameter validation unconditional by k-stachowiak · 7 years ago
  85. 5b01f8b Add a new line at the end of the test data file by k-stachowiak · 7 years ago
  86. 90b8d4a Include static cipher functions in the parameter validation scheme by k-stachowiak · 7 years ago
  87. a539070 Make all parameter validation tests optional by k-stachowiak · 7 years ago
  88. e0215d7 Add Cipher module parameter validation by Krzysztof Stachowiak · 7 years ago
  89. 5fccb3e Add tests for valid NULL in gcm_free() by k-stachowiak · 7 years ago
  90. 8ffc92a Add parameter validation for the GCM module by k-stachowiak · 7 years ago
  91. ee3cfec PK sign/verify: hash=NULL is ok if md_alg=0 and hash_len=0 by Gilles Peskine · 7 years ago
  92. 998fbfb Properly test pk_write with an empty output buffer by Gilles Peskine · 7 years ago
  93. cc274c2 Do run the valid parameters test function by Gilles Peskine · 7 years ago
  94. 1f19fa6 PK: Fix free(NULL) in library and tests by Gilles Peskine · 7 years ago
  95. f947c0a Move testing of mbedtls_blowfish_free() to separate test case by Hanno Becker · 7 years ago
  96. 49acc64 Minor improvements to Blowfish documentation and tests by Hanno Becker · 7 years ago
  97. e38b4cd Test parameter validation for Blowfish module by Hanno Becker · 7 years ago
  98. 0294072 Avoid unused variable warning in ARIA param validation test by Hanno Becker · 7 years ago
  99. 14b91e8 Move testing of mbedtls_aria_free() to separate test by Hanno Becker · 7 years ago
  100. fac1d44 Fix style in ARIA parameter validation tests by Hanno Becker · 7 years ago