1. 6c0fba4 Update version to 2.1.12 by Jaeden Amero · 7 years ago
  2. a1149a7 Add tests for "return plaintext data faster on unpadded decryption" by Andrzej Kurek · 7 years ago
  3. 82e288a Merge remote-tracking branch 'upstream-public/pr/1494' into mbedtls-2.1-proposed by Jaeden Amero · 7 years ago
  4. 478baec Merge remote-tracking branch 'upstream-public/pr/1525' into mbedtls-2.1-proposed by Jaeden Amero · 7 years ago
  5. e425103 Fix some test deps by Deomid Ryabkov · 9 years ago
  6. 748ddda Fix test dependencies of pkcs5 pbs2 on asn1 parse by Andres Amaya Garcia · 7 years ago
  7. 9a05d1a Add missing dependencies in test_suite_x509parse by Gilles Peskine · 7 years ago
  8. 2a74061 Merge tag 'mbedtls-2.1.11' into iotssl-1381-x509-verify-refactor-2.1-restricted by Gilles Peskine · 7 years ago
  9. 1a886ff Fix parsing of PKCS#8 encoded Elliptic Curve keys. by Jethro Beekman · 7 years ago
  10. 1c986a9 Update version to 2.1.11 by Jaeden Amero · 7 years ago mbedtls-2.1.11
  11. 23f503f Merge remote-tracking branch 'upstream-restricted/pr/465' into mbedtls-2.1-restricted-proposed by Jaeden Amero · 7 years ago
  12. 5e50ff8 Merge remote-tracking branch 'upstream-restricted/pr/395' into mbedtls-2.1-restricted-proposed by Jaeden Amero · 7 years ago
  13. 74b8ae8 x509: CRL: add tests for non-critical extension by Manuel Pégourié-Gonnard · 7 years ago
  14. 85f36ae x509: CRL: add tests for malformed extensions by Manuel Pégourié-Gonnard · 7 years ago
  15. b066176 x509: CRL: reject unsupported critical extensions by Manuel Pégourié-Gonnard · 7 years ago
  16. df6f3dd Merge remote-tracking branch 'upstream-restricted/pr/430' into mbedtls-2.1-restricted-proposed by Gilles Peskine · 7 years ago
  17. 8c12179 Merge remote-tracking branch 'upstream-restricted/pr/360' into mbedtls-2.1-restricted-proposed by Gilles Peskine · 7 years ago
  18. 503047f Fix 2.1-specific remaining MD/PK depend issues by Manuel Pégourié-Gonnard · 7 years ago
  19. 5e533f4 Merge remote-tracking branch 'upstream-public/pr/1373' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  20. 8da4f86 Merge remote-tracking branch 'upstream-public/pr/1009' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  21. 62732b3 Fix remaining issues found by depend-hashes by Manuel Pégourié-Gonnard · 7 years ago
  22. 8326fb2 Fix remaining issues found by depend-pkalgs by Manuel Pégourié-Gonnard · 7 years ago
  23. 8111a85 Tests: add omitted dependency on MBEDTLS_ECDSA_C in test_suite_debug by Gert van Dijk · 8 years ago
  24. dc8b748 Fix test that didn't check full value of flags by Manuel Pégourié-Gonnard · 8 years ago
  25. 3273955 Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 8 years ago
  26. 3f0f972 Fix some whitespace by Manuel Pégourié-Gonnard · 8 years ago
  27. aa86a61 Add test for callback and bad signatures by Manuel Pégourié-Gonnard · 8 years ago
  28. 7e00e1c Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  29. 93d828c Add test for same CA with different keys by Manuel Pégourié-Gonnard · 8 years ago
  30. ecff9e9 Add test for CA forgery attempt by Manuel Pégourié-Gonnard · 8 years ago
  31. 9c9a228 Add test for profile on trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  32. 94ff1c6 Add tests for flags passed to f_vrfy by Manuel Pégourié-Gonnard · 8 years ago
  33. 2431061 Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  34. f2fd546 Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  35. 293b884 Fix depends_on:curve in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  36. 57176e5 Fix missing depends_on:SHA/MD in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  37. 6a42083 Add tests for spurious certs in the chain by Manuel Pégourié-Gonnard · 8 years ago
  38. 92cd3fe Add test for bad signature with longer chain by Manuel Pégourié-Gonnard · 8 years ago
  39. 3c87346 Add test for expired cert in longer chain by Manuel Pégourié-Gonnard · 8 years ago
  40. a8ed751 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  41. 3d12638 Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  42. 9c1282c Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  43. 90eb5d9 Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  44. c53082c Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  45. cabc098 Test suite test_suite_pk test pk_rsa_overflow passes valid parameters for hash and sig. by itayzafrir · 7 years ago
  46. ac33180 Merge branch 'pr_1354' into mbedtls-2.1 by Gilles Peskine · 7 years ago
  47. 2e50efa Merge remote-tracking branch 'upstream-public/pr/1334' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  48. 0a63f9e tests_suite_pkparse: new PKCS8-v2 keys with PRF != SHA1 by Antonio Quartulli · 8 years ago
  49. b0fe7be tests/pkcs5/pbkdf2_hmac: extend array to accommodate longer results by Antonio Quartulli · 8 years ago
  50. 6ae1fe0 tests/pkcs5/pbkdf2_hmac: add unit tests for additional SHA algorithms by Antonio Quartulli · 8 years ago
  51. b9e3c6d pkcs5v2: add support for additional hmacSHA algorithms by Antonio Quartulli · 8 years ago
  52. 607033e Add some tests for different available profiles by Ron Eldor · 7 years ago
  53. f885c81 Update version to 2.1.10 by Jaeden Amero · 8 years ago
  54. c2c3432 Improve test_suite_pk size_t vs unsigned int check by Andres Amaya Garcia · 8 years ago
  55. ce37ab7 Fix test_suite_pk.function to work on 64-bit ILP32 by Andres Amaya Garcia · 8 years ago
  56. e5b443e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  57. 8bcd549 Refactored test suite template code by SimonB · 9 years ago
  58. 0284f58 Added support for per test suite helper functions by SimonB · 9 years ago
  59. 9b9ae0d Test corner case uses of memory_buffer_alloc.c by Andres AG · 9 years ago
  60. e9cfe14 Widens test bounds on memory alloc tests by Simon Butcher · 9 years ago
  61. aff7992 Additional tests to test stack buffer allocator by SimonB · 9 years ago
  62. 1741db9 fix bug in get_one_and_zeros_padding() by Micha Kraus · 8 years ago
  63. 1010760 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  64. b70ba9f Address issues found by coverity by Hanno Becker · 8 years ago
  65. 4aa6f12 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  66. 86bc448 Merge remote-tracking branch 'public/pr/1118' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  67. 92e6a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  68. 4b36dfb Merge remote-tracking branch 'upstream-public/pr/1174' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  69. 4b4744b Add regression test for parsing subjectAltNames by Andres Amaya Garcia · 8 years ago
  70. 1854a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  71. 25aa833 Merge branch 'pr_1082' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  72. 283a80d Merge remote-tracking branch 'upstream-public/pr/1108' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  73. a6f6947 Merge remote-tracking branch 'upstream-public/pr/943' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  74. 9aab699 Merge remote-tracking branch 'upstream-restricted/pr/406' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  75. e881a22 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  76. d08ae68 Merge remote-tracking branch 'upstream-public/pr/1112' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  77. aed00f7 Merge remote-tracking branch 'restricted/pr/417' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  78. 67bfc5b Add tests for invalid private parameter in mbedtls_ecdsa_sign by Darryl Green · 8 years ago
  79. e2ccadd Ensure RSA test suite calls rsa_private with PRNG by Hanno Becker · 8 years ago
  80. 31a2d14 RSA PSS: fix first byte check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  81. 9e20582 RSA PSS: fix minimum length check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  82. d0cd855 RSA: Fix another buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  83. 5c32471 RSA: Fix buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  84. b1d78fc Improve leap year test names in x509parse.data by Andres Amaya Garcia · 8 years ago
  85. bc04113 Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  86. 8379554 Correct typo: PBDFK -> PBKDF by Hanno Becker · 8 years ago
  87. 0d0422c Unify naming schemes for RSA keys by Hanno Becker · 8 years ago
  88. 734b6d4 Add suffix for 1024-bit RSA key files by Hanno Becker · 8 years ago
  89. f700a71 Add further tests for DER-encoded PKCS8-v2-DES encrypted RSA keys by Hanno Becker · 8 years ago
  90. 5e568e2 Add further tests for new RSA keys by Hanno Becker · 8 years ago
  91. 0642ed4 Add tests for encrypted 2048 and 4096-bit RSA keys by Hanno Becker · 8 years ago
  92. 7de3ff3 Minor style and typo corrections by Hanno Becker · 8 years ago
  93. 2b6c3f6 Extend tests/data_files/Makefile to include CRT's for CRT write test by Hanno Becker · 8 years ago
  94. e38900b Allow comments in test data files by Gilles Peskine · 8 years ago
  95. b974e98 Add test case calling ssl_set_hostname twice by Hanno Becker · 8 years ago
  96. 996720d Remove redundant dependency by Sanne Wouda · 8 years ago
  97. bd58a14 Rename test and update dependencies by Sanne Wouda · 8 years ago
  98. 6cf9af3 DHM: Add negative tests for parameter checking by Janos Follath · 8 years ago
  99. 1981676 Add test case found through fuzzing to pkparse test suite by Sanne Wouda · 8 years ago
  100. d2cc7ce Correct definition of ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago