1. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  2. 81cd7ab tests: ssl: Add missing dependency on MBEDTLS_X509_CRT_PARSE_C by Ronald Cron · 2 years, 10 months ago
  3. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  4. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  5. e2b772d Fix whitespace, missing const by Dave Rodgman · 3 years ago
  6. 5f3f0d0 Address minor review comments by Dave Rodgman · 3 years ago
  7. ec9f6b4 Fix minor compile errors by Dave Rodgman · 3 years ago
  8. ca841d3 Add test for mbedtls_x509write_crt_set_ext_key_usage, and fix reversed order by Nicholas Wilson · 10 years ago
  9. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  10. 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
  11. f8087e5 x509_crt_check: remove MBEDTLS_SHA1_C dependency from .function file (already handed in .data file) by Przemek Stekiel · 3 years ago
  12. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  13. a97f1ac Initialize mbedtls_x509write_csr struct before USE_PSA_INIT(), mbedtls_x509write_csr_free() will crash if uninitialized by Neil Armstrong · 3 years, 1 month ago
  14. f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
  15. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  16. 54a5446 test_suite_x509write: use psa_hash_compute() instead mbedtls_md() by Przemek Stekiel · 3 years ago
  17. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  18. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  19. 9597497 Update mbedtls_pk_wrap_as_opaque() usage in PK & X509write tests by Neil Armstrong · 3 years, 3 months ago
  20. e6ed23c Fix typo in x509_crt_check() comment by Neil Armstrong · 3 years, 3 months ago
  21. 6ce6dd9 Add Test generating certificates using an opaque EC key by Neil Armstrong · 3 years, 5 months ago
  22. 98f899c Test generating certificates using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  23. 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  24. c23d2e3 Wrap unused declaration in #if/#endif when USE_PSA is set in x509_csr_check() by Neil Armstrong · 3 years, 5 months ago
  25. 5b32038 Alternative CSR checks in x509_csr_check when USE_PSA_CRYPTO by Neil Armstrong · 3 years, 5 months ago
  26. 5f8328b Initialize PSA crypto in test_suite_x509write for RSA signing tests by Neil Armstrong · 3 years, 5 months ago
  27. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  28. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  29. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
  30. fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 3 months ago
  31. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  32. 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
  33. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  34. 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
  35. 9c134ce Add build instructions for new test data. by Darren Krahn · 4 years, 7 months ago
  36. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 8 months ago
  37. 9a4baa1 Remove unnecessary precautions around #include psa_crypto_helpers.h by Gilles Peskine · 4 years, 8 months ago
  38. 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  39. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  40. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  41. e560be3 Mark basic constraints critical as appropriate. by Darren Krahn · 4 years, 11 months ago
  42. 04b7488 Fix potential use of uninitialised variable by Manuel Pégourié-Gonnard · 5 years ago
  43. 8a79b9b Fix "unused function" warning in some configs by Manuel Pégourié-Gonnard · 5 years ago
  44. feb0396 Fix memory leak in test_suite_x509write with PSA crypto by Manuel Pégourié-Gonnard · 5 years ago
  45. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  46. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  47. f4e672e Add missing compilation guards in test suite by Gilles Peskine · 6 years ago
  48. bf2dacb Fix memory leak in CSR test suite on failure by Hanno Becker · 6 years ago
  49. 2fcdd74 Fix a memory leak in x509write test suite by Hanno Becker · 6 years ago
  50. 7067f81 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  51. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  52. 967cfd1 Remove trailing whitespace by Andrzej Kurek · 7 years ago
  53. 4b11407 Cosmetic changes by Andrzej Kurek · 7 years ago
  54. 5f7bad3 Add CSR write testing using opaque keys by Andrzej Kurek · 7 years ago
  55. cf32c45 Add missing headers and fix name change issues by Mohammad Azim Khan · 8 years ago
  56. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  57. 147b28e Fix remaining issues found by depend-pkalgs by Manuel Pégourié-Gonnard · 7 years ago
  58. 81535d0 Minor style and typo corrections by Hanno Becker · 8 years ago
  59. 418a622 Extend tests/data_files/Makefile to include CRT's for CRT write test by Hanno Becker · 8 years ago
  60. e0af995 Add test for bounds in X509 DER write funcs by Andres AG · 9 years ago
  61. 4fd0b25 Fix dual use of buffer in test by Manuel Pégourié-Gonnard · 10 years ago
  62. ac5361f Fix small issues in tests found by Coverity by Manuel Pégourié-Gonnard · 10 years ago
  63. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  64. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  65. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  66. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  67. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  68. 94b916c Split assignment and assert check into seperate lines in tests by Paul Bakker · 11 years ago
  69. 6c1a73e Improve x509xrite_csr testing: extensions, version by Manuel Pégourié-Gonnard · 11 years ago
  70. c5ce83a Improve x509xrite_csr testing: extensions, ECDSA by Manuel Pégourié-Gonnard · 11 years ago
  71. 3a8cb6f Proper const modifier in test_suite_x509_csr_check() by Paul Bakker · 12 years ago
  72. 3daaf3d X509 key identifiers depend on SHA1 by Manuel Pégourié-Gonnard · 12 years ago
  73. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  74. 77e23fb Move *_pemify() function to PEM module by Paul Bakker · 12 years ago
  75. dce7fdc Fixed warnings in case POLARSSL_PEM_C is not defined by Paul Bakker · 12 years ago
  76. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  77. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  78. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  79. 31e5940 Add missing f_rng/p_rng arguments to x509write_crt by Manuel Pégourié-Gonnard · 12 years ago
  80. f38e71a Convert x509write_crt interface to PK by Manuel Pégourié-Gonnard · 12 years ago
  81. 6de63e4 Add EC support to x509write_key by Manuel Pégourié-Gonnard · 12 years ago
  82. 7f1f092 Add test for x509write_key by Manuel Pégourié-Gonnard · 12 years ago
  83. e1f821a Adapt x509write_pubkey interface to use PK by Manuel Pégourié-Gonnard · 12 years ago
  84. 33250b0 Add test for x509write_pubkey_pem() by Manuel Pégourié-Gonnard · 12 years ago
  85. ee73179 Adapt x509write_csr prototypes for PK by Manuel Pégourié-Gonnard · 12 years ago
  86. 27d87fa Fix many off-by-one errors by Manuel Pégourié-Gonnard · 12 years ago
  87. cd35803 Changes x509_csr to x509write_csr by Paul Bakker · 12 years ago
  88. 2397cf3 First certificate writing test. Full server1.crt reconstruction by Paul Bakker · 12 years ago
  89. 82e2945 Changed naming and prototype convention for x509write functions by Paul Bakker · 12 years ago
  90. 2130796 Switched order of storing x509_req_names to match inputed order by Paul Bakker · 12 years ago
  91. 8eabfc1 Rewrote x509 certificate request writing to use structure for storing by Paul Bakker · 12 years ago
  92. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  93. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  94. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  95. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  96. 58ef6ec Cleaner test-memory cleanups by Paul Bakker · 13 years ago
  97. 6d62050 - First tests for x509_write_cert_req() compat with OpenSSL output by Paul Bakker · 13 years ago