- 0d957d3 Merge pull request #7275 from valeriosetti/issue7255 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 9f132b7 Clarify real/dummy def of PSA_INIT/DONE by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 7dc8b95 Fix failures in builds without PSA_CRYPTO_C by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 8d60574 Merge pull request #6500 from yanrayw/split-TLS-connection-func-into-ssl_helpers by Gilles Peskine · 2 years, 5 months ago
- d8fb0af crypto_config_test_driver_extension: small reshape of guard symbols by Valerio Setti · 2 years, 5 months ago
- af727a2 ssl_helpers.c: improve code readability by Yanray Wang · 2 years, 5 months ago
- 6097616 libtestdriver: add EC support when only ECJPAKE is accelarated by Valerio Setti · 2 years, 5 months ago
- 5ba709c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
- 09a6f7e Move TEST_AVAILABLE_ECC into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
- 1db628f Move ECJPAKE_TEST_SET_PASSWORD into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
- e64b405 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
- 1fca4de ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 6 months ago
- 4d07d1c Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 9 months ago
- 55a6619 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
- 47907a4 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
- d51b1c5 Remove duplicate test macros by Dave Rodgman · 2 years, 5 months ago
- 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
- 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
- d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 5 months ago
- 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 6 months ago
- 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
- 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
- b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
- e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
- 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
- 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
- 0c78180 mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer by Przemek Stekiel · 2 years, 8 months ago
- 061a016 Add ALG_TLS12_PRF, TLS12_PSK_TO_MS, LG_TLS12_ECJPAKE_TO_PMS support to test driver extensions by Przemek Stekiel · 2 years, 9 months ago
- 6a9785f Add pake.h to test driver header by Przemek Stekiel · 2 years, 9 months ago
- d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
- a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
- d008abb Fix leak of modulus structures in tests by Gilles Peskine · 2 years, 8 months ago
- 195f998 New helper function to allocate and read a modulus by Gilles Peskine · 2 years, 8 months ago
- 881447d Move bignum helpers to their own module by Gilles Peskine · 2 years, 8 months ago
- 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- 0c67160 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
- 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
- 5e3c70e Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
- 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
- 23875ce Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
- ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
- d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
- 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
- 3f1606a Refactor call hierarchy for ECDH so that it goes through the driver wrapper in a similar fashion to ECDSA. by Aditya Deshpande · 2 years, 9 months ago
- 2c95a56 Remove KNOWN_MBEDTLS_SUPPORTED_HASH_ALG as it is now not used anywhere by Przemek Stekiel · 2 years, 10 months ago
- cfb441d Fix spacing and formatting by Aditya Deshpande · 2 years, 10 months ago
- 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
- 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
- b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
- c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
- c1ceae4 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
- 3aae4e8 New function mbedtls_test_read_mpi_core by Gilles Peskine · 2 years, 11 months ago
- 571576f Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
- 97483b0 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
- b549776 Merge branch 'Mbed-TLS:development' into codegen_1.1 by asfand-silabs · 2 years, 11 months ago
- e829cd6 Driver Wrapper CodeGen Rev 1.1 by Archana · 3 years, 7 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
- a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
- 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
- 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
- 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
- d9e1287 crypto_config_test_driver_extension.h add HKDF_EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
- d146542 New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
- 3cec8e8 tests: Init PSA crypto if TLS 1.3 is enabled by Ronald Cron · 3 years, 4 months ago
- afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
- f8614a0 asymmetric_encryption.h: trim trailing spaces by Przemek Stekiel · 3 years, 5 months ago
- 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
- 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
- ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
- 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
- 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
- 2d18c7e Move driver asymetric encrypt/decript declarations to asym.h by Przemyslaw Stekiel · 3 years, 8 months ago
- dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
- 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
- 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
- fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
- 4c0ec76 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
- 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
- 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
- 72b25da tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
- 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
- 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
- 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
- 9a37ff6 tests: psa: aead: Fix operation type in entry point prototypes by Ronald Cron · 3 years, 8 months ago
- 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
- 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
- fed825a ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
- 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
- 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
- 449608b Code style improvements by Archana · 4 years ago
- 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
- 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago