1. 90eb5d9 Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  2. c53082c Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  3. ac33180 Merge branch 'pr_1354' into mbedtls-2.1 by Gilles Peskine · 7 years ago
  4. 2e50efa Merge remote-tracking branch 'upstream-public/pr/1334' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  5. 607033e Add some tests for different available profiles by Ron Eldor · 7 years ago
  6. f885c81 Update version to 2.1.10 by Jaeden Amero · 8 years ago
  7. c2c3432 Improve test_suite_pk size_t vs unsigned int check by Andres Amaya Garcia · 8 years ago
  8. ce37ab7 Fix test_suite_pk.function to work on 64-bit ILP32 by Andres Amaya Garcia · 8 years ago
  9. e5b443e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  10. 1741db9 fix bug in get_one_and_zeros_padding() by Micha Kraus · 8 years ago
  11. 1010760 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  12. b70ba9f Address issues found by coverity by Hanno Becker · 8 years ago
  13. 4aa6f12 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  14. 86bc448 Merge remote-tracking branch 'public/pr/1118' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  15. 92e6a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  16. 4b36dfb Merge remote-tracking branch 'upstream-public/pr/1174' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  17. 1854a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  18. 25aa833 Merge branch 'pr_1082' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  19. 283a80d Merge remote-tracking branch 'upstream-public/pr/1108' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  20. a6f6947 Merge remote-tracking branch 'upstream-public/pr/943' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  21. 9aab699 Merge remote-tracking branch 'upstream-restricted/pr/406' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  22. e881a22 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  23. d08ae68 Merge remote-tracking branch 'upstream-public/pr/1112' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  24. aed00f7 Merge remote-tracking branch 'restricted/pr/417' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  25. 67bfc5b Add tests for invalid private parameter in mbedtls_ecdsa_sign by Darryl Green · 8 years ago
  26. 31a2d14 RSA PSS: fix first byte check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  27. 9e20582 RSA PSS: fix minimum length check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  28. d0cd855 RSA: Fix another buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  29. 5c32471 RSA: Fix buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  30. b1d78fc Improve leap year test names in x509parse.data by Andres Amaya Garcia · 8 years ago
  31. bc04113 Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  32. 8379554 Correct typo: PBDFK -> PBKDF by Hanno Becker · 8 years ago
  33. 0d0422c Unify naming schemes for RSA keys by Hanno Becker · 8 years ago
  34. 734b6d4 Add suffix for 1024-bit RSA key files by Hanno Becker · 8 years ago
  35. f700a71 Add further tests for DER-encoded PKCS8-v2-DES encrypted RSA keys by Hanno Becker · 8 years ago
  36. 5e568e2 Add further tests for new RSA keys by Hanno Becker · 8 years ago
  37. 0642ed4 Add tests for encrypted 2048 and 4096-bit RSA keys by Hanno Becker · 8 years ago
  38. 7de3ff3 Minor style and typo corrections by Hanno Becker · 8 years ago
  39. 2b6c3f6 Extend tests/data_files/Makefile to include CRT's for CRT write test by Hanno Becker · 8 years ago
  40. e38900b Allow comments in test data files by Gilles Peskine · 8 years ago
  41. b974e98 Add test case calling ssl_set_hostname twice by Hanno Becker · 8 years ago
  42. 6cf9af3 DHM: Add negative tests for parameter checking by Janos Follath · 8 years ago
  43. d2cc7ce Correct definition of ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  44. 7968ad9 Guard some tests by presence of strong entropy by Hanno Becker · 8 years ago
  45. 66580d2 Add internal macro ENTROPY_HAVE_STRONG indicating strong entropy by Hanno Becker · 8 years ago
  46. 7fdabd3 Correct typo in entropy test suite data by Hanno Becker · 8 years ago
  47. e4875e0 Initialize RSA context in RSA test suite before first potentially failing operation by Hanno Becker · 8 years ago
  48. 1fe5e8a Update version number to 2.1.9 by Simon Butcher · 8 years ago mbedtls-2.1.9
  49. d4d70c4 Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  50. 88c6f72 Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 tests by Hanno Becker · 8 years ago
  51. c386317 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  52. 489939f Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  53. 4770dbc Add test for limit on intermediate certificates by Manuel Pégourié-Gonnard · 8 years ago
  54. ad6cf99 Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  55. 9674a62 Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  56. 7ebf632 Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  57. 5ff277e Backport 2.1: check if iv is zero in gcm. by Ron Eldor · 8 years ago
  58. fbb9837 Update the version number to 2.1.8 by Simon Butcher · 8 years ago mbedtls-2.1.8
  59. 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
  60. ebe391d Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  61. c4cb493 Cleaned up negative test predicate for test case by Gilles Peskine · 8 years ago
  62. 7344e1b SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  63. e7375ef X.509 tests: obey compile-time SHA-1 support option by Gilles Peskine · 8 years ago
  64. 559674c Test that X.509 verification rejects SHA-256 by default by Gilles Peskine · 8 years ago
  65. dd57d75 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  66. 53a8e86 Add negative testing for mbedtls_pem_read_buffer() by Andres AG · 8 years ago
  67. 230ee31 RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  68. 2938ccb Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  69. 2a8d655 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  70. 2323477 Update version number to 2.1.7 for release by Simon Butcher · 8 years ago mbedtls-2.1.7
  71. e0545c3 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 9 years ago mbedtls-2.1.7-rc1
  72. 46efbff Fix failing pkparse test case by Andres AG · 8 years ago
  73. c7fb230 Add invalid key tests for curve SECP224K1 by Janos Follath · 9 years ago
  74. a841d75 Add unit tests for X509 certificate date parsing by Janos Follath · 8 years ago
  75. d352e6d Merge branch 'mbedtls-2.1-iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  76. f26f0e3 Merge branch 'mbedtls-2.1-iotssl-1077-dos-crl' by Simon Butcher · 8 years ago
  77. b8ba861 Add PK tests to avoid hashlen overflow for RSA by Andres AG · 8 years ago
  78. 0a5ff55 Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  79. f083b31 Fix generate_code.pl to handle escaped : by Andres AG · 9 years ago
  80. 3da3b6e Add tests for out flags from x509_crt_verify_top() by Andres AG · 9 years ago
  81. 978bdf9 Add test for infinite loop in CRL parse by Andres AG · 9 years ago
  82. d5d6a30 Add tests for overreads in pem_read_buffer() by Andres AG · 9 years ago
  83. 44ea011 Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  84. 016a0d3 Update library version number to 2.1.6 by Simon Butcher · 9 years ago mbedtls-2.1.6
  85. 8bd467c Merge branch 'mbedtls-2.1' by Simon Butcher · 9 years ago
  86. 53d7713 Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  87. d9d0cda Merge branch 'mbedtls-2.1' by Simon Butcher · 9 years ago
  88. 95b3036 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  89. effb558 Add test for bounds in X509 DER write funcs by Andres AG · 9 years ago
  90. 8b45992 Add missing dependencies to X509 Parse test suite for P-384 curve by Simon Butcher · 9 years ago
  91. e223527 X509: Future CA among trusted: add more tests by Janos Follath · 9 years ago
  92. 38921c8 X509: Future CA among trusted: add unit tests by Janos Follath · 9 years ago
  93. 64f5df5 Changed version number to version 2.1.5 by Simon Butcher · 9 years ago
  94. f06edd6 Remove unused code from PKCS1v15 test suite by Janos Follath · 9 years ago
  95. 282e1d9 Add missing config dependencies to PKCS1 V15 tests by Simon Butcher · 9 years ago
  96. 329149e Add tests to cover PKCS1 v1.5 signature functions. by Janos Follath · 9 years ago
  97. c184d9d Fix the broken pkcs1 v1.5 test. by Janos Follath · 9 years ago
  98. b645c45 Add tests for the bug IOTSSL-619. by Janos Follath · 9 years ago
  99. 0705dd0 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  100. f6f5441 x509: trailing bytes in DER: correct a unit test by Janos Follath · 9 years ago