1. d19a41d Add tests for verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  2. 32033da Test some more handshake flows by Manuel Pégourié-Gonnard · 8 years ago
  3. 23e4162 ECDH: not restartable unless explicitly enabled by Manuel Pégourié-Gonnard · 8 years ago
  4. 1f1f2a1 Adapt ServerKeyEchange processing to restart by Manuel Pégourié-Gonnard · 8 years ago
  5. 862cde5 Add restart support for ECDSA client auth by Manuel Pégourié-Gonnard · 8 years ago
  6. 2350b4e Adapt ECDHE_ECDSA key exchange to restartable EC by Manuel Pégourié-Gonnard · 8 years ago
  7. 1f59606 Make PK EC sign/verify actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  8. c4ee9ac Add tests for restartable PK sign/verify by Manuel Pégourié-Gonnard · 8 years ago
  9. 66ba48a Make ECDH functions actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  10. 71b2c53 Add tests for restartable ECDH by Manuel Pégourié-Gonnard · 8 years ago
  11. af081f5 Make ECDSA sign actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  12. eb402f3 Add test for restartable signature by Manuel Pégourié-Gonnard · 8 years ago
  13. 5314f23 Make verify_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  14. 722e515 Add test for ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  15. 1ed2505 Add some negative testing for ecdsa_verify() by Manuel Pégourié-Gonnard · 8 years ago
  16. 0ff17df Fix ECDSA test descriptions by Manuel Pégourié-Gonnard · 8 years ago
  17. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  18. 1631d63 Make muladd_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  19. 54dd652 Introduce muladd_restartable() and its sub-context by Manuel Pégourié-Gonnard · 8 years ago
  20. 8467e68 Stop checking for argument change by Manuel Pégourié-Gonnard · 8 years ago
  21. b739a71 Start moving to new design/API by Manuel Pégourié-Gonnard · 8 years ago
  22. d3a0ca8 Add tests about number of restarts by Manuel Pégourié-Gonnard · 8 years ago
  23. 9c5c78f Fix indicative values of ops counts by Manuel Pégourié-Gonnard · 8 years ago
  24. 78d564a Add check for changing arguments by Manuel Pégourié-Gonnard · 8 years ago
  25. 77af79a Add proper allocation of restart context by Manuel Pégourié-Gonnard · 8 years ago
  26. 510d5ca Add early return test + fake implementation by Manuel Pégourié-Gonnard · 8 years ago
  27. a54f6cc Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 8 years ago
  28. 7ff243a Add missing dependency in test-certs Makefile by Manuel Pégourié-Gonnard · 8 years ago
  29. 562df40 Improve some comments, fix some typos+whitespace by Manuel Pégourié-Gonnard · 8 years ago
  30. ea2dc14 Fix some whitespace by Manuel Pégourié-Gonnard · 8 years ago
  31. a7c4c8a Make some perl scripts usable with git bisect run by Manuel Pégourié-Gonnard · 8 years ago
  32. 9bc860c Add test for callback and bad signatures by Manuel Pégourié-Gonnard · 8 years ago
  33. a656825 Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  34. 2d825d4 Add test for same CA with different keys by Manuel Pégourié-Gonnard · 8 years ago
  35. c10afdb Add test for CA forgery attempt by Manuel Pégourié-Gonnard · 8 years ago
  36. d092277 Add test for profile on trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  37. bc31301 Add tests for flags passed to f_vrfy by Manuel Pégourié-Gonnard · 8 years ago
  38. ffa42ef Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  39. 602544e Fix usage of CFLAGS with cmake in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  40. 43be6cd Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  41. 902bb6a Add new test script depends-pkalgs.pl by Manuel Pégourié-Gonnard · 8 years ago
  42. 5be9533 Fix depends_on:curve in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  43. 9ba9dfb Fix usage of {curves,key-exchanges}.pl in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  44. 1fe6bb9 Fix missing depends_on:SHA/MD in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  45. 42a4d30 Add new test script depends-hashes.pl by Manuel Pégourié-Gonnard · 8 years ago
  46. b341dd5 Add tests for spurious certs in the chain by Manuel Pégourié-Gonnard · 8 years ago
  47. 4dfc04a Add test for bad signature with longer chain by Manuel Pégourié-Gonnard · 8 years ago
  48. 29d60fb Add test for expired cert in longer chain by Manuel Pégourié-Gonnard · 8 years ago
  49. 4185978 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  50. 6b9d53f Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  51. 6622fed Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  52. 9832cea Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  53. e54931f Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  54. f145a9d Fix the check for max CA intermediates in ssl-opt.sh by Simon Butcher · 8 years ago
  55. 9e24b51 Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  56. 06b7863 Change a ssl-opt.sh script sanity checks by Simon Butcher · 8 years ago
  57. 7d6ec7b Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  58. c124061 Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  59. 6fb6d79 Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  60. d922c78 Move the git scripts to correct path by Ron Eldor · 8 years ago
  61. bf007d2 Pre push hook script by Ron Eldor · 9 years ago
  62. 2c4d558 Fixes test for MBEDTLS_NO_UDBL_DIVISION by Simon Butcher · 8 years ago
  63. f755bb3 Remove MBEDTLS_TYPE_UDBL tests from all.sh by Andres Amaya Garcia · 8 years ago
  64. 465db7e Fix no 64-bit division test in all.sh by Andres Amaya Garcia · 8 years ago
  65. 9946783 Add tests for 64 and 32-bit int types compilation by Andres Amaya Garcia · 8 years ago
  66. b1a977f MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION by Gilles Peskine · 8 years ago
  67. 5e873fb Add all.sh test to force 32-bit compilation by Andres Amaya Garcia · 8 years ago
  68. 5a21fd6 fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  69. 3b1422e Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 tests by Hanno Becker · 8 years ago
  70. e908c3d Improve Readme for long test certificate chains by Hanno Becker · 8 years ago
  71. a6bca9f Check value of MBEDTLS_X509_MAX_INTERMEDIATE_CA in ssl-opt.sh by Hanno Becker · 8 years ago
  72. 745bcf4 Fix typos by Janos Follath · 8 years ago
  73. 5be13d8 Make test script more portable by Manuel Pégourié-Gonnard · 8 years ago
  74. 9107b5f Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  75. 81bb6b6 Add SSL tests for long cert chains by Manuel Pégourié-Gonnard · 8 years ago
  76. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  77. d15795a Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  78. 1beb048 Add test for limit on intermediate certificates by Manuel Pégourié-Gonnard · 8 years ago
  79. f2a597f Update the version number to 2.5.1 by Simon Butcher · 8 years ago archive/mbedtls-2.5 archive/mbedtls-2.5.2 mbedtls-2.5 mbedtls-2.5.2 mbedtls-2.5.1
  80. b86b143 Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-restricted' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  81. 1178ac5 Merge remote-tracking branch 'hanno/sliding_exponentiation' into development by Manuel Pégourié-Gonnard · 8 years ago
  82. af63c21 Fix issue in testing SHA-1 compile-time option by Manuel Pégourié-Gonnard · 8 years ago
  83. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  84. ddc6e52 Merge remote-tracking branch 'gilles/iotssl-1223/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  85. 383a118 Merge remote-tracking branch 'gilles/IOTSSL-1330/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  86. f11d33b Cleaned up negative test predicate for test case by Gilles Peskine · 8 years ago
  87. 2a458da all.sh: test with SHA-1 enabled by Gilles Peskine · 8 years ago
  88. 5d2511c SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  89. fd14bca Document test data makefile by Gilles Peskine · 8 years ago
  90. 4fa6bed X.509 tests: obey compile-time SHA-1 support option by Gilles Peskine · 8 years ago
  91. 62469d9 Allow SHA-1 in test scripts by Gilles Peskine · 8 years ago
  92. bc70a18 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  93. 2dc81a0 Test that X.509 verification rejects SHA-256 by default by Gilles Peskine · 8 years ago
  94. ef86ab2 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  95. f040a17 Added SHA256 test certificates by Gilles Peskine · 8 years ago
  96. 8435c38 Remove use of size zero array in ECJPAKE test suite by Hanno Becker · 8 years ago
  97. d50177f Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  98. 9f77017 Updated version number to 2.5.0 by Simon Butcher · 8 years ago mbedtls-2.5.0
  99. 89baba2 Add tests for the CA suppression option by Janos Follath · 8 years ago
  100. d3f0f5e Fix check-doxy-blocks.pl to run from root dir by Andres Amaya Garcia · 9 years ago