1. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  2. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  3. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  4. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  5. 5da1d75 Add missing memory deallocation by Andrzej Kurek · 2 years, 4 months ago
  6. 13c43f6 Fix a copy-paste typo by Andrzej Kurek · 2 years, 4 months ago
  7. 76c9662 Add a test for SubjectAltName writing to a certificate by Andrzej Kurek · 2 years, 4 months ago
  8. 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
  9. 569c171 test: fix USE_PSA_INIT/DONE for x509 test suite by Valerio Setti · 2 years, 4 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. a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  13. 5a49d3c Replace mbedtls_x509_san_node with mbedtls_x509_subject_alternative_name by Przemek Stekiel · 2 years, 5 months ago
  14. 8e83d3a Add tests for writting SAN to CSR by Przemek Stekiel · 2 years, 6 months ago
  15. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  16. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  17. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  18. a87f839 test: improve error handling in x509_set_serial_check() by Valerio Setti · 2 years, 6 months ago
  19. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  20. dc3b154 Fix test guards by Dave Rodgman · 2 years, 7 months ago
  21. b8dc18f test: fix: remove invalid comment by Valerio Setti · 2 years, 7 months ago
  22. ea19d2d changelog: fixed typos by Valerio Setti · 2 years, 7 months ago
  23. aad8dbd test: fix tests for x509write_crt_set_serial(_new) by Valerio Setti · 2 years, 7 months ago
  24. 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
  25. da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  26. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  27. edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  28. 48e8fc7 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  29. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  30. 81cd7ab tests: ssl: Add missing dependency on MBEDTLS_X509_CRT_PARSE_C by Ronald Cron · 2 years, 10 months ago
  31. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  32. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  33. e2b772d Fix whitespace, missing const by Dave Rodgman · 3 years ago
  34. 5f3f0d0 Address minor review comments by Dave Rodgman · 3 years ago
  35. ec9f6b4 Fix minor compile errors by Dave Rodgman · 3 years ago
  36. ca841d3 Add test for mbedtls_x509write_crt_set_ext_key_usage, and fix reversed order by Nicholas Wilson · 10 years ago
  37. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  38. 050819c test_suite_x509write: Move MBEDTLS_HAS_ALG_SHA_1_VIA_MD_OR_PSA dependency for x509_crt_check to .function file by Przemek Stekiel · 3 years ago
  39. f8087e5 x509_crt_check: remove MBEDTLS_SHA1_C dependency from .function file (already handed in .data file) by Przemek Stekiel · 3 years ago
  40. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  41. a97f1ac Initialize mbedtls_x509write_csr struct before USE_PSA_INIT(), mbedtls_x509write_csr_free() will crash if uninitialized by Neil Armstrong · 3 years ago
  42. f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
  43. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  44. 54a5446 test_suite_x509write: use psa_hash_compute() instead mbedtls_md() by Przemek Stekiel · 3 years ago
  45. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  46. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  47. 9597497 Update mbedtls_pk_wrap_as_opaque() usage in PK & X509write tests by Neil Armstrong · 3 years, 3 months ago
  48. e6ed23c Fix typo in x509_crt_check() comment by Neil Armstrong · 3 years, 3 months ago
  49. 6ce6dd9 Add Test generating certificates using an opaque EC key by Neil Armstrong · 3 years, 5 months ago
  50. 98f899c Test generating certificates using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  51. 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  52. c23d2e3 Wrap unused declaration in #if/#endif when USE_PSA is set in x509_csr_check() by Neil Armstrong · 3 years, 5 months ago
  53. 5b32038 Alternative CSR checks in x509_csr_check when USE_PSA_CRYPTO by Neil Armstrong · 3 years, 5 months ago
  54. 5f8328b Initialize PSA crypto in test_suite_x509write for RSA signing tests by Neil Armstrong · 3 years, 5 months ago
  55. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  56. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  57. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
  58. fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 3 months ago
  59. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  60. 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
  61. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  62. 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
  63. 9c134ce Add build instructions for new test data. by Darren Krahn · 4 years, 7 months ago
  64. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 8 months ago
  65. 9a4baa1 Remove unnecessary precautions around #include psa_crypto_helpers.h by Gilles Peskine · 4 years, 8 months ago
  66. 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  67. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  68. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  69. e560be3 Mark basic constraints critical as appropriate. by Darren Krahn · 4 years, 11 months ago
  70. 04b7488 Fix potential use of uninitialised variable by Manuel Pégourié-Gonnard · 5 years ago
  71. 8a79b9b Fix "unused function" warning in some configs by Manuel Pégourié-Gonnard · 5 years ago
  72. feb0396 Fix memory leak in test_suite_x509write with PSA crypto by Manuel Pégourié-Gonnard · 5 years ago
  73. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  74. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  75. f4e672e Add missing compilation guards in test suite by Gilles Peskine · 6 years ago
  76. bf2dacb Fix memory leak in CSR test suite on failure by Hanno Becker · 6 years ago
  77. 2fcdd74 Fix a memory leak in x509write test suite by Hanno Becker · 6 years ago
  78. 7067f81 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  79. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  80. 967cfd1 Remove trailing whitespace by Andrzej Kurek · 7 years ago
  81. 4b11407 Cosmetic changes by Andrzej Kurek · 7 years ago
  82. 5f7bad3 Add CSR write testing using opaque keys by Andrzej Kurek · 7 years ago
  83. cf32c45 Add missing headers and fix name change issues by Mohammad Azim Khan · 8 years ago
  84. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  85. 147b28e Fix remaining issues found by depend-pkalgs by Manuel Pégourié-Gonnard · 7 years ago
  86. 81535d0 Minor style and typo corrections by Hanno Becker · 8 years ago
  87. 418a622 Extend tests/data_files/Makefile to include CRT's for CRT write test by Hanno Becker · 8 years ago
  88. e0af995 Add test for bounds in X509 DER write funcs by Andres AG · 9 years ago
  89. 4fd0b25 Fix dual use of buffer in test by Manuel Pégourié-Gonnard · 10 years ago
  90. ac5361f Fix small issues in tests found by Coverity by Manuel Pégourié-Gonnard · 10 years ago
  91. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  92. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  93. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  94. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  95. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  96. 94b916c Split assignment and assert check into seperate lines in tests by Paul Bakker · 11 years ago
  97. 6c1a73e Improve x509xrite_csr testing: extensions, version by Manuel Pégourié-Gonnard · 11 years ago
  98. c5ce83a Improve x509xrite_csr testing: extensions, ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  99. 3a8cb6f Proper const modifier in test_suite_x509_csr_check() by Paul Bakker · 12 years ago
  100. 3daaf3d X509 key identifiers depend on SHA1 by Manuel Pégourié-Gonnard · 12 years ago