- 817772a Merge pull request #8716 from mschulz-at-hilscher/feature/gcm_largetable by Tom Cosgrove · 1 year, 5 months ago
- 3ea9450 Merge pull request #8734 from valeriosetti/issue8564 by Gilles Peskine · 1 year, 6 months ago
- a6ac0f1 Replaced MBEDTLS_GCM_LARGETABLE by MBEDTLS_GCM_LARGE_TABLE. Removed empty comment line in doc block. by Matthias Schulz · 1 year, 6 months ago
- 7826678 Fix: by Matthias Schulz · 1 year, 6 months ago
- b730763 Merge pull request #8703 from valeriosetti/issue7765-guards-in-asn1 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8703-7bf1e98f446e7051e94c3e72568aad5d0279249e
- 7bf1e98 Merge pull request #8740 from valeriosetti/issue8647 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8740-c8de36220298f67254c253d274826d77f1022c34
- 0767fda Enhance GCM throughput using larger precalculated tables. Also refactored the code for shorter tables and moved the check for available accelerators to the context initialization code. by Matthias Schulz · 1 year, 6 months ago
- 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
- d4c373a Refactor all.sh clang version detection code by Tom Cosgrove · 1 year, 6 months ago
- 9e4eeff Fix comment about verison of clang required for 'build_aes_armce' by Tom Cosgrove · 1 year, 6 months ago
- e0c13cf Update some msg descriptions by Gilles Peskine · 1 year, 6 months ago
- f8ce457 all.sh: fix comment in check_test_dependencies() by Valerio Setti · 1 year, 6 months ago
- 80edec5 all.sh: remove MBEDTLS_PEM_PARSE_C exception from check_test_dependencies() by Valerio Setti · 1 year, 6 months ago
- 448377b all.sh: remove MBEDTLS_ASN1_PARSE_C exception from check_test_dependencies() by Valerio Setti · 1 year, 7 months ago
- 3ccb2b5 all.sh: add exception for ASN1_PARSE_C in check_test_dependencies by Valerio Setti · 1 year, 7 months ago
- cd89b0b all.sh: disable legacy hash support in test_psa_crypto_config_accel_hmac() by Valerio Setti · 1 year, 6 months ago
- c6d7f53 all.sh: update common_test_psa_crypto_config_accel_ecc_some_curves() by Valerio Setti · 1 year, 6 months ago
- 64996c3 Disable MBEDTLS_PSA_CRYPTO_CLIENT in no-PSA builds by Gilles Peskine · 1 year, 6 months ago
- 8eb310c all.sh: add accelerated and reference components for HMAC by Valerio Setti · 1 year, 6 months ago
- 78aa0bc all.sh: fix tests with accelerated FFDH by Valerio Setti · 1 year, 7 months ago
- 6bed64e all.sh: add new component with only DH 2048 bits. by Valerio Setti · 1 year, 7 months ago
- f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
- 3519cfb Merge pull request #8639 from bensze01/release_components by Paul Elliott · 1 year, 7 months ago
- a3bfdea Revert "Make sure record size limit is not configured without TLS 1.3" by Waleed Elmelegy · 1 year, 7 months ago
- 7ae74b7 Make sure record size limit is not configured without TLS 1.3 by Waleed Elmelegy · 1 year, 7 months ago
- e840263 Move record size limit testing to tls13 component by Waleed Elmelegy · 1 year, 7 months ago
- 3eb9025 Merge pull request #8680 from mpg/ciphers-wrapup by Manuel Pégourié-Gonnard · 1 year, 7 months ago gh-readonly-queue/development/pr-8680-3a6059beca6f39ed7b4eef4ee55b9de8f47c1979
- 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
- 88bae8b Rename tests components for clarity by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- 7f48d5e Rename test components to better reflect content by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- a021d63 Merge pull request #8642 from daverodgman/default-compiler-all by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/development/pr-8642-5bad043c061f8161ab0f6fa930d3271e428303fe
- 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- 84125a1 Merge remote-tracking branch 'origin/development' into default-compiler-all by Dave Rodgman · 1 year, 7 months ago
- 8c8b4da all.sh: keep PSA_WANT_ALG_[CCM/GCM] enabled in common_block_cipher_dispatch() by Valerio Setti · 1 year, 7 months ago
- ea982e3 Merge pull request #8637 from bensze01/fix_supported_components by Gilles Peskine · 1 year, 7 months ago
- 84d19e0 all.sh: keep DES_C and CTR_DRBG_C enabled in test_full_no_cipher_with_crypto() by Valerio Setti · 1 year, 7 months ago
- 562dfe1 all.sh: keep PKCS[5/12] enabled in full_no_cipher test components by Valerio Setti · 1 year, 7 months ago
- cd21d4e all.sh: keep legacy cipher modes enabled in test_full_block_cipher_legacy_dispatch() by Valerio Setti · 1 year, 7 months ago
- b9f4bfc all.sh: fix messages in test_psa_crypto_config_accel_des by Valerio Setti · 1 year, 7 months ago
- 21570cf Auto-detect the need to link with pthread on Unix-like platforms by Gilles Peskine · 1 year, 8 months ago
- a72a797 all.sh: keep PKCS[5/12] enabled in accel_cipher_aead tests by Valerio Setti · 1 year, 8 months ago
- 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 8 months ago
- 4a8ef7c all.sh: disable legacy AES/ARIA/CAMELLIA in test_full_block_cipher_psa_dispatch by Valerio Setti · 1 year, 8 months ago
- c393222 Work around clang 3.8 bug by Dave Rodgman · 1 year, 8 months ago
- fc5b955 Don't use full path for setting CC by Dave Rodgman · 1 year, 8 months ago
- bc8e61d Use gcc in test_full_deprecated_warning by Dave Rodgman · 1 year, 8 months ago
- d8d6451 Add -O2 to some CFLAGS which were not setting it by Dave Rodgman · 1 year, 8 months ago
- ea03ef9 Don't specify gcc unless the test requires it by Dave Rodgman · 1 year, 8 months ago
- dfe5ce8 Use clang -O2 in common_block_cipher_no_decrypt by Dave Rodgman · 1 year, 8 months ago
- 9da01a7 all.sh: rename test_psa_crypto_config_accel_cipher to accel_des by Valerio Setti · 1 year, 8 months ago
- d0a594d Use gcc in test_psa_compliance by Dave Rodgman · 1 year, 8 months ago
- 932ce85 Ensure test_psa_compliance uses gcc by Dave Rodgman · 1 year, 8 months ago
- 0c5bfe8 Ensure clang is present by Dave Rodgman · 1 year, 8 months ago
- 66cbc83 Use clang by default by Dave Rodgman · 1 year, 8 months ago
- 79dc6da Improve make pthread linking mechanism by Paul Elliott · 1 year, 8 months ago
- 20a95bc Remove explicit linking of PThread in make by Paul Elliott · 1 year, 8 months ago
- 356597f Make TSan test run operate on full config by Paul Elliott · 1 year, 8 months ago
- 9338cac Add tsan to all.sh by Janos Follath · 1 year, 10 months ago
- bbb5af9 Set OpenSSL/GnuTLS variables in release components by Bence Szépkúti · 1 year, 8 months ago
- 71c71eb all.sh: Parse arguments before checking if a test is supported by Bence Szépkúti · 1 year, 8 months ago
- 89dd5c0 Document release components in all.sh by Bence Szépkúti · 1 year, 8 months ago
- 543d275 Merge pull request #8635 from daverodgman/asan-opt by Dave Rodgman · 1 year, 8 months ago
- d5635e9 Undo accidental change by Dave Rodgman · 1 year, 8 months ago
- a2cf240 Add explanatory comment by Dave Rodgman · 1 year, 8 months ago
- b90f87b Use gcc for -m32 Asan builds by Dave Rodgman · 1 year, 8 months ago
- 17127e9 Use clang as default compiler for Asan by Dave Rodgman · 1 year, 8 months ago
- 52ab8fa analyze_outcomes/all.sh: add reference component and entry for coverage comparison by Valerio Setti · 1 year, 8 months ago
- efdb826 all.sh: keep CIPHER_C enabled in test_full_block_cipher_psa_dispatch() by Valerio Setti · 1 year, 8 months ago
- c483122 all.sh: keep PSA_WANT_ALG_[GCM/CCM] enabled in test_full_block_cipher_psa_dispatch() by Valerio Setti · 1 year, 8 months ago
- f8e6cba all.sh: add new component for block_cipher dispatch to PSA by Valerio Setti · 1 year, 8 months ago
- 852de3c Build with -O2, but without assembly by Dave Rodgman · 1 year, 8 months ago
- a19c753 Remove redundant use of -O2 with ASAN_FLAGS by Dave Rodgman · 1 year, 8 months ago
- 1f67363 Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8616-001fb731311e7814c12f9f53e1ef61f341b64148
- 7404af6 Merge pull request #8599 from valeriosetti/issue8357 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- abeca02 Remove test_psa_crypto_config_accel_rsa_signature by Pengyu Lv · 1 year, 8 months ago
- 98a90c6 Fix various issue by Pengyu Lv · 1 year, 8 months ago
- e705f57 Add components to test crypto_full w/wo accelerated RSA by Pengyu Lv · 1 year, 8 months ago
- 779819a Merge pull request #8613 from bensze01/valgrind-only-in-nightlies by Dave Rodgman · 1 year, 8 months ago
- f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
- 0354d04 Do not run Valgrind tests in PR jobs by Bence Szépkúti · 1 year, 8 months ago
- 5e18b90 config-tfm: disable CIPHER_C by Valerio Setti · 1 year, 8 months ago
- 40a93df all.sh: keep CTR_DRBG enabled in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
- f5e46fd Merge pull request #8535 from daverodgman/update-tfm by Dave Rodgman · 1 year, 8 months ago
- 51e7245 Automatically set MBEDTLS_NO_PLATFORM_ENTROPY in TF-M config by Dave Rodgman · 1 year, 8 months ago
- 82d7a87 Update tests to refer to our tf-m config wrapper by Dave Rodgman · 1 year, 8 months ago
- 6632a12 all.sh: re-enable CCM/GCM in test_full_no_cipher_with_crypto[_config]() by Valerio Setti · 1 year, 9 months ago
- be5489a Simplify test for building P256-M by Dave Rodgman · 1 year, 8 months ago
- 897bb77 Update tf-m tests in all.sh for P256-M by Dave Rodgman · 1 year, 9 months ago
- 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
- 18040ed all.sh: export LC_COLLATE=C for sorting in ASCII order by Yanray Wang · 1 year, 8 months ago
- 42be1ba block_cipher_no_decrypt: improve comment by Yanray Wang · 1 year, 8 months ago
- 70642ec all.sh: check_test_dependencies: add one more option by Yanray Wang · 1 year, 8 months ago
- 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
- 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
- 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
- a4e7953 Merge pull request #8527 from lpy4105/issue/6324/driver-only-cipher+aead-tls-compat by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 7afd9a4 Change the test messages by Pengyu Lv · 1 year, 9 months ago