1. 8a6ba0b Improve leap year test names in x509parse.data by Andres Amaya Garcia · 8 years ago
  2. 7c02d13 Correctly handle leap year in x509_date_is_valid() by Andres AG · 9 years ago
  3. d0e7557 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  4. 8af7bfa Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  5. 7ac5019 Add test for limit on intermediate certificates by Manuel Pégourié-Gonnard · 8 years ago
  6. c94aeb5 Add CRT DER tests with incorrect version by Simon Butcher · 8 years ago
  7. c31d691 Add CRL DER tests with incorrect version by Simon Butcher · 8 years ago
  8. bb43aa9 Add CSR DER tests with incorrect version by Simon Butcher · 8 years ago
  9. a9ec0cd Restrict MD5 in x509 certificates by Ron Eldor · 8 years ago
  10. 9fb2828 Merge branch 'mbedtls-1.3-iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  11. 28ba747 Add tests for out flags from x509_crt_verify_top() by Andres AG · 9 years ago
  12. 67c6df4 Add test for infinite loop in CRL parse by Andres AG · 9 years ago
  13. 0da3e44 Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  14. a5a7f8d Fix skipped test dependency in x509parse by Andres AG · 9 years ago
  15. 463129b Add missing dependencies to X509 Parse test suite for P-384 curve by Simon Butcher · 9 years ago
  16. aeff929 X509: Future CA among trusted: add more tests by Janos Follath · 9 years ago
  17. e6bf979 X509: Future CA among trusted: add unit tests by Janos Follath · 9 years ago
  18. 6ad4f65 Add test case for root with max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  19. c058074 Add test case for first intermediate max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  20. 1da232d Use symbolic constants in test data by Manuel Pégourié-Gonnard · 10 years ago
  21. 3d98a7e Additional corner cases for testing pathlen constrains. Just in case. by Janos Follath · 10 years ago
  22. 189c743 Added test case for pathlen constrains in intermediate certificates by Janos Follath · 10 years ago
  23. 8f63e95 Fix typos that made tests be skipped by Manuel Pégourié-Gonnard · 10 years ago
  24. 1c38550 Skip to trusted certs early in the chain by Manuel Pégourié-Gonnard · 10 years ago
  25. 15f1088 Add tests for verify callback by Manuel Pégourié-Gonnard · 10 years ago
  26. b5d77d3 Accept a trailing space at end of PEM lines by Manuel Pégourié-Gonnard · 10 years ago
  27. 39a183a Add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  28. 39ead3e Add test certificate for bitstring in DN by Manuel Pégourié-Gonnard · 10 years ago
  29. 555fbf8 Support composite RDNs in X.509 certs parsing by Manuel Pégourié-Gonnard · 11 years ago
  30. 5c2aa10 Fix curve dependency issues in X.509 test suite by Manuel Pégourié-Gonnard · 11 years ago
  31. 57a5d60 Add tests for concatenated CRLs by Manuel Pégourié-Gonnard · 11 years ago
  32. 8a5e3d4 Forbid repeated X.509 extensions by Manuel Pégourié-Gonnard · 11 years ago
  33. b134060 Fix memory leak with crafted X.509 certs by Manuel Pégourié-Gonnard · 11 years ago
  34. 0369a52 Fix uninitialised pointer dereference by Manuel Pégourié-Gonnard · 11 years ago
  35. 9c911da Add tests for X.509 name encoding mismatch by Manuel Pégourié-Gonnard · 11 years ago
  36. 5d86185 Fix memory leak while parsing some X.509 certs by Manuel Pégourié-Gonnard · 11 years ago
  37. 5a5fa92 x509_crt_parse() did not increase total_failed on PEM error by Paul Bakker · 11 years ago
  38. d153ef3 Missing dependencies on POLARSSL_ECP_C fixed by Paul Bakker · 11 years ago
  39. 237a847 Fix typos in comments by Paul Bakker · 11 years ago
  40. d249b7a Restore ability to trust non-CA selfsigned EE cert by Manuel Pégourié-Gonnard · 11 years ago
  41. c4eff16 Restore ability to use v1 CA if trusted locally by Manuel Pégourié-Gonnard · 11 years ago
  42. d77cd5d Add tests for x509_csr_parse by Manuel Pégourié-Gonnard · 11 years ago
  43. 5873b00 Add pathological RSASSA-PSS test certificates by Manuel Pégourié-Gonnard · 11 years ago
  44. 97049c2 Add forgotten depends in test by Manuel Pégourié-Gonnard · 11 years ago
  45. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  46. 8540369 Add tests for x509 rsassa_pss params parsing by Manuel Pégourié-Gonnard · 11 years ago
  47. eacccb7 Add RSASSA-PSS certificate with all defaults by Manuel Pégourié-Gonnard · 11 years ago
  48. 5388202 Also verify CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  49. 920e1cd Add basic PSS cert verification by Manuel Pégourié-Gonnard · 11 years ago
  50. 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 11 years ago
  51. 39868ee Parse CSRs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  52. 2a8d7fd Add tests for parsing CSRs by Manuel Pégourié-Gonnard · 12 years ago
  53. 8e42ff6 Parse CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  54. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  55. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  56. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  57. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  58. 1ebc0c5 Fix typos by Paul Bakker · 11 years ago
  59. 4cdb4d9 X509 time-related tests depend on POLARSSL_HAVE_TIME by Paul Bakker · 11 years ago
  60. 3d41370 Fix hash dependencies in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  61. edc81ff Fix some more curve depends in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  62. ec4d273 Fix curve dependencies in *keyusage tests by Manuel Pégourié-Gonnard · 11 years ago
  63. b6487da Fixed result for test case in test_suite_x509parse by Paul Bakker · 11 years ago
  64. add05d7 Fix some dependency declarations in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  65. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  66. 99d4f19 Add keyUsage checking for CAs by Manuel Pégourié-Gonnard · 11 years ago
  67. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  68. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  69. 7b30cfc x509_crt_info() list output cosmectics by Manuel Pégourié-Gonnard · 11 years ago
  70. f6f4ab4 Print extended key usage in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  71. 65c2ddc Print key_usage in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  72. bce2b30 Print subject alt name in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  73. 919f8f5 Print NS Cert Type in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  74. b28487d Start printing extensions in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  75. c7a88a9 Fix more depend issues on specific curves by Manuel Pégourié-Gonnard · 11 years ago
  76. 9533765 Reject certs and CRLs from the future by Manuel Pégourié-Gonnard · 11 years ago
  77. 6304f78 Add x509_time_future() by Manuel Pégourié-Gonnard · 11 years ago
  78. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  79. 41cae8e Parse CSRs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  80. d4fd57d Add tests for parsing CSRs by Manuel Pégourié-Gonnard · 12 years ago
  81. 5eeb32b Parse CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  82. ce7c6fd Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  83. 3c1e8b5 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  84. d9fd87b Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  85. b1d4eb1 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  86. 474c2ce Fixed dependencies for some tests by Paul Bakker · 12 years ago
  87. c680405 Removed test for empty data_files/dir0 by Paul Bakker · 12 years ago
  88. fbae2a1 Add tests for x509_crt_parse_path() by Manuel Pégourié-Gonnard · 12 years ago
  89. 420edca Clean up config-suite-b.h thanks to new certs by Manuel Pégourié-Gonnard · 12 years ago
  90. cc648d1 Adapt test cases to new certs and file names by Manuel Pégourié-Gonnard · 12 years ago
  91. c27c4e2 Support faulty X509 v1 certificates with extensions by Paul Bakker · 12 years ago
  92. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  93. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  94. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  95. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  96. e827ce0 Fix for parse commit by Paul Bakker · 12 years ago
  97. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  98. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  99. 989ed38 Make CBC an option, step 2: cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  100. a594385 x509_verify() now case insensitive for cn (RFC 6125 6.4) by Paul Bakker · 12 years ago