1. bb4aaf1 ssl-opt.sh: support fixed seed for random tests by Gilles Peskine · 8 years ago
  2. 49349ba Merge remote-tracking branch 'upstream-public/pr/1153' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  3. 25aa833 Merge branch 'pr_1082' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  4. 283a80d Merge remote-tracking branch 'upstream-public/pr/1108' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  5. a6f6947 Merge remote-tracking branch 'upstream-public/pr/943' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  6. d08ae68 Merge remote-tracking branch 'upstream-public/pr/1112' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  7. 4f9973e Add build and ssl-opt.sh run for !SSL_RENEGOTIATION to all.sh by Hanno Becker · 8 years ago
  8. 7889113 Add dependency on SSL_RENEGOTIATION to renego tests in ssl-opt.sh by Hanno Becker · 8 years ago
  9. 797c084 Add tests for disabled MFL-extension to all.sh by Hanno Becker · 8 years ago
  10. 6ed76f7 Use a conservative excess of the maximum fragment length in tests by Hanno Becker · 8 years ago
  11. 64691dc Let ssl-opt.sh gracefully fail is SSL_MAX_CONTENT_LEN is not 16384 by Hanno Becker · 8 years ago
  12. 0d885d3 Add expected number of fragments to 16384-byte packet tests by Hanno Becker · 8 years ago
  13. 2fabe5f Add tests for messages beyond 16384 bytes to ssl-opt.sh by Hanno Becker · 8 years ago
  14. 0560778 Add missing test-dependencies for MBEDTLS_SSL_MAX_FRAGMENT_LENGTH by Hanno Becker · 8 years ago
  15. b1d78fc Improve leap year test names in x509parse.data by Andres Amaya Garcia · 8 years ago
  16. bc04113 Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  17. 5f1dd80 Renegotiation: Add tests for SigAlg ext parsing by Janos Follath · 8 years ago
  18. 8379554 Correct typo: PBDFK -> PBKDF by Hanno Becker · 8 years ago
  19. 0d0422c Unify naming schemes for RSA keys by Hanno Becker · 8 years ago
  20. 82027c1 Don't use all_final as a target in tests/data_files/Makefile by Hanno Becker · 8 years ago
  21. 734b6d4 Add suffix for 1024-bit RSA key files by Hanno Becker · 8 years ago
  22. f5b1ea3 Correct Makefile in tests/data_files by Hanno Becker · 8 years ago
  23. f700a71 Add further tests for DER-encoded PKCS8-v2-DES encrypted RSA keys by Hanno Becker · 8 years ago
  24. 5e568e2 Add further tests for new RSA keys by Hanno Becker · 8 years ago
  25. dca5081 Update keyfiles by Hanno Becker · 8 years ago
  26. 9c22f59 Add RSA key generation commands to test Makefile by Hanno Becker · 8 years ago
  27. 0642ed4 Add tests for encrypted 2048 and 4096-bit RSA keys by Hanno Becker · 8 years ago
  28. 7de3ff3 Minor style and typo corrections by Hanno Becker · 8 years ago
  29. 2b6c3f6 Extend tests/data_files/Makefile to include CRT's for CRT write test by Hanno Becker · 8 years ago
  30. e3af3af Omit version from X.509 v1 certificates by Hanno Becker · 8 years ago
  31. b974e98 Add test case calling ssl_set_hostname twice by Hanno Becker · 8 years ago
  32. d2cc7ce Correct definition of ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  33. 7968ad9 Guard some tests by presence of strong entropy by Hanno Becker · 8 years ago
  34. 66580d2 Add internal macro ENTROPY_HAVE_STRONG indicating strong entropy by Hanno Becker · 8 years ago
  35. 276d530 Support negative dependencies in test cases by Hanno Becker · 8 years ago
  36. 7fdabd3 Correct typo in entropy test suite data by Hanno Becker · 8 years ago
  37. e4875e0 Initialize RSA context in RSA test suite before first potentially failing operation by Hanno Becker · 8 years ago
  38. 1fe5e8a Update version number to 2.1.9 by Simon Butcher · 8 years ago mbedtls-2.1.9
  39. 266f344 Remove the check in ssl-opt.sh for MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  40. d4d70c4 Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  41. eeb1350 Fix typo by Hanno Becker · 8 years ago
  42. 88c6f72 Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 tests by Hanno Becker · 8 years ago
  43. 323a222 Improve Readme for long test certificate chains by Hanno Becker · 8 years ago
  44. 81cc8f6 Check value of MBEDTLS_X509_MAX_INTERMEDIATE_CA in ssl-opt.sh by Hanno Becker · 8 years ago
  45. 4721831 Fix typos by Janos Follath · 8 years ago
  46. 71103cb Make test script more portable by Manuel Pégourié-Gonnard · 8 years ago
  47. cdb4dc9 Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  48. 591035d Add SSL tests for long cert chains by Manuel Pégourié-Gonnard · 8 years ago
  49. c386317 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  50. 489939f Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  51. 4770dbc Add test for limit on intermediate certificates by Manuel Pégourié-Gonnard · 8 years ago
  52. ad6cf99 Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  53. 9674a62 Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  54. 7ebf632 Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  55. 5ff277e Backport 2.1: check if iv is zero in gcm. by Ron Eldor · 8 years ago
  56. fbb9837 Update the version number to 2.1.8 by Simon Butcher · 8 years ago mbedtls-2.1.8
  57. 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
  58. ebe391d Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  59. 5539366 Fix issue in testing SHA-1 compile-time option by Manuel Pégourié-Gonnard · 8 years ago
  60. 61c0c70 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  61. b55f613 Merge remote-tracking branch 'gilles/iotssl-1223/mbedtls-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  62. 5e0144f Fix bug in backport from SHA-1 blacklisting by Manuel Pégourié-Gonnard · 8 years ago
  63. c4cb493 Cleaned up negative test predicate for test case by Gilles Peskine · 8 years ago
  64. b49351d all.sh: test with SHA-1 enabled by Gilles Peskine · 8 years ago
  65. 7344e1b SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  66. 9bb4f28 Document test data makefile by Gilles Peskine · 8 years ago
  67. e7375ef X.509 tests: obey compile-time SHA-1 support option by Gilles Peskine · 8 years ago
  68. 35db5ba Allow SHA-1 in test scripts by Gilles Peskine · 8 years ago
  69. ae76599 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  70. 559674c Test that X.509 verification rejects SHA-256 by default by Gilles Peskine · 8 years ago
  71. dd57d75 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  72. 83ed596 Added SHA256 test certificates by Gilles Peskine · 8 years ago
  73. 53a8e86 Add negative testing for mbedtls_pem_read_buffer() by Andres AG · 8 years ago
  74. 39e2981 Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  75. d8fcfe7 Fix check-doxy-blocks.pl to run from root dir by Andres Amaya Garcia · 9 years ago
  76. 230ee31 RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  77. 2938ccb Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  78. 2a8d655 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  79. 2323477 Update version number to 2.1.7 for release by Simon Butcher · 8 years ago mbedtls-2.1.7
  80. e0545c3 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 9 years ago mbedtls-2.1.7-rc1
  81. 46efbff Fix failing pkparse test case by Andres AG · 8 years ago
  82. c7fb230 Add invalid key tests for curve SECP224K1 by Janos Follath · 9 years ago
  83. a841d75 Add unit tests for X509 certificate date parsing by Janos Follath · 8 years ago
  84. d352e6d Merge branch 'mbedtls-2.1-iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  85. f26f0e3 Merge branch 'mbedtls-2.1-iotssl-1077-dos-crl' by Simon Butcher · 8 years ago
  86. b8ba861 Add PK tests to avoid hashlen overflow for RSA by Andres AG · 8 years ago
  87. 8504173 Add DTLS test to check 6 byte record ctr is cmp by Andres AG · 9 years ago
  88. 31ea513 Remove need for elevated command line in Windows by Simon B · 9 years ago
  89. 5e20b82 Fix config of compiler warning flags with MSVC by Simon B · 9 years ago
  90. 0a5ff55 Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  91. f083b31 Fix generate_code.pl to handle escaped : by Andres AG · 9 years ago
  92. 3da3b6e Add tests for out flags from x509_crt_verify_top() by Andres AG · 9 years ago
  93. 978bdf9 Add test for infinite loop in CRL parse by Andres AG · 9 years ago
  94. d5d6a30 Add tests for overreads in pem_read_buffer() by Andres AG · 9 years ago
  95. 41ce6e6 Remove need for elevated command line in Windows by Simon B · 9 years ago
  96. e2e2db4 Fix config of compiler warning flags with MSVC by Simon B · 9 years ago
  97. 44ea011 Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  98. 016a0d3 Update library version number to 2.1.6 by Simon Butcher · 9 years ago mbedtls-2.1.6
  99. 8bd467c Merge branch 'mbedtls-2.1' by Simon Butcher · 9 years ago
  100. d7f1902 Updated test script all.sh by Simon Butcher · 9 years ago