1. 7de3ff3 Minor style and typo corrections by Hanno Becker · 8 years ago
  2. 2b6c3f6 Extend tests/data_files/Makefile to include CRT's for CRT write test by Hanno Becker · 8 years ago
  3. e3af3af Omit version from X.509 v1 certificates by Hanno Becker · 8 years ago
  4. 1fe5e8a Update version number to 2.1.9 by Simon Butcher · 8 years ago mbedtls-2.1.9
  5. 266f344 Remove the check in ssl-opt.sh for MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  6. d4d70c4 Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  7. eeb1350 Fix typo by Hanno Becker · 8 years ago
  8. 88c6f72 Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 tests by Hanno Becker · 8 years ago
  9. 323a222 Improve Readme for long test certificate chains by Hanno Becker · 8 years ago
  10. 81cc8f6 Check value of MBEDTLS_X509_MAX_INTERMEDIATE_CA in ssl-opt.sh by Hanno Becker · 8 years ago
  11. 4721831 Fix typos by Janos Follath · 8 years ago
  12. 71103cb Make test script more portable by Manuel Pégourié-Gonnard · 8 years ago
  13. cdb4dc9 Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  14. 591035d Add SSL tests for long cert chains by Manuel Pégourié-Gonnard · 8 years ago
  15. c386317 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  16. 489939f Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  17. 4770dbc Add test for limit on intermediate certificates by Manuel Pégourié-Gonnard · 8 years ago
  18. ad6cf99 Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  19. 9674a62 Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  20. 7ebf632 Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  21. 5ff277e Backport 2.1: check if iv is zero in gcm. by Ron Eldor · 8 years ago
  22. fbb9837 Update the version number to 2.1.8 by Simon Butcher · 8 years ago mbedtls-2.1.8
  23. 1defa8f Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-2.1-restricted' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  24. ebe391d Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  25. 5539366 Fix issue in testing SHA-1 compile-time option by Manuel Pégourié-Gonnard · 8 years ago
  26. 61c0c70 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  27. b55f613 Merge remote-tracking branch 'gilles/iotssl-1223/mbedtls-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  28. 5e0144f Fix bug in backport from SHA-1 blacklisting by Manuel Pégourié-Gonnard · 8 years ago
  29. c4cb493 Cleaned up negative test predicate for test case by Gilles Peskine · 8 years ago
  30. b49351d all.sh: test with SHA-1 enabled by Gilles Peskine · 8 years ago
  31. 7344e1b SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  32. 9bb4f28 Document test data makefile by Gilles Peskine · 8 years ago
  33. e7375ef X.509 tests: obey compile-time SHA-1 support option by Gilles Peskine · 8 years ago
  34. 35db5ba Allow SHA-1 in test scripts by Gilles Peskine · 8 years ago
  35. ae76599 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  36. 559674c Test that X.509 verification rejects SHA-256 by default by Gilles Peskine · 8 years ago
  37. dd57d75 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  38. 83ed596 Added SHA256 test certificates by Gilles Peskine · 8 years ago
  39. 39e2981 Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  40. d8fcfe7 Fix check-doxy-blocks.pl to run from root dir by Andres Amaya Garcia · 9 years ago
  41. 230ee31 RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  42. 2938ccb Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  43. 2a8d655 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  44. 2323477 Update version number to 2.1.7 for release by Simon Butcher · 8 years ago mbedtls-2.1.7
  45. e0545c3 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 9 years ago mbedtls-2.1.7-rc1
  46. 46efbff Fix failing pkparse test case by Andres AG · 8 years ago
  47. c7fb230 Add invalid key tests for curve SECP224K1 by Janos Follath · 9 years ago
  48. a841d75 Add unit tests for X509 certificate date parsing by Janos Follath · 8 years ago
  49. d352e6d Merge branch 'mbedtls-2.1-iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  50. f26f0e3 Merge branch 'mbedtls-2.1-iotssl-1077-dos-crl' by Simon Butcher · 8 years ago
  51. b8ba861 Add PK tests to avoid hashlen overflow for RSA by Andres AG · 8 years ago
  52. 8504173 Add DTLS test to check 6 byte record ctr is cmp by Andres AG · 9 years ago
  53. 31ea513 Remove need for elevated command line in Windows by Simon B · 9 years ago
  54. 5e20b82 Fix config of compiler warning flags with MSVC by Simon B · 9 years ago
  55. 0a5ff55 Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  56. f083b31 Fix generate_code.pl to handle escaped : by Andres AG · 9 years ago
  57. 3da3b6e Add tests for out flags from x509_crt_verify_top() by Andres AG · 9 years ago
  58. 978bdf9 Add test for infinite loop in CRL parse by Andres AG · 9 years ago
  59. d5d6a30 Add tests for overreads in pem_read_buffer() by Andres AG · 9 years ago
  60. 41ce6e6 Remove need for elevated command line in Windows by Simon B · 9 years ago
  61. e2e2db4 Fix config of compiler warning flags with MSVC by Simon B · 9 years ago
  62. 44ea011 Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  63. 016a0d3 Update library version number to 2.1.6 by Simon Butcher · 9 years ago mbedtls-2.1.6
  64. 8bd467c Merge branch 'mbedtls-2.1' by Simon Butcher · 9 years ago
  65. d7f1902 Updated test script all.sh by Simon Butcher · 9 years ago
  66. 53d7713 Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  67. d9d0cda Merge branch 'mbedtls-2.1' by Simon Butcher · 9 years ago
  68. 6d3e338 Add simple test for repeated IVs when using AEAD by Janos Follath · 9 years ago
  69. 95b3036 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  70. effb558 Add test for bounds in X509 DER write funcs by Andres AG · 9 years ago
  71. 8b45992 Add missing dependencies to X509 Parse test suite for P-384 curve by Simon Butcher · 9 years ago
  72. e223527 X509: Future CA among trusted: add more tests by Janos Follath · 9 years ago
  73. 38921c8 X509: Future CA among trusted: add unit tests by Janos Follath · 9 years ago
  74. 64f5df5 Changed version number to version 2.1.5 by Simon Butcher · 9 years ago
  75. 88aa189 Merge branch 'mbedtls-2.1' into mbedtls-2.1 by Simon Butcher · 9 years ago
  76. b700c46 Add a test for SSLv3 with extensions, server side by Janos Follath · 9 years ago
  77. 3b224ff Split test into valgrind and no-valgrind version by Paul Bakker · 9 years ago
  78. 6eb066e Fixes RC4 config dependencies in tests in ssl-opt.h by Simon Butcher · 9 years ago
  79. f06edd6 Remove unused code from PKCS1v15 test suite by Janos Follath · 9 years ago
  80. 282e1d9 Add missing config dependencies to PKCS1 V15 tests by Simon Butcher · 9 years ago
  81. 329149e Add tests to cover PKCS1 v1.5 signature functions. by Janos Follath · 9 years ago
  82. c184d9d Fix the broken pkcs1 v1.5 test. by Janos Follath · 9 years ago
  83. b645c45 Add tests for the bug IOTSSL-619. by Janos Follath · 9 years ago
  84. 0705dd0 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  85. 365b226 x509: trailing bytes in DER: add integration tests by Janos Follath · 9 years ago
  86. f6f5441 x509: trailing bytes in DER: correct a unit test by Janos Follath · 9 years ago
  87. 02b8d48 Adapt SSLv3 test configuration for new default by Simon Butcher · 9 years ago
  88. 542ee5d Update default configuration by Janos Follath · 9 years ago
  89. f10f85f Add test for yotta debug build by Manuel Pégourié-Gonnard · 10 years ago
  90. bb81b4a Make ar invocation more portable by Manuel Pégourié-Gonnard · 10 years ago
  91. 79a1da6 Improved on the previous fix and added a test case to cover both types by Janos Follath · 10 years ago
  92. 5429c0a Improved on the fix of #309 and extended the test to cover subroutines. by Janos Follath · 10 years ago
  93. d0e0c03 Tests and fix added for #309 (inplace mpi doubling). by Janos Follath · 10 years ago
  94. 543e436 Change version number to 2.1.4 by Simon Butcher · 10 years ago mbedtls-2.1.4
  95. 3cb2074 Add test case for root with max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  96. 922cd9b Add test case for first intermediate max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  97. ef43d41 Changed version number to 2.1.3 by Simon Butcher · 10 years ago mbedtls-2.1.3
  98. 5b28920 Remove debugging code left in test case by Simon Butcher · 10 years ago
  99. 7315635 Disable Yotta tests from 'all tests' script by Simon Butcher · 10 years ago
  100. e34dcd7 Use own implementation of strsep() by Manuel Pégourié-Gonnard · 10 years ago