1. ecff9e9 Add test for CA forgery attempt by Manuel Pégourié-Gonnard · 8 years ago
  2. 9c9a228 Add test for profile on trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  3. 94ff1c6 Add tests for flags passed to f_vrfy by Manuel Pégourié-Gonnard · 8 years ago
  4. 2431061 Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  5. f2fd546 Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  6. 293b884 Fix depends_on:curve in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  7. 57176e5 Fix missing depends_on:SHA/MD in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  8. 6a42083 Add tests for spurious certs in the chain by Manuel Pégourié-Gonnard · 8 years ago
  9. 92cd3fe Add test for bad signature with longer chain by Manuel Pégourié-Gonnard · 8 years ago
  10. 3c87346 Add test for expired cert in longer chain by Manuel Pégourié-Gonnard · 8 years ago
  11. a8ed751 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  12. 3d12638 Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  13. 9c1282c Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  14. 90eb5d9 Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  15. c53082c Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  16. 607033e Add some tests for different available profiles by Ron Eldor · 7 years ago
  17. b1d78fc Improve leap year test names in x509parse.data by Andres Amaya Garcia · 8 years ago
  18. bc04113 Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  19. c386317 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  20. 489939f Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  21. 4770dbc Add test for limit on intermediate certificates by Manuel Pégourié-Gonnard · 8 years ago
  22. ad6cf99 Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  23. 9674a62 Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  24. 7ebf632 Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  25. c4cb493 Cleaned up negative test predicate for test case by Gilles Peskine · 8 years ago
  26. 7344e1b SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  27. e7375ef X.509 tests: obey compile-time SHA-1 support option by Gilles Peskine · 8 years ago
  28. 559674c Test that X.509 verification rejects SHA-256 by default by Gilles Peskine · 8 years ago
  29. dd57d75 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  30. a841d75 Add unit tests for X509 certificate date parsing by Janos Follath · 8 years ago
  31. d352e6d Merge branch 'mbedtls-2.1-iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  32. 3da3b6e Add tests for out flags from x509_crt_verify_top() by Andres AG · 9 years ago
  33. 978bdf9 Add test for infinite loop in CRL parse by Andres AG · 9 years ago
  34. 53d7713 Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  35. 8b45992 Add missing dependencies to X509 Parse test suite for P-384 curve by Simon Butcher · 9 years ago
  36. e223527 X509: Future CA among trusted: add more tests by Janos Follath · 9 years ago
  37. 38921c8 X509: Future CA among trusted: add unit tests by Janos Follath · 9 years ago
  38. f6f5441 x509: trailing bytes in DER: correct a unit test by Janos Follath · 9 years ago
  39. 3cb2074 Add test case for root with max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  40. 922cd9b Add test case for first intermediate max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  41. fd1f9e7 Fix whitespace at EOL issues by Manuel Pégourié-Gonnard · 10 years ago
  42. 841caf1 Use symbolic constants in test data by Manuel Pégourié-Gonnard · 10 years ago
  43. 36f1234 Additional corner cases for testing pathlen constrains. Just in case. by Janos Follath · 10 years ago
  44. c7bea31 Added test case for pathlen constrains in intermediate certificates by Janos Follath · 10 years ago
  45. 93080df Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 10 years ago
  46. fdbdd72 Skip to trusted certs early in the chain by Manuel Pégourié-Gonnard · 10 years ago
  47. 560fea3 Add tests for verify callback by Manuel Pégourié-Gonnard · 10 years ago
  48. 052d10c Accept a trailing space at end of PEM lines by Manuel Pégourié-Gonnard · 10 years ago
  49. 655a964 Adapt check_key_usage to new weird bits by Manuel Pégourié-Gonnard · 10 years ago
  50. 9a70225 Add parsing/printing for new X.509 keyUsage flags by Manuel Pégourié-Gonnard · 10 years ago
  51. d5f38b0 Fix dependencies on time on x509 test suite by Manuel Pégourié-Gonnard · 10 years ago
  52. cbb1f6e Implement cert profile checking by Manuel Pégourié-Gonnard · 10 years ago
  53. 9505164 Create cert profile API (unimplemented yet) by Manuel Pégourié-Gonnard · 10 years ago
  54. bc7bbbc Remove duplicated tests for x509_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  55. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  56. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  57. e75fa70 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  58. b5f48ad manually merge 39a183a add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  59. 39a183a Add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  60. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  61. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  62. 39ead3e Add test certificate for bitstring in DN by Manuel Pégourié-Gonnard · 10 years ago
  63. 555fbf8 Support composite RDNs in X.509 certs parsing by Manuel Pégourié-Gonnard · 11 years ago
  64. 5c2aa10 Fix curve dependency issues in X.509 test suite by Manuel Pégourié-Gonnard · 11 years ago
  65. 57a5d60 Add tests for concatenated CRLs by Manuel Pégourié-Gonnard · 11 years ago
  66. 8a5e3d4 Forbid repeated X.509 extensions by Manuel Pégourié-Gonnard · 11 years ago
  67. b134060 Fix memory leak with crafted X.509 certs by Manuel Pégourié-Gonnard · 11 years ago
  68. 0369a52 Fix uninitialised pointer dereference by Manuel Pégourié-Gonnard · 11 years ago
  69. 9c911da Add tests for X.509 name encoding mismatch by Manuel Pégourié-Gonnard · 11 years ago
  70. 5d86185 Fix memory leak while parsing some X.509 certs by Manuel Pégourié-Gonnard · 11 years ago
  71. 5a5fa92 x509_crt_parse() did not increase total_failed on PEM error by Paul Bakker · 11 years ago
  72. d153ef3 Missing dependencies on POLARSSL_ECP_C fixed by Paul Bakker · 11 years ago
  73. 237a847 Fix typos in comments by Paul Bakker · 11 years ago
  74. d249b7a Restore ability to trust non-CA selfsigned EE cert by Manuel Pégourié-Gonnard · 11 years ago
  75. c4eff16 Restore ability to use v1 CA if trusted locally by Manuel Pégourié-Gonnard · 11 years ago
  76. d77cd5d Add tests for x509_csr_parse by Manuel Pégourié-Gonnard · 11 years ago
  77. 5873b00 Add pathological RSASSA-PSS test certificates by Manuel Pégourié-Gonnard · 11 years ago
  78. 97049c2 Add forgotten depends in test by Manuel Pégourié-Gonnard · 11 years ago
  79. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  80. 8540369 Add tests for x509 rsassa_pss params parsing by Manuel Pégourié-Gonnard · 11 years ago
  81. eacccb7 Add RSASSA-PSS certificate with all defaults by Manuel Pégourié-Gonnard · 11 years ago
  82. 5388202 Also verify CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  83. 920e1cd Add basic PSS cert verification by Manuel Pégourié-Gonnard · 11 years ago
  84. 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 11 years ago
  85. 39868ee Parse CSRs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  86. 2a8d7fd Add tests for parsing CSRs by Manuel Pégourié-Gonnard · 12 years ago
  87. 8e42ff6 Parse CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  88. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  89. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  90. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  91. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  92. 1ebc0c5 Fix typos by Paul Bakker · 11 years ago
  93. 4cdb4d9 X509 time-related tests depend on POLARSSL_HAVE_TIME by Paul Bakker · 11 years ago
  94. 3d41370 Fix hash dependencies in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  95. edc81ff Fix some more curve depends in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  96. ec4d273 Fix curve dependencies in *keyusage tests by Manuel Pégourié-Gonnard · 11 years ago
  97. b6487da Fixed result for test case in test_suite_x509parse by Paul Bakker · 11 years ago
  98. add05d7 Fix some dependency declarations in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  99. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  100. 99d4f19 Add keyUsage checking for CAs by Manuel Pégourié-Gonnard · 11 years ago