1. 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
  2. 5042b10 - Removing obsolete test files (DER strings are used instead of them to minimize resource usage) by toth92g · 4 years, 3 months ago
  3. 357b297 Correcting tests: by toth92g · 4 years, 3 months ago
  4. 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
  5. 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
  6. 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
  7. d90376e Add a test for a malformed directoryname sequence by Andrzej Kurek · 2 years, 7 months ago
  8. d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 6 months ago
  9. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  10. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  11. 33a1302 X.509: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  12. 608e3ef Add test for parsing SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  13. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  14. 25fd51f test: add missing include in test_suite_x509parse by Valerio Setti · 2 years, 6 months ago
  15. 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
  16. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  17. d7992df Use input files to parse CSR instead of bytes by Przemek Stekiel · 2 years, 6 months ago
  18. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  19. 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  20. cc6e0a6 Fix missing initialisation of PSA Crypto by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  21. 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  22. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  23. 2bb9c8a Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  24. 01dd548 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  25. 3cd6758 Improve X509 DN test naming by David Horstmann · 2 years, 10 months ago
  26. db73d3b Add mbedtls_x509_get_name memory leak unit test by David Horstmann · 2 years, 10 months ago
  27. 47c7a73 Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
  28. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  29. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  30. 31ecb96 Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
  31. 3e5585b Replace TEST_ASSERT macro uses by Werner Lewis · 3 years, 1 month ago
  32. ac80a66 Reduce buffer sizes to expected size by Werner Lewis · 3 years, 1 month ago
  33. 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
  34. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  35. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  36. 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
  37. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  38. bd5466a Add test for accessor by Thomas Daubney · 3 years, 2 months ago
  39. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  40. cd20499 Fix dependencies in tests by Przemek Stekiel · 3 years, 3 months ago
  41. 28015e1 Set flag to proper value by Thomas Daubney · 3 years, 4 months ago
  42. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  43. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  44. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  45. ee33c60 Fix minor styling issues by Chris Jones · 4 years, 8 months ago
  46. fff2d57 Fix X.509 parsing tests if MBEDTLS_X509_REMOVE_INFO is set by Hanno Becker · 4 years, 10 months ago
  47. b4e5ddc Fix X.509 CRT parsing test if MBEDTLS_X509_REMOVE_INFO is set by Hanno Becker · 4 years, 10 months ago
  48. 5d4c4b1 Add missing dependencies on !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 6 years ago
  49. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  50. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  51. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  52. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  53. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  54. 1f186ff Add missing calls to USE_PSA_DONE by Gilles Peskine · 4 years, 6 months ago
  55. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  56. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  57. b77fad8 test_suite_x509parse.function improvement by Nicola Di Lieto · 5 years ago
  58. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  59. e58b463 Unsupported extension tests in test_suite_x509parse by Nicola Di Lieto · 5 years ago
  60. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  61. 17bb60c Tests for mbedtls_x509_crt_parse_der_with_ext_cb by Nicola Di Lieto · 5 years ago
  62. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  63. 20a4ade Add test cases exercising successful verification of MD2/MD4/MD5 CRT by Hanno Becker · 6 years ago
  64. 890819a Change mbedtls_x509_subject_alternative_name by Ron Eldor · 6 years ago
  65. b2dc3fa Suppport otherName of type hardware module name by Ron Eldor · 6 years ago
  66. 846ae7a Document and test flags in x509_verify by Janos Follath · 6 years ago
  67. d7ecbd6 Fix style issues and a typo by Janos Follath · 6 years ago
  68. dfd22c4 Address comments for x509 tests by Jarno Lamsa · 6 years ago
  69. 31d9db6 Change the verify function naming by Jarno Lamsa · 6 years ago
  70. 3f932bb Remove trailing whitespace in test_suite_x509parse.function by Hanno Becker · 6 years ago
  71. 0350d56 Only run X.509 CRT verification tests with CA callback tests if !CRL by Hanno Becker · 6 years ago
  72. cbb5903 Minor fixes to CA callback tests by Hanno Becker · 6 years ago
  73. 557426a Add a failure testcase for ca callback by Jarno Lamsa · 6 years ago
  74. 912ed33 Change callback name to ca_callback by Jarno Lamsa · 6 years ago
  75. 03cd120 Test for ca list callback by Jarno Lamsa · 6 years ago
  76. 8963b03 Merge remote-tracking branch 'origin/pr/2411' into development by Jaeden Amero · 6 years ago
  77. 3ea2687 psa: Initialize crypto in tests that need to by Jaeden Amero · 6 years ago
  78. 2d8a2c0 Modify existing X.509 test for also test new copyless API by Hanno Becker · 7 years ago
  79. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  80. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  81. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  82. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  83. 67735d5 Fix name conflict and implicit use of functions from string.h by Mohammad Azim Khan · 8 years ago
  84. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  85. 05e464d Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted by Manuel Pégourié-Gonnard · 7 years ago
  86. c153998 Add some tests for different available profiles by Ron Eldor · 7 years ago
  87. be2f0b5 Fix test that didn't check full value of flags by Manuel Pégourié-Gonnard · 8 years ago
  88. 8b59049 Make verify() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  89. d19a41d Add tests for verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  90. a54f6cc Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 8 years ago
  91. ea2dc14 Fix some whitespace by Manuel Pégourié-Gonnard · 8 years ago
  92. a656825 Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  93. ffa42ef Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  94. 4185978 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  95. 6b9d53f Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  96. 6622fed Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  97. e54931f Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  98. 9e24b51 Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  99. efdfeeb Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  100. 3b1422e Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 tests by Hanno Becker · 8 years ago