- b8f97a1 Add test wrapper functions for cipher buffer protection by Gabor Mezei · 1 year, 6 months ago
- 4a46d73 Suppress pylint by Thomas Daubney · 1 year, 5 months ago
- 5cd611d Merge branch 'development-restricted' into mac_buffer_protection by tom-daubney-arm · 1 year, 6 months ago
- cf3457e Merge pull request #1132 from davidhorstmann-arm/copying-aead by David Horstmann · 1 year, 6 months ago
- b539126 Merge pull request #1156 from Ryan-Everett-arm/key-derivation-buffer-protection by David Horstmann · 1 year, 6 months ago
- a1cf101 Generate test wrappers for mac functions by Thomas Daubney · 1 year, 6 months ago
- 45c8586 Generate test wrappers for hash functions by Thomas Daubney · 1 year, 6 months ago
- 90abb22 ssl-opt.sh: Establish TLS 1.3 then TLS 1.2 session by Ronald Cron · 1 year, 6 months ago
- 587cfe6 ssl-opt.sh: Establish TLS 1.2 then TLS 1.3 connection by Ronald Cron · 1 year, 6 months ago
- eb8c665 Reformat wrapper generation code by Ryan Everett · 1 year, 6 months ago
- 0f54727 Restructure wrapper script by Ryan Everett · 1 year, 6 months ago
- 198a4d9 Generate test wrappers for key derivation by Ryan Everett · 1 year, 6 months ago
- b8dc245 Update buffer start and length in multipart test by David Horstmann · 1 year, 6 months ago
- 30a61f2 Add testcase to fail multipart cipher tests by David Horstmann · 1 year, 6 months ago
- 86e6fe0 Generate poisoning wrappers for AEAD by David Horstmann · 1 year, 7 months ago
- 52402ec Fix bug in PSA AEAD test by David Horstmann · 1 year, 8 months ago
- e883870 Merge branch 'development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
- 8d60685 Remove unnecessary dependencies from psa_crypto_helpers.h by Ryan Everett · 1 year, 6 months ago
- 4c74c4f Fix line-too-long in script by Ryan Everett · 1 year, 6 months ago
- 84a666d Re-add cipher_encrypt to test wrapper script by Ryan Everett · 1 year, 6 months ago
- 77b91e3 Generate test wrappers for key management by Ryan Everett · 1 year, 6 months ago
- b2c9f0e Disable poisoning with PSA_CRYPTO_DRIVER_TEST by David Horstmann · 1 year, 6 months ago
- f430f47 Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
- 047c724 Merge remote-tracking branch 'restricted/development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
- 9c5c9c3 Merge pull request #1141 from davidhorstmann-arm/memory-poisoning-runtime-enable by David Horstmann · 1 year, 6 months ago
- 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
- e23d647 Bump version by Dave Rodgman · 1 year, 7 months ago
- af553bf Add required dependency to the testcase by Jonathan Winzig · 1 year, 7 months ago
- acd35a5 Remove unneeded testcase by Jonathan Winzig · 1 year, 7 months ago
- 144bfde Update test-data to use SIZE_MAX by Jonathan Winzig · 1 year, 7 months ago
- 93f5240 Add missing newline at the end of test_suite_x509write.data by Jonathan Winzig · 1 year, 7 months ago
- 1c7629c Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
- 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
- b1f96c0 Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial by Gilles Peskine · 1 year, 7 months ago
- c9077cc Merge pull request #8664 from valeriosetti/issue7764 by Gilles Peskine · 1 year, 7 months ago
- 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
- d3efb92 Add underflow check to UNPOISON counter decrement by David Horstmann · 1 year, 7 months ago
- 9de6edd Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
- fad038c Change memory poisoning flag to a count by David Horstmann · 1 year, 7 months ago
- c2ab398 Request C11 in CMake (but only for tests) by David Horstmann · 1 year, 7 months ago
- 9039ba5 Fix test dependencies by Dave Rodgman · 1 year, 7 months ago
- b7778b2 Fix ASAN error in test by Dave Rodgman · 1 year, 7 months ago
- 24ad1b5 Add NIST AES-CTR test vectors by Dave Rodgman · 1 year, 7 months ago
- 4cc6fb9 add test for multipart AES-CTR by Dave Rodgman · 1 year, 7 months ago
- 4411c9c Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
- 88385c2 PSA wrappers: don't poison buffers when buffer copying is disabled by Gilles Peskine · 1 year, 7 months ago
- a1871f3 Add review exception warning by Gilles Peskine · 1 year, 7 months ago
- 8e7960b Remove the manually written poisoning wrapper by Gilles Peskine · 1 year, 7 months ago
- 90d14d7 Update generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
- 4adacac Generated PSA wrappers: poison/unpoison buffer parameters by Gilles Peskine · 1 year, 8 months ago
- 2b106de Enable generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
- e00150d Declare the outputs from generate_psa_wrappers.py as generated files by Gilles Peskine · 1 year, 7 months ago
- 6e4332c Commit generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
- 5294bb3 PSA wrapper generator by Gilles Peskine · 1 year, 7 months ago
- 4860a6c test_suite_psa_crypto: revert known failing checks for [en|de]cryption with opaque keys by Valerio Setti · 1 year, 7 months ago
- 62b6f10 test_driver_asymmetric_encryption: implement opaque [en/de]cryption functions by Valerio Setti · 1 year, 7 months ago
- 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
- ae73034 Add tests for mbedtls_ctr_increment_counter by Dave Rodgman · 1 year, 7 months ago
- f202c29 test_suite_psa_crypto: test asymmetric encryption/decryption also with opaque keys by Valerio Setti · 1 year, 7 months ago
- 8174478 Use thread-local flag to enable memory poisoning by David Horstmann · 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
- 4b09dcd Change renegotiation test to use G_NEXT_SRV by Waleed Elmelegy · 1 year, 7 months ago
- 3519cfb Merge pull request #8639 from bensze01/release_components by Paul Elliott · 1 year, 7 months ago
- 7c14afc Merge pull request #8595 from yanrayw/issue/8593/srv-CH-fix-version-check by Ronald Cron · 1 year, 7 months ago
- e83be5f Change renegotiation tests to work with TLS 1.2 only by Waleed Elmelegy · 1 year, 7 months ago
- f149cd1 Merge pull request #8688 from jwinzig-at-hilscher/development by Paul Elliott · 1 year, 7 months ago
- 1487760 Change order of checking of record size limit client tests by Waleed Elmelegy · 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
- 2fa99b2 Add tests for client complying with record size limit by Waleed Elmelegy · 1 year, 7 months ago
- f501790 Improve comments across record size limit changes by Waleed Elmelegy · 1 year, 7 months ago
- 9457e67 update record size limit tests to be more consistent by Waleed Elmelegy · 1 year, 7 months ago
- 3a37756 Improve record size limit tests by Waleed Elmelegy · 1 year, 7 months ago
- 598ea09 TLS1.3: SRV/CLI: add support for sending Record Size Limit extension by Waleed Elmelegy · 1 year, 7 months ago
- 47d2946 tls13: server: write Record Size Limit ext in EncryptedExtensions by Waleed Elmelegy · 1 year, 7 months ago
- 42017cd tls13: cli: write Record Size Limit ext in ClientHello by Yanray Wang · 1 year, 9 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
- 315c3ca Add required dependency to the testcase by Jonathan Winzig · 1 year, 7 months ago
- 6c9779f Remove unneeded testcase by Jonathan Winzig · 1 year, 7 months ago
- a72454b Update test-data to use SIZE_MAX by Jonathan Winzig · 1 year, 7 months ago
- c5e77bf Add missing newline at the end of test_suite_x509write.data by Jonathan Winzig · 1 year, 7 months ago
- 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
- 2bd2b78 Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
- db6e029 test_suite_psa_crypto: test also MBEDTLS_ECP_DP_MAX in ecc_conversion_functions_fail() by Valerio Setti · 1 year, 7 months ago
- ac73952 test_suite_psa_crypto: improve failing tests for EC conversion functions by Valerio Setti · 1 year, 7 months ago
- 4ba0c61 test_suite_psa_crypto: add test case for ECP conversion with null values by Valerio Setti · 1 year, 7 months ago
- ad81967 test_suite_psa_crypto: explicitly check return values of conversion functions by Valerio Setti · 1 year, 7 months ago
- bf999cb test_suite_psa_crypto: add test functions and cases for ECC conversion functions by Valerio Setti · 1 year, 7 months ago
- 673868b psa_crypto_ecp: add helper for checking EC parameters by Valerio Setti · 1 year, 8 months ago
- 9b2d738 Revert "test_suite_md: improve md_to_from_psa() test function and related data" by Valerio Setti · 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
- 60f0f72 Add config dependencies to record size tests by Waleed Elmelegy · 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
- 66b1ded Merge pull request #8623 from daverodgman/verbatim-tfm by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- a10d112 Remove useless guards on MBEDTLS_BIGNUM_C by Gilles Peskine · 1 year, 7 months ago