1. 010d23f test_suite_[pkparse|x509parse]: fix return values of some PEM related error tests by Valerio Setti · 1 year, 6 months ago
  2. fe329ce rsa: handle buffer length similarly in private and public key parsing by Valerio Setti · 1 year, 6 months ago
  3. 5922cb9 pkparse: keep legacy PK error codes when RSA key parsing fails by Valerio Setti · 1 year, 6 months ago
  4. dccfd36 rsa: update return values of priv/pub parse/write functions by Valerio Setti · 1 year, 7 months ago
  5. e92f6dc New test cases requested in https://github.com/Mbed-TLS/mbedtls/pull/8378#discussion_r1383779861 by Matthias Schulz · 1 year, 9 months ago
  6. ab40822 Added parameters to add callback function to handle unsupported extensions. Similar to how the callback functions work when parsing certificates. Also added new test cases. by Matthias Schulz · 1 year, 10 months ago
  7. 0ca58e3 Added testcase with certificate that contains extensions with critical fields. by Matthias Schulz · 1 year, 10 months ago
  8. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  9. 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
  10. a0ba8aa Add test for non ascii x509 subject name by Agathiyan Bragadeesh · 2 years ago
  11. 47cc76f Update x509 test for numericoid/hexstring output by Agathiyan Bragadeesh · 2 years ago
  12. ef299d6 Add more tests for RFC 4514 by Agathiyan Bragadeesh · 2 years ago
  13. dba8a64 Add and update tests for x509write and x509parse by Agathiyan Bragadeesh · 2 years ago
  14. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
  15. 8abb349 Merge branch 'development' into mbedtls_x509_crt_parse_path-qemu-bug by Dave Rodgman · 2 years, 1 month ago
  16. 2d07a72 Merge pull request #7821 from davidhorstmann-arm/simplify-test-dn-formatting by Dave Rodgman · 2 years, 1 month ago
  17. 3f2448b Merge pull request #7802 from AndrzejKurek/go-go-der-certs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  18. 603271c test: solve disparities in driver coverage analysis for no_ecp_at_all() by Valerio Setti · 2 years, 1 month ago
  19. 9a3a1a6 Simplify directory name comparison in tests by David Horstmann · 2 years, 2 months ago
  20. 2016fa3 Use DER format for x509 SAN tests by Andrzej Kurek · 2 years, 2 months ago
  21. 8bde649 Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  22. f22983b Merge pull request #7411 from mprse/extract-key-ids-test by Gilles Peskine · 2 years, 2 months ago
  23. b3eaf8c Use predefined serial numer in certificates by Przemek Stekiel · 2 years, 2 months ago
  24. 0b683a9 Remove redundant test and add tests: keyid only (without issuer) by Przemek Stekiel · 2 years, 2 months ago
  25. 401c8e3 Adapt test (use path instead of bytes) after rebase by Przemek Stekiel · 2 years, 3 months ago
  26. 05d5c3e Further test improvements by Przemek Stekiel · 2 years, 3 months ago
  27. 64a06e4 Add more test cases by Przemek Stekiel · 2 years, 3 months ago
  28. 2c64e90 Use RSA keys in generated certificates by Przemek Stekiel · 2 years, 3 months ago
  29. b1f0b53 Add test for invalid KeyIdentifier tag length + adapt error code by Przemek Stekiel · 2 years, 3 months ago
  30. 1969f6a Test optional fields in authorityKeyId by Przemek Stekiel · 2 years, 4 months ago
  31. 0ad1006 Check values in tests by Przemek Stekiel · 2 years, 4 months ago
  32. 2568d47 Use generated certs in DER format in tests by Przemek Stekiel · 2 years, 4 months ago
  33. 63973ab Add test for invalid IP length (+use der format in tests) by Przemek Stekiel · 2 years, 2 months ago
  34. 63a4cdd Add test to parse ipV4 and ipV6 addresses by Przemek Stekiel · 2 years, 2 months ago
  35. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  36. bffe31c change path of mbedtls_x509_crl_parse input data by Jerry Yu · 2 years, 2 months ago
  37. 87f6477 change path of mbedtls_x509_csr_parse_file input data by Jerry Yu · 2 years, 2 months ago
  38. a3e249c change path of mbedtls_x509_csr_info input data by Jerry Yu · 2 years, 2 months ago
  39. e8e7bbb change path of x509_parse_san input data by Jerry Yu · 2 years, 2 months ago
  40. 1c3cfb3 change path of x509parse_crt_file input data by Jerry Yu · 2 years, 2 months ago
  41. 85b0758 change path of x509_cert_info input data by Jerry Yu · 2 years, 2 months ago
  42. 2d412c6 change path of mbedtls_x509_crl_info input data by Jerry Yu · 2 years, 2 months ago
  43. aa266f2 Merge pull request #7602 from mprse/AuthorityKeyId_leak_fix by Paul Elliott · 2 years, 3 months ago
  44. da97ad9 Use valid MD5 dependency for test by Przemek Stekiel · 2 years, 3 months ago
  45. 69482f9 Add test to cover memory leak in authorityCertIssuer case by Przemek Stekiel · 2 years, 3 months ago
  46. 926bcb0 Merge pull request #7532 from AndrzejKurek/remove-leading-zeroes-ip-parsing by Paul Elliott · 2 years, 3 months ago
  47. 199eab9 Add partial support for URI SubjectAltNames by Andrzej Kurek · 2 years, 3 months ago
  48. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  49. ed9fb78 Fix parsing of KeyIdentifier (tag length error case) + test by Przemek Stekiel · 2 years, 3 months ago
  50. f292b9d Fix pastapasta by Gilles Peskine · 2 years, 4 months ago
  51. 3c96e0f typo by Gilles Peskine · 2 years, 4 months ago
  52. 55ad28a Document a known issue with testing of mbedtls_x509_crt_parse_path by Gilles Peskine · 2 years, 4 months ago
  53. 1e5fec6 Improve testing of mbedtls_x509_crt_parse_file by Gilles Peskine · 2 years, 4 months ago
  54. 6f400a3 Disallow leading zeroes when parsing IPv4 addresses by Andrzej Kurek · 2 years, 3 months ago
  55. 1a24895 Simplify string escapes by Gilles Peskine · 2 years, 8 months ago
  56. 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
  57. af04f63 Add an IPv4 mapped IPv6 test by Andrzej Kurek · 2 years, 4 months ago
  58. fe05081 Introduce an additional test for IPV4 parsing by Andrzej Kurek · 2 years, 4 months ago
  59. e404612 Replace old macro in test_suite_x509parse by Andrzej Kurek · 2 years, 4 months ago
  60. 7bd00e0 use MBEDTLS_PK_CAN_ECDSA_SOME by Glenn Strauss · 2 years, 5 months ago
  61. 700ffa0 use MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA_BASED_ON_USE_PSA by Glenn Strauss · 2 years, 5 months ago
  62. 6f545ac Add mbedtls_x509_crt_parse_cn_inet_pton() tests by Glenn Strauss · 2 years, 9 months ago
  63. 3208b0b add IP SAN tests changes per mbedTLS standards by Eugene K · 5 years ago
  64. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  65. 79354c3 Use MBEDTLS_MD_CAN_SHA1 macro as test dependency by Przemek Stekiel · 2 years, 4 months ago
  66. 09720e2 Remove redundant test cases by Przemek Stekiel · 2 years, 6 months ago
  67. 75653b1 Add indication of extension error while parsing authority/subject key id by Przemek Stekiel · 2 years, 6 months ago
  68. 6ec839a x509_get_authority_key_id: add length check + test by Przemek Stekiel · 2 years, 6 months ago
  69. 8661fed Fix tests dependencies by Przemek Stekiel · 2 years, 6 months ago
  70. 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
  71. 5042b10 - Removing obsolete test files (DER strings are used instead of them to minimize resource usage) by toth92g · 4 years, 3 months ago
  72. 357b297 Correcting tests: by toth92g · 4 years, 3 months ago
  73. 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
  74. 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
  75. 3c2243c Replacing hard-coded literals with macros of the library in the new x509parse tests by toth92g · 4 years, 5 months ago
  76. 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
  77. 43d7131 Fix rfc822name test arguments by Andrzej Kurek · 2 years, 5 months ago
  78. 532b8d4 Move an x509 malformation test by Andrzej Kurek · 2 years, 6 months ago
  79. d90376e Add a test for a malformed directoryname sequence by Andrzej Kurek · 2 years, 7 months ago
  80. d348632 Switch from PEM to DER format for new x509 directoryname test by Andrzej Kurek · 2 years, 7 months ago
  81. 151d85d Introduce a test for a malformed directoryname SAN by Andrzej Kurek · 2 years, 7 months ago
  82. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  83. a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  84. ac2251d Merge pull request #7076 from mprse/parse_RFC822_name by Paul Elliott · 2 years, 5 months ago
  85. ffb92b0 Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
  86. a006f8c Adapt dependencies for parsing rfc822Name test by Przemek Stekiel · 2 years, 6 months ago
  87. a4fad2b Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
  88. 5b9e416 Add rfc822Name support in mbedtls_x509_info_subject_alt_name + adapt test by Przemek Stekiel · 2 years, 6 months ago
  89. 608e3ef Add test for parsing SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  90. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  91. 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
  92. 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
  93. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  94. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  95. a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
  96. 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
  97. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  98. 7dcdc13 Change SHA256_C to HAS_ALG_SHA256_VIA[..] in x509 tests by Andrzej Kurek · 2 years, 7 months ago
  99. 5d82c3b X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  100. db305ff X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago