- 7e5d61c Adjust more paths to PSA headers by Ronald Cron · 1 year, 2 months ago
- 1451a76 Adapt libtestdriver1 build by Ronald Cron · 1 year, 2 months ago
- c7e9e36 Adjust build systems by Ronald Cron · 1 year, 2 months ago
- 5cdc22b all.sh: Fix clean-up of Makefiles generated by CMake by Ronald Cron · 1 year, 2 months ago
- 797991d Merge pull request #9149 from gilles-peskine-arm/ssl-test-no-skip-all by Gilles Peskine · 1 year, 2 months ago
- 0133d84 Merge pull request #9199 from tom-daubney-arm/modify_test_everest_curve25519_only_for_psa by Ronald Cron · 1 year, 2 months ago
- d28534c Merge pull request #9062 from tom-daubney-arm/crypto_config-tls1_2_default_stream_cipher_only_use_psa by Bence Szépkúti · 1 year, 2 months ago gh-readonly-queue/development/pr-9062-2bceec830a695d459edefe0b4f1f7fef4e7104ca
- 8493452 Extend python checks to framework scripts by David Horstmann · 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
- 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
- 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
- d961929 Merge pull request #9155 from ttytm/fix-typo by Gilles Peskine · 1 year, 2 months ago gh-readonly-queue/development/pr-9155-8c60b16188d6a73b02fee09a298cd36488328c51
- c15544e Merge pull request #9088 from ronald-cron-arm/check-framework-files by Gilles Peskine · 1 year, 2 months ago
- f29bf87 Modify everest component for MBEDTLS_PSA_CRYPTO_CONFIG_ENABLED by Thomas Daubney · 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
- 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
- c7569a8 Merge pull request #9159 from gilles-peskine-arm/analyze_outcomes-generate_files by Gilles Peskine · 1 year, 2 months ago
- 39c5207 ssl-opt.sh, compat.sh: Error out if not executing any tests by Gilles Peskine · 1 year, 3 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
- a8004f2 Add additional CCM unset by Thomas Daubney · 1 year, 3 months ago
- 8f83ba0 Change the way CBC is set by Thomas Daubney · 1 year, 3 months ago
- b30cd3b Improve test-ref-configs.pl 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
- 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
- bdce657 Merge pull request #9067 from gilles-peskine-arm/ssl-opt-server2-detection by Gilles Peskine · 1 year, 3 months ago
- 69ca57e Fix typo by Thomas Daubney · 1 year, 3 months ago
- b7c624d Remove _use_psa suffix from remaining components by Thomas Daubney · 1 year, 3 months ago
- 5f2595a Remove non- _use_psa versions of components by Thomas Daubney · 1 year, 3 months ago
- 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
- 299e741 Add mbedtls_framework to mypy checks 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
- 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
- cbea7d6 Add note explaining component purpose by David Horstmann · 1 year, 3 months ago
- c98f8ab crypto-client: allow debug build of libraries and test binaries by Valerio Setti · 1 year, 3 months ago
- 041ed42 Add all.sh component for programs without tests by David Horstmann · 1 year, 3 months ago
- 1238b37 Move test generated files to main CMakeLists.txt by David Horstmann · 1 year, 3 months ago
- 9b57687 Merge pull request #9104 from valeriosetti/issue8962 by Tom Cosgrove · 1 year, 3 months ago
- 237a64e crypto-client: remove log files on "make clean" by Valerio Setti · 1 year, 3 months ago
- 400168c crypto-client: fix the SID by Valerio Setti · 1 year, 3 months ago
- cd89c1f crypto-client: simplify build of mbedtls static libraries by Valerio Setti · 1 year, 3 months ago
- 66fb1c1 crypto-client: reorganize source files/folders by Valerio Setti · 1 year, 3 months ago
- dde9579 all.sh: crypto-client: keep NV_SEED disabled in the server lib by Valerio Setti · 1 year, 3 months ago
- 655b979 crypto-client test: implement the first IPC call for psa_crypto_init() by Valerio Setti · 1 year, 3 months ago
- 67338c0 Restore toggling of MBEDTLS_CIPHER_MODE_CBC by Thomas Daubney · 1 year, 3 months ago
- 4362aae crypto-client test: ensure that client/server are linked against proper MbedTLS libraries by Valerio Setti · 1 year, 3 months ago
- d1b6ef1 crypto-client test: add mechanism to build crypto library for client and server by Valerio Setti · 1 year, 3 months ago
- 0e7aaae Merge pull request #9017 from valeriosetti/issue9010 by Manuel Pégourié-Gonnard · 1 year, 3 months ago gh-readonly-queue/development/pr-9017-ca73fc6627283f54c52f8eba18a68cda2b907217
- a8ccddc generate_test_keys: move code for arrays and LUT generation to a separate function by Valerio Setti · 1 year, 3 months ago
- aabdca6 check-generated-files: move check for generate_test_cert_macros.py by Valerio Setti · 1 year, 3 months ago
- 3fcaf6c generate_test_[keys/cert_macros]: minor fixes by Valerio Setti · 1 year, 3 months ago
- cc403cb generate_test_keys: move output file writing to a separate function by Valerio Setti · 1 year, 3 months ago
- d9e4251 all.sh: add test component to build and test psasim by Valerio Setti · 1 year, 3 months ago
- 4491cea Merge pull request #9097 from valeriosetti/moving-psasim by Tom Cosgrove · 1 year, 3 months ago
- dc64163 generate_test_keys: sort keys before processing them by Valerio Setti · 1 year, 3 months ago
- 4f4ade9 psa-client-server: move psasim from framework repo to the mbedtls one by Valerio Setti · 1 year, 3 months ago
- c160488 Added work directory for the psa client/server testing epic by Minos Galanakis · 1 year, 3 months ago
- 7661aa0 Do not use --recurse-submodules by Ronald Cron · 1 year, 3 months ago
- d74d2ab check-generated-files: add test_certs.h file to the list of checked items by Valerio Setti · 1 year, 3 months ago
- 5f37b25 generate_test_cert_macros: minor fixes by Valerio Setti · 1 year, 3 months ago
- 7f6eabd generated_test_keys: minor fixes by Valerio Setti · 1 year, 3 months ago
- 19f5566 generate_test_keys: remove left-over variable by Valerio Setti · 1 year, 3 months ago
- 132d446 tests/CMakeLists: fix indentation by Valerio Setti · 1 year, 3 months ago
- 1e05deb Extend basic checks of files to framework files by Ronald Cron · 1 year, 3 months ago
- 5ce51b1 generate_test_keys: do not quit script if output file already exists by Valerio Setti · 1 year, 3 months ago
- 1ca1f3d Restore Mbed TLS style AEAD options for now by Thomas Daubney · 1 year, 3 months ago
- 898066b Merge pull request #9049 from gilles-peskine-arm/test-dependencies-20240314-development by Manuel Pégourié-Gonnard · 1 year, 3 months ago