- a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
- e25351a test: psa driver: Remove unnecessary IV generation by Ronald Cron · 4 years, 1 month ago
- b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
- 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
- b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
- ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
- ff03fd6 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
- fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
- 4d9009e Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
- 53d1cf8 Merge pull request #4644 from gilles-peskine-arm/mpi_montmul-null-2.x by Janos Follath · 4 years, 1 month ago
- 02becd9 Fix exercise key test by Janos Follath · 4 years, 2 months ago
- db47971 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
- bef3019 Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 5 months ago
- bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
- be21dab Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
- 2d9a3f9 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
- 7261697 Update key usage determination for exercise key tests by gabor-mezei-arm · 4 years, 3 months ago
- 7a74c13 Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
- c53f4f6 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
- 05ee58d tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
- b0737da tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
- c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
- d5a2a75 tests: psa: cipher: Remove out-dated comment by Ronald Cron · 4 years, 4 months ago
- 0bec41a tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
- e0427c7 Merge pull request #4434 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
- 860f509 Clarify case when high level error code is incorrect by Chris Jones · 4 years, 3 months ago
- 4f91d8d Change "high level error" to "high level module ID" by Chris Jones · 4 years, 4 months ago
- e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 4 months ago
- 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
- ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years, 4 months ago
- 054bf7f Reduce indentation need by checking negative case first by Steven Cooreman · 4 years, 4 months ago
- a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
- c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
- 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
- 33a32f0 Move test driver implementation of platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
- 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
- 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
- f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
- 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
- abded0e Improve and fix documentation for error code combination by Chris Jones · 4 years, 4 months ago
- ac33a3a Add exception in check when high error code == 0 by Chris Jones · 4 years, 4 months ago
- 3f613c1 Improve mbedtls_test_err_add_check documentation by Chris Jones · 4 years, 4 months ago
- fe285f5 Make mbedtls_test_err_add_check fail tests by Chris Jones · 4 years, 6 months ago
- a203c38 Expand error addition checks by Chris Jones · 4 years, 6 months ago
- 220cdec Fix error code combination check by Chris Jones · 4 years, 7 months ago
- 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
- bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
- de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
- 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
- 3522e32 psa: cipher: Add transparent driver test specific entry points by Ronald Cron · 4 years, 5 months ago
- 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
- 8d310ad psa: Rework unauthenticated cipher support in transparent test driver by Ronald Cron · 4 years, 8 months ago
- fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
- 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
- fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
- aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 6 months ago
- ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
- 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
- aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
- e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago
- 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
- 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
- cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
- 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
- ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
- e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
- 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
- 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
- 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
- 2091f3a Fix wrong \file name in Doxygen comments by Gilles Peskine · 4 years, 6 months ago
- 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
- f96d3d8 Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
- 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
- 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
- b5399a8 psa: Rework ECDSA sign/verify support in the transparent test driver by Ronald Cron · 4 years, 8 months ago
- d2fb854 psa: Add RSA sign/verify hash support to the transparent test driver by Ronald Cron · 4 years, 8 months ago
- bbe5cbb Add ECP transparent test driver generate_key entry point by Ronald Cron · 4 years, 9 months ago
- 3a9c46b Add RSA key generation support to the transparent test driver by Ronald Cron · 4 years, 9 months ago
- 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
- 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
- a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 4 years, 6 months ago
- 784fb32 psa: Add ECP/RSA transparent test driver import_key entry point by Ronald Cron · 4 years, 8 months ago
- f1057d3 psa: Add ECP/RSA transparent test driver export_public_key entry point by Ronald Cron · 4 years, 8 months ago
- 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
- 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
- 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
- e60e2ae Add `mbedtls_` prefix to all public names in `helpers.h` by Chris Jones · 4 years, 7 months ago
- 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
- 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 9 months ago
- d4008d5 Refactor PSA test helpers: move function definitions from .h to .c by Gilles Peskine · 4 years, 9 months ago
- 4fc21fd Implement MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago
- 514a8fd Create a file for PSA crypto test helpers by Gilles Peskine · 4 years, 9 months ago
- e13fb81 A variable is unused in some configurations by Gilles Peskine · 4 years, 9 months ago
- c240236 Rename test_driver_keygen to test_driver_key_management by Gilles Peskine · 4 years, 9 months ago
- b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
- 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
- 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
- 9f4a01c Merge pull request #3571 from gufe44/arc4random_buf-implicit by Gilles Peskine · 4 years, 9 months ago
- 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
- 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago