- cbd00b0 Fix check-generated-files.sh generate_psa_constants.py path by Harry Ramsey · 8 months ago
- 7fa6cae Concatenate program demos between Mbed TLS and TF-PSA-Crypto by Harry Ramsey · 9 months ago
- be20844 Update path in run_demos.py by Harry Ramsey · 9 months ago
- 61811e6 Update path in check-generated-files.sh by Harry Ramsey · 9 months ago
- 75e8e03 Fix paths for programs/psa by Harry Ramsey · 10 months ago
- 8a5b3af Update paths to generated PSA test wrappers by David Horstmann · 9 months ago
- dc45951 Update path to PSA crypto alt headers by David Horstmann · 9 months ago
- 5b93d97 Update references to test helpers by David Horstmann · 9 months ago
- fee08b4 Merge pull request #9760 from ronald-cron-arm/tf-psa-crypto-cmake by Ronald Cron · 9 months ago
- 0cc6860 Merge pull request #9611 from gabor-mezei-arm/9142_update_depends.py_cipher_chaining_domain by Ronald Cron · 9 months ago
- 8126a68 cmake: Rename mbedcrypto library to tfpsacrypto by Ronald Cron · 9 months ago
- 6763a55 Update comments by Gabor Mezei · 9 months ago
- 655c487 Update dependencies by Gabor Mezei · 9 months ago
- af198c2 Rename variable by Gabor Mezei · 9 months ago
- 242806a Update dependencies by Gabor Mezei · 9 months ago
- a5f3529 Update comment by Gabor Mezei · 9 months ago
- 95be5fb Add support for common dependencies in exclusive groups by Gabor Mezei · 9 months ago
- e191c03 Update the dependencies of the cipher algorithms by Gabor Mezei · 9 months ago
- 5a61086 Test all cipher algorithm by Gabor Mezei · 9 months ago
- 6f77baf Use PSA macros for the `chipher_chaining` domain by Gabor Mezei · 11 months ago
- 30e8eb9 Update path to all-core.sh by Manuel Pégourié-Gonnard · 9 months ago
- 06f8f9e Move all-{core,helpers}.sh out of Mbed TLS by Manuel Pégourié-Gonnard · 9 months ago
- 241b901 Merge pull request #9490 from waleed-elmelegy-arm/add-iop-key-agrmnt-api by Janos Follath · 9 months ago
- 101816b Merge pull request #9612 from gabor-mezei-arm/9141_update_depends.py_cipher_id_domain by Ronald Cron · 9 months ago
- 4c58e89 Merge pull request #9613 from gilles-peskine-arm/remove-rsa-psk-key-exchange by Gilles Peskine · 9 months ago
- e248de5 Merge pull request #9720 from mpg/all.sh-tf-psa-crypto-dev by Manuel Pégourié-Gonnard · 9 months ago
- 4cef20d Fix everest build issue by Waleed Elmelegy · 12 months ago
- bd8e818 Fix pylint issue by Gabor Mezei · 9 months ago
- ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 11 months ago
- e6cfa3b Update dependencies by Gabor Mezei · 9 months ago
- fb6b0db Use crypto_knowledge to determine the cipher key types by Gabor Mezei · 9 months ago
- 03cc592 Collect key types by Gabor Mezei · 9 months ago
- 06a060d Collect the cipher algorithms by Gabor Mezei · 9 months ago
- 402381d Collect the algorithms by Gabor Mezei · 10 months ago
- 98a4f88 Merge pull request #9751 from gilles-peskine-arm/mbedtls_psa_ecp_generate_key-no_public_key-dev by Gilles Peskine · 9 months ago
- 77587ce Unit tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
- e7c28d6 Merge pull request #9727 from gilles-peskine-arm/use_psa_crypto-always_forced by Janos Follath · 9 months ago gh-readonly-queue/development/pr-9727-0b7faf9011cda58411a4f21ee940f196decddf1a
- dea700d all.sh: improve wrapper error reporting by Manuel Pégourié-Gonnard · 9 months ago
- 467b487 Merge pull request #9738 from mpg/drop-armcc5-dev by Manuel Pégourié-Gonnard · 9 months ago
- b434192 Remove explicit setting of MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 9 months ago
- a1be1b8 Remove ECJPAKE interoperability testing by Gilles Peskine · 9 months ago
- d10f42f Fix making the path of the outcomes file absolute. by Manuel Pégourié-Gonnard · 9 months ago
- 8ed4d94 Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on by Gilles Peskine · 9 months ago
- 6ffebef New all.sh wrapper with reduced scope (CI only) by Manuel Pégourié-Gonnard · 9 months ago
- 26caae8 Rm forgotten armc5 by Manuel Pégourié-Gonnard · 9 months ago
- 705690a Drop building with armcc5 in all.sh by Manuel Pégourié-Gonnard · 9 months ago
- bc8c157 Add override arguments for new gcc targets by Bence Szépkúti · 9 months ago
- 8490f05 Clarify GCC version requirement by Bence Szépkúti · 9 months ago
- 479eb52 Split up the Thumb-1 test component by Bence Szépkúti · 1 year, 1 month ago
- bb61245 Remove superfluous invocations of make clean by Bence Szépkúti · 1 year, 1 month ago
- de146a1 Update component speed estimates by Bence Szépkúti · 1 year, 1 month ago
- 65e77c5 Initialize result caching variables by Bence Szépkúti · 1 year, 1 month ago
- 924662b Use true/false in place of integers by Bence Szépkúti · 1 year, 1 month ago
- 3190632 Ignore missing temporary files during cleanup by Bence Szépkúti · 1 year, 1 month ago
- c12ebb0 Fix copypasta in gcc_version by Bence Szépkúti · 1 year, 1 month ago
- d1d2613 Add AArch64 default config test by Bence Szépkúti · 1 year, 1 month ago
- 1524b9c Add Arm eabi default config tests by Bence Szépkúti · 1 year, 1 month ago
- 665df83 Merge pull request #9293 from gilles-peskine-arm/outcome-check-repeated-configurations-all.sh-preliminaries by Gilles Peskine · 9 months ago
- 5f6e69d Merge pull request #9693 from Harry-Ramsey/split-revert-error-development by Ronald Cron · 9 months ago
- 3982898 Remove legacy components with an equivalent USE_PSA component by Gilles Peskine · 11 months ago
- a93f988 all.sh: wrapper for both mbedtls and tf-psa-crypto by Manuel Pégourié-Gonnard · 9 months ago
- 202b69c Merge pull request #9302 from valeriosetti/psa-use-static-slots by Gilles Peskine · 9 months ago
- ed230c4 Merge pull request #9706 from ronald-cron-arm/pkg-install-doc-lcov by Ronald Cron · 9 months ago
- 8bcad48 Add tf-psa-crypto's own all.sh by Manuel Pégourié-Gonnard · 9 months ago
- 3d41154 all.sh: improve check for clean config files by Manuel Pégourié-Gonnard · 9 months ago
- 8da0e9e all.sh: rationalize relative path usage by Manuel Pégourié-Gonnard · 9 months ago
- d2da02b Remove obsolete exemptions from test case coverage by Gilles Peskine · 10 months ago
- fef912c Test partial ECC creation support: switch to MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 11 months ago
- ec028d8 analyze_outcomes.py: allow test with PSA_WANT_ALG_TLS12_PRF disabled by Valerio Setti · 10 months ago
- 7213fbc components-basic-checks: add new exception for MBEDTLS_CTR_DRBG_MAX_REQUEST by Valerio Setti · 10 months ago
- 8bc8172 test: disable dynamic key store in test_crypto_with_static_key_slots by Valerio Setti · 11 months ago
- 4d9a821 test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
- 2a3c9b3 test: extend component_test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
- 35b0b02 test: disable all legacy symbols in test_psa_crypto_without_heap by Valerio Setti · 12 months ago
- 13aadd7 test: minor fixes to test_psa_crypto_without_heap and test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
- a47b045 test: add new component to test core library without calloc/free by Valerio Setti · 1 year, 1 month ago
- dbb646b test: add new component to test MBEDTLS_PSA_STATIC_KEY_SLOTS by Valerio Setti · 1 year, 1 month ago
- b50043b Update `cipher_id` domain to use PSA macros by Gabor Mezei · 1 year, 2 months ago
- 6b64493 Merge pull request #9657 from mpg/refactor-all.sh-dev by Manuel Pégourié-Gonnard · 10 months ago
- 6a986d9 Update coverage datebase by Gabor Mezei · 10 months ago
- 4fef797 Update macro dependencies by Gabor Mezei · 10 months ago
- f10402c Update macro dependencies by Gabor Mezei · 10 months ago
- c9f01cf Use f-string instead of concatenation by Gabor Mezei · 10 months ago
- 224152e Remove unneeded newlines by Gabor Mezei · 10 months ago
- fb06101 Fix recursive dependencies for cross referencing by Gabor Mezei · 10 months ago
- 4e10d6c Add consistency check for option avalability by Gabor Mezei · 1 year ago
- 8f94485 Fix dependency by Gabor Mezei · 11 months ago
- 610e6e2 Add PSA macro dependencies by Gabor Mezei · 1 year ago
- 8ec990b Apply config dependecies recursively by Gabor Mezei · 1 year ago
- 9ce6d24 Remove `depends.py` option to use without PSA by Gabor Mezei · 1 year, 2 months ago
- 035d7c8 Move file backup support to `config_common.py` by Gabor Mezei · 1 year, 2 months ago
- f5408f0 Enable usage of crypto config in `depends.py` by Gabor Mezei · 1 year, 2 months ago
- 4cd797e tf-psa-crypto: Add cmake_package test program by Ronald Cron · 10 months ago
- 4870e61 Refactor pkgconfig.sh by Ronald Cron · 10 months ago
- fd4f283 Fix a typo in a comment by Manuel Pégourié-Gonnard · 10 months ago
- 8b4b152 Fix test scripts for split error files by Harry Ramsey · 10 months ago
- f5025e2 Merge remote-tracking branch 'development' into test-cases-not-executed-enforce-development by Gilles Peskine · 10 months ago
- 13d2939 Merge pull request #9673 from eleuzi01/issue-54-fw by David Horstmann · 10 months ago
- dea880f all.sh: fix missing quotes by Manuel Pégourié-Gonnard · 10 months ago
- e1f37c5 Merge pull request #9566 from gilles-peskine-arm/error-codes-4.0-enforce-add-macro by Gilles Peskine · 10 months ago