- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
- a3cc463 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
- bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
- 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
- 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
- 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
- 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
- 315c3ca Add required dependency to the testcase by Jonathan Winzig · 1 year, 7 months ago
- 6c9779f Remove unneeded testcase by Jonathan Winzig · 1 year, 7 months ago
- 2bd2b78 Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
- 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
- e04a97a Move MPI initialization to start of function by David Horstmann · 1 year, 8 months ago
- f257420 Fix code style by Gilles Peskine · 1 year, 10 months ago
- 21e46b3 Fix missing initializations on some error paths by Gilles Peskine · 1 year, 10 months ago
- c94500b Add may-fail mode to mbedtls_x509_string_to_names output tests by Gilles Peskine · 1 year, 11 months ago
- aa01a03 Fix indentation by Gilles Peskine · 1 year, 11 months ago
- 1c7223b Use modern test macros for ease of debugging by Gilles Peskine · 1 year, 11 months ago
- d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
- 3580f44 test: solve test disparities for x509[parse/write] suites by Valerio Setti · 2 years ago
- bdb41dd Add missing resource deallocation in tests by Andrzej Kurek · 2 years, 1 month ago
- 34ccd8d Test x509 csr SAN DN and RFC822 generation by Andrzej Kurek · 2 years, 1 month ago
- 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 5da1d75 Add missing memory deallocation by Andrzej Kurek · 2 years, 4 months ago
- 13c43f6 Fix a copy-paste typo by Andrzej Kurek · 2 years, 4 months ago
- 76c9662 Add a test for SubjectAltName writing to a certificate by Andrzej Kurek · 2 years, 4 months ago
- 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
- 569c171 test: fix USE_PSA_INIT/DONE for x509 test suite by Valerio Setti · 2 years, 4 months ago
- 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 33a1302 X.509: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- a946489 X.509: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 5a49d3c Replace mbedtls_x509_san_node with mbedtls_x509_subject_alternative_name by Przemek Stekiel · 2 years, 5 months ago
- 8e83d3a Add tests for writting SAN to CSR by Przemek Stekiel · 2 years, 6 months ago
- 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
- fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
- aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- a87f839 test: improve error handling in x509_set_serial_check() by Valerio Setti · 2 years, 6 months ago
- af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
- dc3b154 Fix test guards by Dave Rodgman · 2 years, 7 months ago
- b8dc18f test: fix: remove invalid comment by Valerio Setti · 2 years, 7 months ago
- ea19d2d changelog: fixed typos by Valerio Setti · 2 years, 7 months ago
- aad8dbd test: fix tests for x509write_crt_set_serial(_new) by Valerio Setti · 2 years, 7 months ago
- 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
- da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
- 48e8fc7 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
- 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
- 81cd7ab tests: ssl: Add missing dependency on MBEDTLS_X509_CRT_PARSE_C by Ronald Cron · 2 years, 10 months ago
- 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
- e2b772d Fix whitespace, missing const by Dave Rodgman · 3 years ago
- 5f3f0d0 Address minor review comments by Dave Rodgman · 3 years ago
- ec9f6b4 Fix minor compile errors by Dave Rodgman · 3 years ago
- ca841d3 Add test for mbedtls_x509write_crt_set_ext_key_usage, and fix reversed order by Nicholas Wilson · 10 years ago
- 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
- 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
- f8087e5 x509_crt_check: remove MBEDTLS_SHA1_C dependency from .function file (already handed in .data file) by Przemek Stekiel · 3 years ago
- d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
- a97f1ac Initialize mbedtls_x509write_csr struct before USE_PSA_INIT(), mbedtls_x509write_csr_free() will crash if uninitialized by Neil Armstrong · 3 years ago
- f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
- 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
- 54a5446 test_suite_x509write: use psa_hash_compute() instead mbedtls_md() by Przemek Stekiel · 3 years ago
- abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
- 9597497 Update mbedtls_pk_wrap_as_opaque() usage in PK & X509write tests by Neil Armstrong · 3 years, 3 months ago
- e6ed23c Fix typo in x509_crt_check() comment by Neil Armstrong · 3 years, 3 months ago
- 6ce6dd9 Add Test generating certificates using an opaque EC key by Neil Armstrong · 3 years, 5 months ago
- 98f899c Test generating certificates using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
- 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- c23d2e3 Wrap unused declaration in #if/#endif when USE_PSA is set in x509_csr_check() by Neil Armstrong · 3 years, 5 months ago
- 5b32038 Alternative CSR checks in x509_csr_check when USE_PSA_CRYPTO by Neil Armstrong · 3 years, 5 months ago
- 5f8328b Initialize PSA crypto in test_suite_x509write for RSA signing tests by Neil Armstrong · 3 years, 5 months ago
- 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
- 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
- fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 3 months ago
- c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
- 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
- 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
- 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
- 9c134ce Add build instructions for new test data. by Darren Krahn · 4 years, 7 months ago
- f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 8 months ago
- 9a4baa1 Remove unnecessary precautions around #include psa_crypto_helpers.h by Gilles Peskine · 4 years, 8 months ago
- 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
- 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
- 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
- e560be3 Mark basic constraints critical as appropriate. by Darren Krahn · 4 years, 11 months ago
- 04b7488 Fix potential use of uninitialised variable by Manuel Pégourié-Gonnard · 5 years ago
- 8a79b9b Fix "unused function" warning in some configs by Manuel Pégourié-Gonnard · 5 years ago
- feb0396 Fix memory leak in test_suite_x509write with PSA crypto by Manuel Pégourié-Gonnard · 5 years ago
- 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
- 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
- f4e672e Add missing compilation guards in test suite by Gilles Peskine · 6 years ago
- bf2dacb Fix memory leak in CSR test suite on failure by Hanno Becker · 6 years ago
- 2fcdd74 Fix a memory leak in x509write test suite by Hanno Becker · 6 years ago
- 7067f81 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago