- ad62dce Keep legacy crypto config options by Ronald Cron · 11 months ago
- 5c46496 Improve section names by Ronald Cron · 11 months ago
- 4f4a30c Remove question marks triplets by Ronald Cron · 11 months ago
- a3f3fca Remove trailing spaces by Ronald Cron · 11 months ago
- 8793d9c Configuration file split proposal by Ronald Cron · 1 year, 2 months ago
- c085cc7 Merge pull request #9200 from davidhorstmann-arm/move-test-generation-files by Bence Szépkúti · 1 year, 2 months ago
- fd59a06 Update to latest framework by David Horstmann · 1 year, 2 months ago
- 98ffc8e Merge pull request #9178 from valeriosetti/fix-psa-cmac by Tom Cosgrove · 1 year, 2 months ago
- e2add3a Merge pull request #9220 from valeriosetti/fix-psa-doc by Tom Cosgrove · 1 year, 2 months ago
- 351efa0 crypto.h: fix documentation for some functions by Valerio Setti · 1 year, 2 months ago
- ce7af04 Update framework submodule by David Horstmann · 1 year, 2 months ago
- f6f3bca Update file paths for moved files by David Horstmann · 1 year, 2 months ago
- a7b0bb4 Move some test generation files to framework by David Horstmann · 1 year, 2 months ago
- b8360cf Make abi_check.py look in both locations by David Horstmann · 1 year, 2 months ago
- 7e2ce99 changelog: add changelog for PSA CMAC fix by Valerio Setti · 1 year, 2 months ago
- 30a9b6f Merge pull request #9198 from tom-cosgrove-arm/psa-sim-hashing by Tom Cosgrove · 1 year, 2 months ago gh-readonly-queue/development/pr-9198-ea297e5870024b30e769167055e3d855198b4450
- ea297e5 Merge pull request #9061 from gilles-peskine-arm/config-headers-do-not-include by Gilles Peskine · 1 year, 2 months ago
- d961929 Merge pull request #9155 from ttytm/fix-typo by Gilles Peskine · 1 year, 2 months ago gh-readonly-queue/development/pr-9155-8c60b16188d6a73b02fee09a298cd36488328c51
- 8c60b16 Merge pull request #8643 from gilles-peskine-arm/tls12_server-pk_opaque-dead_code by Gilles Peskine · 1 year, 2 months ago
- c15544e Merge pull request #9088 from ronald-cron-arm/check-framework-files by Gilles Peskine · 1 year, 2 months ago
- 0ca70d5 Add missing licences by Tom Cosgrove · 1 year, 2 months ago
- 8bfb758 PSA crypto sim's server wrappers need to free deseraliased buffers when they're no longer needed by Tom Cosgrove · 1 year, 2 months ago
- ca0c147 Mark temporary PSA crypto sim Perl scripts as executable by Tom Cosgrove · 1 year, 2 months ago
- e2f0e30 Extend PSA crypto simulator tests to run psa_hash.c under the simulator by Tom Cosgrove · 1 year, 2 months ago
- 61ee59f Add the rest of the psa_hash_xxx() functions to the simulator by Tom Cosgrove · 1 year, 2 months ago
- 39f8b09 Add PSA crypto sim serialisation functions needed for the remaining PSA hash APIs by Tom Cosgrove · 1 year, 2 months ago
- 3ebb880 Hook the new psa_sim_crypto_{client,server} into the build and tests by Tom Cosgrove · 1 year, 2 months ago
- cb12604 Merge pull request #9191 from tom-cosgrove-arm/psa-sim-fixes by Tom Cosgrove · 1 year, 2 months ago
- a4952f9 The PSA sim logs aren't very many lines, so show them during tests by Tom Cosgrove · 1 year, 2 months ago
- 54b4ccd Add PSA crypto sim client and server implementations of psa_hash_compute() by Tom Cosgrove · 1 year, 2 months ago
- e68fb72 Add PSA crypto sim serialisation functions for rest of types needed for psa_hash_compute() by Tom Cosgrove · 1 year, 2 months ago
- 2fc5687 Add PSA crypto sim serialisation functions for basic types by Tom Cosgrove · 1 year, 2 months ago
- 9202456 Fix code style in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
- c8d45cd Error on unexpectedly defined symbols by Gilles Peskine · 1 year, 2 months ago
- 9df7806 Tweak wording by Gilles Peskine · 1 year, 2 months ago
- d2f191a Document that there is now an error for dangerous inclusions by Gilles Peskine · 1 year, 3 months ago
- 690fb5e Warn if mbedtls_config.h is included manually by Gilles Peskine · 1 year, 3 months ago
- 0b8ece6 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 3 months ago
- d33eb55 Macros to indicate the finalization level of the configuration by Gilles Peskine · 1 year, 3 months ago
- fef877f Belated changelog entry for not including check_config.h by Gilles Peskine · 1 year, 3 months ago
- 975e74c Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
- 680bee4 Update framework submodule to the merge of PR #15 by Ronald Cron · 1 year, 2 months ago
- e3abb6a Merge pull request #9094 from davidhorstmann-arm/move-mbedtls-dev-to-framework by Bence Szépkúti · 1 year, 2 months ago
- 38f6c86 Remove unnecessary blank lines at top of functions in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
- 9919543 Only print PSA crypto sim server messages when DEBUG defined by Tom Cosgrove · 1 year, 2 months ago
- f69445c Fix sending a response of more than 184 bytes in psa_ff_server.c:psa_write() by Tom Cosgrove · 1 year, 2 months ago
- bdc4c2d Fix PSA sim test awk script by removing extra $ by Tom Cosgrove · 1 year, 2 months ago
- 0a57a25 Fix psa_ff_server.c to calculate the amount of data from client correctly by Tom Cosgrove · 1 year, 2 months ago
- b7e5f31 Replace final sprintf() with snprintf() in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
- a7ec5c8 Update framework submodule to the merge of #15 by Ronald Cron · 1 year, 2 months ago
- a37ea26 adjust_legacy_crypto: enable CIPHER_C when PSA CMAC is builtin by Valerio Setti · 1 year, 2 months ago
- c7569a8 Merge pull request #9159 from gilles-peskine-arm/analyze_outcomes-generate_files by Gilles Peskine · 1 year, 2 months ago
- f5473a0 Merge pull request #9057 from Ryan-Everett-arm/crypto-config-test_ref_configs by Ronald Cron · 1 year, 2 months ago
- 2ad2f32 Pacify pylint by Gilles Peskine · 1 year, 3 months ago
- 78ae4f6 Generate test data before coverage analysis by Gilles Peskine · 1 year, 3 months ago
- df1bfec Merge pull request #9121 from valeriosetti/issue8963 by Tom Cosgrove · 1 year, 3 months ago
- 27098b4 fix typo by Turiiya · 1 year, 3 months ago
- b30cd3b Improve test-ref-configs.pl by Ronald Cron · 1 year, 3 months ago
- ca6b1e9 Adjust crypto-config-thread.h by Ronald Cron · 1 year, 3 months ago
- b48c870 Fix crypto_adjust_config_dependencies.h documentation by Ronald Cron · 1 year, 3 months ago
- c4c8bdf Fix PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
- 97f0ea7 Fix the resolution of dependencies on HMAC by Ronald Cron · 1 year, 3 months ago
- 1f3c99c psa_autogen.py: improve management of output files by Valerio Setti · 1 year, 3 months ago
- 1f95ede Fix "maybe-uninitialized" warning with GCC 11.3 by Ronald Cron · 1 year, 3 months ago
- a33a824 Resolve PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
- b0c96f4 Resolve some HMAC dependencies automatically by Ronald Cron · 1 year, 3 months ago
- b3a400b config-suite-b: Enable EC with PSA_WANT by Ronald Cron · 1 year, 3 months ago
- b16e1c2 Remove direct enablement of MBEDTLS_CIPHER/MD_C by Ronald Cron · 1 year, 3 months ago
- 4de8539 Enable MBEDTLS_PSA_CRYPTO_C and MBEDTLS_USE_PSA_CRYPTO by Ronald Cron · 1 year, 3 months ago
- 4dd6631 test-ref-configs.pl: Detect automatically test with USE_PSA enabled by Ronald Cron · 1 year, 3 months ago
- 6402762 Fix compat.sh filters by Ronald Cron · 1 year, 3 months ago
- 21eaa77 Address ccm-psk-tls1_2 comments by Ryan Everett · 1 year, 3 months ago
- 0855b26 Address thread comments by Ryan Everett · 1 year, 3 months ago
- 2abd658 Address symmetric-only comments by Ryan Everett · 1 year, 3 months ago
- c305157 Address suite-b comments by Ryan Everett · 1 year, 3 months ago
- 44d7ddf In suite-b move definition of MBEDTLS_PSA_CRYPTO_CONFIG_FILE by Ryan Everett · 1 year, 3 months ago
- 4540cd3 Add a crypto config file for suite-b by Ryan Everett · 1 year, 3 months ago
- 0a0393e Use crypto config for ccm-psk-dtls1_2.h by Ryan Everett · 1 year, 3 months ago
- ab5ec9d Add a crypto config file for ccm-psk-tls1_2.h by Ryan Everett · 1 year, 3 months ago
- d3b1157 Add a crypto-config file for symmetric-only by Ryan Everett · 1 year, 3 months ago
- 885ea8d Add a crypto config file for config-thread by Ryan Everett · 1 year, 3 months ago
- bdce657 Merge pull request #9067 from gilles-peskine-arm/ssl-opt-server2-detection by Gilles Peskine · 1 year, 3 months ago
- f5761ff Merge pull request #9129 from valeriosetti/update-gitignore by Manuel Pégourié-Gonnard · 1 year, 3 months ago gh-readonly-queue/development/pr-9129-2cdc8f7aa5d0b2a0db66639053e3d949e11c592d
- 87d99fb psasim: create a seedfile to be used for the crypto server by Valerio Setti · 1 year, 3 months ago
- dce6b85 psa_ff_client: fix typos and useless blank lines by Valerio Setti · 1 year, 3 months ago
- f57afd5 all.sh: improvements by Valerio Setti · 1 year, 3 months ago
- fc73aa0 Add missing dependency that isn't autodetected by Gilles Peskine · 1 year, 3 months ago
- f5a30af Remove redundant RSA dependency by Gilles Peskine · 1 year, 3 months ago
- d9c7be7 Explicitly use TLS 1.2 on <=1.2-specific keyUsage/extKeyusage tests by Gilles Peskine · 1 year, 3 months ago
- f9f3d21 Fix PSK invocation: GnuTLS PSK length (more) by Gilles Peskine · 1 year, 3 months ago
- ecd6d01 Rename framework_path to framework_scripts_path by David Horstmann · 1 year, 3 months ago
- 6c0e362 Update framework submodule to tip of branch by David Horstmann · 1 year, 3 months ago
- 299e741 Add mbedtls_framework to mypy checks by David Horstmann · 1 year, 3 months ago
- 875c32f Add framework_path module by David Horstmann · 1 year, 3 months ago
- cd84bb2 Update references to mbedtls_dev by David Horstmann · 1 year, 3 months ago
- 1131318 Add framework/scripts to scripts_path.py by David Horstmann · 1 year, 3 months ago
- 6343a83 Move some files to framework repository by David Horstmann · 1 year, 3 months ago
- b5ea455 gitignore: ignore .vscode folder in main repo by Valerio Setti · 1 year, 3 months ago
- a621fd9 gitignore: ignore test_keys.h and test_certs.h by Valerio Setti · 1 year, 3 months ago
- 2cdc8f7 Merge pull request #9122 from davidhorstmann-arm/fix-fuzzing-build-failures by Gilles Peskine · 1 year, 3 months ago