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