1. db305ff X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  2. 59f4a18 Fix test dependency SHA1 -> SHA256 by Przemek Stekiel · 2 years, 6 months ago
  3. d7992df Use input files to parse CSR instead of bytes by Przemek Stekiel · 2 years, 6 months ago
  4. 94e21e1 Skip unsupported extensions by Przemek Stekiel · 2 years, 6 months ago
  5. 92cce3f Use extension .csr.der to indicate format by Przemek Stekiel · 2 years, 6 months ago
  6. f0e25c72 Add missing dependencies for negative tests, remove PEM dependency by Przemek Stekiel · 2 years, 6 months ago
  7. 1609685 Add negative test cases and use DER format for CSRs by Przemek Stekiel · 2 years, 6 months ago
  8. 3f948c9 Fix typo in test dependencies by Przemek Stekiel · 2 years, 6 months ago
  9. 685d472 Adapt expected output of existing tests by Przemek Stekiel · 2 years, 7 months ago
  10. 46a4a49 Add tests to very parsing of CSR v3 extensions by Przemek Stekiel · 2 years, 7 months ago
  11. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  12. 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  13. b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 8 months ago
  14. 3b1a706 Disable 'wrong salt len' test with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  15. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  16. 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  17. d0e3d45 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
  18. db73d3b Add mbedtls_x509_get_name memory leak unit test by David Horstmann · 2 years, 10 months ago
  19. d0225af Add a new test with a binary hwSerialNum by Victor Barpp Gomes · 2 years, 10 months ago
  20. 47c7a73 Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
  21. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  22. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  23. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  24. 31ecb96 Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
  25. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  26. 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
  27. 90c46c3 Use consistent test case names by Werner Lewis · 3 years, 2 months ago
  28. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  29. 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
  30. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  31. 3ff4fc6 Add test data by Thomas Daubney · 3 years, 2 months ago
  32. 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
  33. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  34. 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
  35. 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
  36. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  37. dee975a Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option by TRodziewicz · 4 years, 2 months ago
  38. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  39. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  40. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  41. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  42. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  43. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  44. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  45. a282984 Merge pull request #773 from paul-elliott-arm/discrepancy_cert by Gilles Peskine · 4 years, 8 months ago
  46. ca17ebf Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  47. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  48. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  49. a4e8614 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  50. 7d2a4d8 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  51. 210bea3 Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  52. b2281e1 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  53. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  54. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  55. e58b463 Unsupported extension tests in test_suite_x509parse by Nicola Di Lieto · 5 years ago
  56. 17bb60c Tests for mbedtls_x509_crt_parse_der_with_ext_cb by Nicola Di Lieto · 5 years ago
  57. 46b8782 fix mbedtls_x509_dn_gets to escape non-ASCII characters by Koh M. Nakagawa · 5 years ago
  58. d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
  59. 1605074 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  60. 6710e15 Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full and fix tests by Gilles Peskine · 5 years ago
  61. 049feff Add dependencies on !MBEDTLS_SHA512_NO_SHA384 to x509/ssl unit tests by Gilles Peskine · 5 years ago
  62. 61c8a37 Merge pull request #2836 from hanno-arm/x509_crt_policies_tests by Jaeden Amero · 6 years ago
  63. f70d3eb Uncomment X509 test that now works by Gilles Peskine · 6 years ago
  64. 74692ae Merge remote-tracking branch 'origin/pr/2488' into development by Jaeden Amero · 6 years ago
  65. 7a020f3 Make test case descriptions unique by Gilles Peskine · 6 years ago
  66. 6dfa665 X.509: Add numerous negative parsing tests for CertificatePolicy ext by Hanno Becker · 6 years ago
  67. c15ff98 X.509: Adapt negative parsing test for no data in CrtPolicy ext by Hanno Becker · 6 years ago
  68. 7b8330a X.509: Move negative tests for CertificatePolicy parsing by Hanno Becker · 6 years ago
  69. 82a1fe5 X.509: Remove CRT policy parsing test 'bool len missing' by Hanno Becker · 6 years ago
  70. 2dedcc5 Change X.509 test cases to not rely on asn1parse limitations by Gilles Peskine · 6 years ago
  71. 9eeb861 Update certificates to expire in 2029 by Ron Eldor · 6 years ago
  72. c54ee93 Merge remote-tracking branch 'origin/pr/2443' into development by Jaeden Amero · 6 years ago
  73. 7af080a Merge remote-tracking branch 'origin/pr/2442' into development by Jaeden Amero · 6 years ago
  74. 6b5dc68 Merge remote-tracking branch 'origin/pr/2430' into development by Jaeden Amero · 6 years ago
  75. 61cf9e3 Fix documentation of X.509 parsing test by Hanno Becker · 6 years ago
  76. 7717c41 Add X.509 CRT parsing test for mixed time-encodings by Hanno Becker · 6 years ago
  77. 8671e81 Improve X.509 CRT parsing test names by Hanno Becker · 6 years ago
  78. 04b10c0 Add negative X.509 parsing tests for v3Ext in v1/v2 CRT by Hanno Becker · 6 years ago
  79. d51d485 Add negative X.509 parsing tests for IssuerID/SubjectID in v1 CRT by Hanno Becker · 6 years ago
  80. 7ca07e3 Improve name of X.509 CRT parsing test by Hanno Becker · 6 years ago
  81. 764fbdf Always use the same X.509 alg structure inside and outside of TBS by Hanno Becker · 6 years ago
  82. 60dd6fc Fix test dependencies in X.509 CRT parsing suite by Hanno Becker · 6 years ago
  83. 31af3b8 Fix non-DER length encoding in two X.509 CRT parsing tests by Hanno Becker · 6 years ago
  84. 19db19e Fix test case name formatting in X.509 parsing suite by Hanno Becker · 6 years ago
  85. 0f5acc1 Use ASN.1 NULL TLVs when testing invalid tags by Hanno Becker · 6 years ago
  86. 2389d16 Shorten X.509 CRT parsing test names by Hanno Becker · 6 years ago
  87. 44199b6 Extend negative testing for X.509 Signature parsing by Hanno Becker · 6 years ago
  88. 5f88a77 Extend negative testing for X.509 SignatureAlgorithm parsing by Hanno Becker · 6 years ago
  89. 05987e3 Extend negative testing for X.509 v3 Extension parsing by Hanno Becker · 6 years ago
  90. be3850a Extend negative testing for X.509 SubjectID parsing by Hanno Becker · 6 years ago
  91. 9f06b50 Extend negative testing for X.509 IssuerID parsing by Hanno Becker · 6 years ago
  92. bb955e5 Extend negative testing for X.509 SubjectPublicKeyInfo parsing by Hanno Becker · 6 years ago
  93. 28ae6b1 Extend negative testing for X.509 Subject parsing by Hanno Becker · 6 years ago
  94. 18459d4 Extend negative testing for X.509 Validity parsing by Hanno Becker · 6 years ago
  95. 5e2cf38 Extend negative testing for X.509 Issuer parsing by Hanno Becker · 6 years ago
  96. a328fff Extend negative testing for X.509 AlgorithmIdentifier parsing by Hanno Becker · 6 years ago
  97. e7d8f96 Extend negative testing for X.509 Serial number parsing by Hanno Becker · 6 years ago
  98. a9ef412 Extend negative testing for X.509 Version parsing by Hanno Becker · 6 years ago
  99. a5c481e Extend negative testing for X.509 TBS header parsing by Hanno Becker · 6 years ago
  100. 6ccfb18 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago