1. 15e860c Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago
  2. 027b601 Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  3. 36169d4 Merge branch 'mbedtls-2.16-restricted' by Janos Follath · 5 years ago
  4. 75475d8 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  5. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  6. 4ddfdbf Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  7. d8dc8e2 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  8. 58c8da2 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  9. acf7f2c Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  10. 3650392 Update certificates to expire in 2029 by Ron Eldor · 6 years ago
  11. 418e761 Merge remote-tracking branch 'origin/pr/2484' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  12. 7aed01c Merge remote-tracking branch 'origin/pr/2481' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  13. 2f47214 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  14. 4e1bfc1 Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  15. bdf2035 Correct name of X.509 parsing test for well-formed, ill-signed CRT by Hanno Becker · 6 years ago
  16. cfa3418 Add test cases exercising successful verification of MD2/MD4/MD5 CRT by Hanno Becker · 6 years ago
  17. 4d7210c Add test case exercising verification of valid MD2 CRT by Hanno Becker · 6 years ago
  18. 928f617 Add instructions for MD[245] test CRTs to tests/data_files/Makefile by Hanno Becker · 6 years ago
  19. 8b3bcba Convert further x509parse tests to use lower-case hex data by Hanno Becker · 6 years ago
  20. 67d1848 Use SHA-256 instead of MD2 in X.509 CRT parsing tests by Hanno Becker · 6 years ago
  21. 556e6d8 Consistently use lower case hex data in X.509 parsing tests by Hanno Becker · 6 years ago
  22. f8b0b15 Rename server1.der to server1.crt.der by Hanno Becker · 6 years ago
  23. 5895a2d Add build instructions to generate DER versions of CRTs and keys by Hanno Becker · 6 years ago
  24. 9fc7af0 Merge remote-tracking branch 'origin/pr/2040' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  25. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  26. 381c77c Change serial in test-ca.crt from 0 to 3 to circumvent ASN.1 bug by Hanno Becker · 7 years ago
  27. 52acdb5 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 7 years ago
  28. 03de210 Add additional test case for alternative CSR headers by Simon Butcher · 7 years ago
  29. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  30. de420a4 Fix some test deps by Deomid Ryabkov · 9 years ago
  31. 1cfa2d0 Add missing dependencies in test_suite_x509parse by Gilles Peskine · 7 years ago
  32. 15ad579 Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted by Gilles Peskine · 7 years ago
  33. 79a5e72 Merge remote-tracking branch 'upstream-restricted/pr/463' into development-restricted-proposed by Jaeden Amero · 7 years ago mbedtls-2.8.0-rc1
  34. a63305d x509: CRL: add tests for non-critical extension by Manuel Pégourié-Gonnard · 7 years ago
  35. 0bdb050 x509: CRL: add tests for malformed extensions by Manuel Pégourié-Gonnard · 7 years ago
  36. fd3e4fb x509: CRL: reject unsupported critical extensions by Manuel Pégourié-Gonnard · 7 years ago
  37. 5f19328 Merge remote-tracking branch 'upstream-restricted/pr/398' into development-restricted-proposed by Gilles Peskine · 7 years ago
  38. 88a8dcb Fix remaining issues found by depend-hashes by Manuel Pégourié-Gonnard · 7 years ago
  39. 147b28e Fix remaining issues found by depend-pkalgs by Manuel Pégourié-Gonnard · 7 years ago
  40. 05e464d Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted by Manuel Pégourié-Gonnard · 7 years ago
  41. c153998 Add some tests for different available profiles by Ron Eldor · 7 years ago
  42. 72705c9 Add regression test for parsing subjectAltNames by Andres Amaya Garcia · 8 years ago
  43. 60100d0 Improve leap year test names in x509parse.data by Andres Amaya Garcia · 8 years ago
  44. 735b37e Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  45. be2f0b5 Fix test that didn't check full value of flags by Manuel Pégourié-Gonnard · 8 years ago
  46. b889d3e Clarify & uniformise test comments by Manuel Pégourié-Gonnard · 8 years ago
  47. 8b59049 Make verify() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  48. d19a41d Add tests for verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  49. a54f6cc Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 8 years ago
  50. 9bc860c Add test for callback and bad signatures by Manuel Pégourié-Gonnard · 8 years ago
  51. a656825 Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  52. 2d825d4 Add test for same CA with different keys by Manuel Pégourié-Gonnard · 8 years ago
  53. c10afdb Add test for CA forgery attempt by Manuel Pégourié-Gonnard · 8 years ago
  54. d092277 Add test for profile on trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  55. bc31301 Add tests for flags passed to f_vrfy by Manuel Pégourié-Gonnard · 8 years ago
  56. ffa42ef Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  57. 43be6cd Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  58. 5be9533 Fix depends_on:curve in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  59. 1fe6bb9 Fix missing depends_on:SHA/MD in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  60. b341dd5 Add tests for spurious certs in the chain by Manuel Pégourié-Gonnard · 8 years ago
  61. 4dfc04a Add test for bad signature with longer chain by Manuel Pégourié-Gonnard · 8 years ago
  62. 29d60fb Add test for expired cert in longer chain by Manuel Pégourié-Gonnard · 8 years ago
  63. 4185978 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  64. 6b9d53f Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  65. 6622fed Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  66. 9832cea Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  67. e54931f Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  68. 7d6ec7b Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  69. c124061 Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  70. 6fb6d79 Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  71. 7d97e66 Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  72. fff826c Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  73. f00baff Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  74. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  75. d15795a Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  76. 1beb048 Add test for limit on intermediate certificates by Manuel Pégourié-Gonnard · 8 years ago
  77. f11d33b Cleaned up negative test predicate for test case by Gilles Peskine · 8 years ago
  78. 5d2511c SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  79. 4fa6bed X.509 tests: obey compile-time SHA-1 support option by Gilles Peskine · 8 years ago
  80. 2dc81a0 Test that X.509 verification rejects SHA-256 by default by Gilles Peskine · 8 years ago
  81. ef86ab2 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  82. ea7054a Add unit tests for X509 certificate date parsing by Janos Follath · 8 years ago
  83. fc794ff Merge branch 'iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  84. 9f430c1 Add tests for out flags from x509_crt_verify_top() by Andres AG · 9 years ago
  85. a39db39 Add test for infinite loop in CRL parse by Andres AG · 9 years ago
  86. 4b76aec Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  87. f180df9 Added needed ECDSA dependencies to test_suite_x509parse.data by palaviv · 9 years ago
  88. a07ecda Added needed HASH dependencies to test_suite_x509parse.data by palaviv · 9 years ago
  89. 4b852db Merge branch 'iotssl-629-der-trailing-bytes' by Simon Butcher · 9 years ago
  90. fbe85fe Add missing dependencies to X509 Parse test suite for P-384 curve by Simon Butcher · 9 years ago
  91. df4bca2 X509: Future CA among trusted: add more tests by Janos Follath · 9 years ago
  92. 12c868c X509: Future CA among trusted: add unit tests by Janos Follath · 9 years ago
  93. e154f95 x509: trailing bytes in DER: correct a unit test by Janos Follath · 9 years ago
  94. 8b4331a Add test case for root with max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  95. a3aa43d Add test case for first intermediate max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  96. 568f1e7 Merge branch 'iotssl-515-max-pathlen' into development by Manuel Pégourié-Gonnard · 10 years ago
  97. e670f90 Fix whitespace at EOL issues by Manuel Pégourié-Gonnard · 10 years ago
  98. 03dde85 Use symbolic constants in test data by Manuel Pégourié-Gonnard · 10 years ago
  99. 65eefc8 Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 10 years ago
  100. ef4f258 Additional corner cases for testing pathlen constrains. Just in case. by Janos Follath · 10 years ago