1. 8bde649 Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  2. f22983b Merge pull request #7411 from mprse/extract-key-ids-test by Gilles Peskine · 2 years, 2 months ago
  3. b3eaf8c Use predefined serial numer in certificates by Przemek Stekiel · 2 years, 2 months ago
  4. 0b683a9 Remove redundant test and add tests: keyid only (without issuer) by Przemek Stekiel · 2 years, 2 months ago
  5. 401c8e3 Adapt test (use path instead of bytes) after rebase by Przemek Stekiel · 2 years, 3 months ago
  6. 05d5c3e Further test improvements by Przemek Stekiel · 2 years, 3 months ago
  7. 64a06e4 Add more test cases by Przemek Stekiel · 2 years, 3 months ago
  8. 2c64e90 Use RSA keys in generated certificates by Przemek Stekiel · 2 years, 3 months ago
  9. b1f0b53 Add test for invalid KeyIdentifier tag length + adapt error code by Przemek Stekiel · 2 years, 3 months ago
  10. 1969f6a Test optional fields in authorityKeyId by Przemek Stekiel · 2 years, 4 months ago
  11. 0ad1006 Check values in tests by Przemek Stekiel · 2 years, 4 months ago
  12. 2568d47 Use generated certs in DER format in tests by Przemek Stekiel · 2 years, 4 months ago
  13. 63973ab Add test for invalid IP length (+use der format in tests) by Przemek Stekiel · 2 years, 2 months ago
  14. 63a4cdd Add test to parse ipV4 and ipV6 addresses by Przemek Stekiel · 2 years, 2 months ago
  15. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  16. bffe31c change path of mbedtls_x509_crl_parse input data by Jerry Yu · 2 years, 2 months ago
  17. 87f6477 change path of mbedtls_x509_csr_parse_file input data by Jerry Yu · 2 years, 2 months ago
  18. a3e249c change path of mbedtls_x509_csr_info input data by Jerry Yu · 2 years, 2 months ago
  19. e8e7bbb change path of x509_parse_san input data by Jerry Yu · 2 years, 2 months ago
  20. 1c3cfb3 change path of x509parse_crt_file input data by Jerry Yu · 2 years, 2 months ago
  21. 85b0758 change path of x509_cert_info input data by Jerry Yu · 2 years, 2 months ago
  22. 2d412c6 change path of mbedtls_x509_crl_info input data by Jerry Yu · 2 years, 2 months ago
  23. aa266f2 Merge pull request #7602 from mprse/AuthorityKeyId_leak_fix by Paul Elliott · 2 years, 3 months ago
  24. da97ad9 Use valid MD5 dependency for test by Przemek Stekiel · 2 years, 3 months ago
  25. 69482f9 Add test to cover memory leak in authorityCertIssuer case by Przemek Stekiel · 2 years, 3 months ago
  26. 926bcb0 Merge pull request #7532 from AndrzejKurek/remove-leading-zeroes-ip-parsing by Paul Elliott · 2 years, 3 months ago
  27. 199eab9 Add partial support for URI SubjectAltNames by Andrzej Kurek · 2 years, 3 months ago
  28. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  29. ed9fb78 Fix parsing of KeyIdentifier (tag length error case) + test by Przemek Stekiel · 2 years, 3 months ago
  30. 6f400a3 Disallow leading zeroes when parsing IPv4 addresses by Andrzej Kurek · 2 years, 3 months ago
  31. 1a24895 Simplify string escapes by Gilles Peskine · 2 years, 8 months ago
  32. 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
  33. af04f63 Add an IPv4 mapped IPv6 test by Andrzej Kurek · 2 years, 4 months ago
  34. fe05081 Introduce an additional test for IPV4 parsing by Andrzej Kurek · 2 years, 4 months ago
  35. e404612 Replace old macro in test_suite_x509parse by Andrzej Kurek · 2 years, 4 months ago
  36. 7bd00e0 use MBEDTLS_PK_CAN_ECDSA_SOME by Glenn Strauss · 2 years, 5 months ago
  37. 700ffa0 use MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA_BASED_ON_USE_PSA by Glenn Strauss · 2 years, 5 months ago
  38. 6f545ac Add mbedtls_x509_crt_parse_cn_inet_pton() tests by Glenn Strauss · 2 years, 10 months ago
  39. 3208b0b add IP SAN tests changes per mbedTLS standards by Eugene K · 5 years ago
  40. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  41. 79354c3 Use MBEDTLS_MD_CAN_SHA1 macro as test dependency by Przemek Stekiel · 2 years, 4 months ago
  42. 09720e2 Remove redundant test cases by Przemek Stekiel · 2 years, 6 months ago
  43. 75653b1 Add indication of extension error while parsing authority/subject key id by Przemek Stekiel · 2 years, 6 months ago
  44. 6ec839a x509_get_authority_key_id: add length check + test by Przemek Stekiel · 2 years, 6 months ago
  45. 8661fed Fix tests dependencies by Przemek Stekiel · 2 years, 6 months ago
  46. 8d435a0 Renaming x509_get_subject_alt_name to x509_get_general_names and mbedtls_x509_parse_subject_alt_name to mbedtls_x509_parse_general_name so they can be used not only to collect subject alt name, but the V3 authority cert issuer that is also GeneralName type. by toth92g · 4 years, 3 months ago
  47. 5042b10 - Removing obsolete test files (DER strings are used instead of them to minimize resource usage) by toth92g · 4 years, 3 months ago
  48. 357b297 Correcting tests: by toth92g · 4 years, 3 months ago
  49. 2d2fb3a Correting findings: Using DER format instead of PEM while testing to minimize the resource usage. Comparation of byte arrays in test are now done via the dedicated ASSERT_COMPARE test macro for better understanding by toth92g · 4 years, 3 months ago
  50. 0e2e2d6 x509parse tests used only last 16 bits of the return values. They are updated to check the whole 32 bit value by toth92g · 4 years, 5 months ago
  51. 3c2243c Replacing hard-coded literals with macros of the library in the new x509parse tests by toth92g · 4 years, 5 months ago
  52. a41954d Extracting SubjectKeyId and AuthorityKeyId in case of x509 V3 extensions. Updating mbedtls_x509_crt_free function to also free the new dynamic elements (issuer field of AuthorityKeyId). by toth92g · 4 years, 6 months ago
  53. 43d7131 Fix rfc822name test arguments by Andrzej Kurek · 2 years, 5 months ago
  54. 532b8d4 Move an x509 malformation test by Andrzej Kurek · 2 years, 6 months ago
  55. d90376e Add a test for a malformed directoryname sequence by Andrzej Kurek · 2 years, 7 months ago
  56. d348632 Switch from PEM to DER format for new x509 directoryname test by Andrzej Kurek · 2 years, 7 months ago
  57. 151d85d Introduce a test for a malformed directoryname SAN by Andrzej Kurek · 2 years, 7 months ago
  58. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  59. a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  60. ac2251d Merge pull request #7076 from mprse/parse_RFC822_name by Paul Elliott · 2 years, 5 months ago
  61. ffb92b0 Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
  62. a006f8c Adapt dependencies for parsing rfc822Name test by Przemek Stekiel · 2 years, 6 months ago
  63. a4fad2b Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
  64. 5b9e416 Add rfc822Name support in mbedtls_x509_info_subject_alt_name + adapt test by Przemek Stekiel · 2 years, 6 months ago
  65. 608e3ef Add test for parsing SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  66. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  67. 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
  68. 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
  69. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  70. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  71. a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
  72. 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
  73. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  74. 7dcdc13 Change SHA256_C to HAS_ALG_SHA256_VIA[..] in x509 tests by Andrzej Kurek · 2 years, 7 months ago
  75. 5d82c3b X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  76. db305ff X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  77. 59f4a18 Fix test dependency SHA1 -> SHA256 by Przemek Stekiel · 2 years, 6 months ago
  78. d7992df Use input files to parse CSR instead of bytes by Przemek Stekiel · 2 years, 6 months ago
  79. 94e21e1 Skip unsupported extensions by Przemek Stekiel · 2 years, 6 months ago
  80. 92cce3f Use extension .csr.der to indicate format by Przemek Stekiel · 2 years, 6 months ago
  81. f0e25c72 Add missing dependencies for negative tests, remove PEM dependency by Przemek Stekiel · 2 years, 6 months ago
  82. 1609685 Add negative test cases and use DER format for CSRs by Przemek Stekiel · 2 years, 6 months ago
  83. 3f948c9 Fix typo in test dependencies by Przemek Stekiel · 2 years, 6 months ago
  84. 685d472 Adapt expected output of existing tests by Przemek Stekiel · 2 years, 7 months ago
  85. 46a4a49 Add tests to very parsing of CSR v3 extensions by Przemek Stekiel · 2 years, 7 months ago
  86. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  87. 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  88. b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 8 months ago
  89. 3b1a706 Disable 'wrong salt len' test with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  90. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  91. 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  92. d0e3d45 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
  93. db73d3b Add mbedtls_x509_get_name memory leak unit test by David Horstmann · 2 years, 10 months ago
  94. d0225af Add a new test with a binary hwSerialNum by Victor Barpp Gomes · 2 years, 10 months ago
  95. 47c7a73 Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
  96. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  97. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  98. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  99. 31ecb96 Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
  100. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago