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