- bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months ago
- 659f9e7 Merge pull request #9441 from paul-elliott-arm/add_docs_iop_key_generation by Janos Follath · 12 months ago
- 2dc5fa3 Add generated files for new iop key generation funcs by Paul Elliott · 1 year, 1 month ago
- d110250 Merge pull request #9362 from eleuzi01/replace-key-camellia by Gilles Peskine · 12 months ago
- 1176e6f Merge pull request #9410 from paul-elliott-arm/add_docs_iop_key_agreement by Janos Follath · 12 months ago
- da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
- b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
- 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
- 88f3dd9 Merge pull request #9402 from tom-daubney-arm/remove_function_level_alt_interface by Bence Szépkúti · 12 months ago
- c1cd26b Revert commit 33af72df in order to not depend on test code by Michael Schuster · 1 year, 1 month ago
- 0aaa493 Add missing include in tests/src/psa_memory_poisoning_wrappers.c to fix missing-prototype error by Michael Schuster · 1 year, 2 months ago
- f828f04 Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
- a3cc463 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
- 8f60655 Fix tests build with MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS enabled 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
- 4595e68 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
- 2b87afb Add missing include in tests/src/asn1_helpers.c by Michael Schuster · 1 year, 2 months ago
- a368c8a Add -Wmissing-prototypes to component_build_no_ssl_srv and component_build_no_ssl_cli in all.sh by Minos Galanakis · 12 months ago
- 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
- aacbc62 Merge pull request #9453 from gilles-peskine-arm/psa-keystore-dynamic-prep-4.0 by Gilles Peskine · 12 months ago
- e1171bd Merge pull request #9361 from eleuzi01/replace-key-aria by Gilles Peskine · 12 months ago
- f35bb31 Merge pull request #9459 from gilles-peskine-arm/make-tests-make-3.81-20240808 by Tom Cosgrove · 12 months ago
- fe8fc75 PSA_DONE: account for MBEDTLS_TEST_PSA_INTERNAL_KEYS by Gilles Peskine · 12 months ago
- 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
- 88a6baa Be compatible with GNU Make 3.81 by Gilles Peskine · 12 months ago
- 195e164 Merge pull request #9427 from valeriosetti/psasim-small-fixes by Tom Cosgrove · 12 months ago
- 35f0573 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago
- 0e3704f Reorder blocks to avoid double negations by Gilles Peskine · 1 year, 2 months ago
- bdd16d4 Make it possible to enable CTR_DRBG/PSA without a PSA AES driver by Gilles Peskine · 1 year, 2 months ago
- 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
- 821b908 Merge pull request #9364 from eleuzi01/replace-ccm by Manuel Pégourié-Gonnard · 12 months ago
- 2d5b17b Merge pull request #8609 from tom-daubney-arm/standardise_proj_detection by Tom Cosgrove · 12 months ago
- b556797 Move some proj detection code inside pre_check_environment by Thomas Daubney · 12 months ago
- 7c0b4ad Remove MBEDTLS_AES_DECRYPT_ALT by Thomas Daubney · 1 year, 1 month ago
- 6cf05f9 Remove MBEDTLS_AES_ENCRYPT_ALT by Thomas Daubney · 1 year, 1 month ago
- 955ce58 Remove MBEDTLS_AES_SETKEY_DEC_ALT by Thomas Daubney · 1 year, 1 month ago
- 742a2e3 Remove MBEDTLS_AES_SETKEY_ENC_ALT by Thomas Daubney · 1 year, 1 month ago
- 2016d66 psasim: small fixes to all.sh and test bash scripts by Valerio Setti · 1 year ago
- 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
- c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
- 7db1bcd Update generated PSA wrappers by Gilles Peskine · 1 year ago
- fd46f7f Migrate psasim wrappers to psa_custom_key_parameters_t by Gilles Peskine · 1 year ago
- 1084e8e key_custom: update analyze_outcomes.py by Gilles Peskine · 1 year, 2 months ago
- 62ee8fd Test cpp_dummy_build in pedantic mode by Gilles Peskine · 1 year, 2 months ago
- b45af2f Update PSA wrappers by Gilles Peskine · 1 year, 2 months ago
- be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 1 year ago
- aa6f6d2 Merge pull request #8226 from davidhorstmann-arm/all-sh-separate-components by Manuel Pégourié-Gonnard · 1 year ago
- 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 1 year ago
- 5b85d70 Merge pull request #9442 from gilles-peskine-arm/psa_sim_generate-parse_headers by Tom Cosgrove · 1 year ago
- 4b3b4fe Remove cruft and update documentation by Gilles Peskine · 1 year ago
- 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
- bf47cf7 all.sh/components: Moved component_build_zeroize_checks -> compiler. by Minos Galanakis · 1 year ago
- 9ceb2c3 all.sh/components: Moved test_malloc_0_null,test_memory_buffer_allocator -> configuration. by Minos Galanakis · 1 year ago
- aa09e48 all.sh/components: Moved test_sw_inet_pton -> x509. by Minos Galanakis · 1 year ago
- c06fd30 all.sh/components: Moved crypto components out of tls. by Minos Galanakis · 1 year ago
- 1c26ef5 all.sh/components: Moved component_test_no_strings -> configuration. by Minos Galanakis · 1 year ago
- b5891d5 all.sh/components: Moved aesni and armce components -> platform. by Minos Galanakis · 1 year ago
- 1ef3a66 all.sh/components: Moved test_aesni_m32_clang -> platform. by Minos Galanakis · 1 year ago
- 07404d2 all.sh/components: Moved build_arm_xxx from compiler -> platform. by Minos Galanakis · 1 year ago
- f699d51 all.sh/components: Moved support functions to the same group as their components. by Minos Galanakis · 1 year ago
- 4b6ee64 all.sh/components: Moved test_depends_py_kex/psa to tls. by Minos Galanakis · 1 year ago
- ce466f0 all.sh: Updated the component sourcing logic. by Minos Galanakis · 1 year ago
- ea7fff4 Merge pull request #8775 from tgonzalezorlandoarm/tg/mbedtls_test_ssl_message_queue_pop_info by Bence Szépkúti · 1 year ago
- 609f749 all.sh/components: Removed duplicated/obsolete documentation/whitespace. by Minos Galanakis · 1 year ago
- f78447f test/scripts/components: Applied consistent style. by Minos Galanakis · 1 year ago
- dc0f73a components-configuration-crypto:Added component_test_no_rsa_key_pair_generation. by Minos Galanakis · 1 year ago
- cd5668f components-configuration-crypto: Added component_test_full_no_cipher. by Minos Galanakis · 1 year ago
- 96bf182 Extract psasim components into a separate file. by Minos Galanakis · 1 year ago
- e280ff8 Extract sanitizer components into a separate file. by Minos Galanakis · 1 year ago
- 8a98090 Extract platform components into a separate file. by Minos Galanakis · 1 year ago
- 31b7a0c Extract configuration components into a separate file. by Minos Galanakis · 1 year ago
- 09b179b Extract configuration-x509 components into a separate file. by Minos Galanakis · 1 year ago
- 7665a93 Extract configuration-tls components into a separate file. by Minos Galanakis · 1 year ago
- f6e1adc Extract configuration-platform components into a separate file. by Minos Galanakis · 1 year ago
- 471b34c Extract configuration-crypto-components into a separate file. by Minos Galanakis · 1 year ago
- 328b9e8 Extract compliance-components into a separate file. by Minos Galanakis · 1 year ago
- 9ebb882 Extract compiler-components into a separate file. by Minos Galanakis · 1 year ago
- 5357def Extract build-components into a separate file. by Minos Galanakis · 1 year ago
- 85c78f5 Extract basic-components into a separate file. by Minos Galanakis · 1 year ago
- db7b1bb Adjusted style for psasim components by Minos Galanakis · 1 year ago
- ada21b0 Separate all.sh from components. by Minos Galanakis · 1 year ago
- 6aab5b7 Created placeholder component files. by Minos Galanakis · 1 year ago
- 4c3ff16 Enhance existing skip mechanism instead of duplicating it by Gilles Peskine · 1 year ago
- 61f71da Merge pull request #9363 from eleuzi01/replace-cbc by Gilles Peskine · 1 year ago
- 7790bef Merge pull request #9229 from gabor-mezei-arm/9158_config.py_use_crypto_config by Ronald Cron · 1 year ago gh-readonly-queue/development/pr-9229-4b9141ccf45e92d42152f9ec19cc69fab31b066b
- 2e9a7ee Parse the actual headers by Gilles Peskine · 1 year ago
- 2910f4d Write output files to the expected directory by Gilles Peskine · 1 year ago
- 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
- 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
- 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
- 9ac64b8 Merge pull request #9351 from eleuzi01/replace-ecp-have-secp256r1 by Paul Elliott · 1 year ago
- bda3e46 Check for file at script startup by Thomas Daubney · 1 year ago
- b991ac2 Remove suprious whitespace by Thomas Daubney · 1 year ago
- 5e9ffa9 Redirect error message to stderr by Thomas Daubney · 1 year ago
- 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
- fd79fe5 basic-build-test.sh: Restore make only command by Ronald Cron · 1 year ago
- 6a864dc Add check for existence of project name file by Thomas Daubney · 1 year ago
- f77722d Rename calss by Gabor Mezei · 1 year, 1 month ago
- 3678dee Add crypto config support for config.py by Gabor Mezei · 1 year, 2 months ago