- b743d95 Do not erase input key in psa_tls12_prf_psk_to_ms_set_key() by Neil Armstrong · 3 years, 3 months ago
- 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
- 03faf5d2 psa_tls12_prf_psk_to_ms_set_key: clear buffers after usage by Przemek Stekiel · 3 years, 4 months ago
- 937b90f Add null check for pms allocation by Przemek Stekiel · 3 years, 4 months ago
- e47201b rename: psa_tls12_prf_set_other_key->psa_tls12_prf_psk_to_ms_set_other_key and adapt code by Przemek Stekiel · 3 years, 4 months ago
- 2503f7e Handle empty other secret when passed with input bytes by Przemek Stekiel · 3 years, 4 months ago
- d7a2864 psa_tls12_prf_set_key(): add PSA_TLS12_PRF_STATE_OTHER_KEY_SET as a valid state by Przemek Stekiel · 3 years, 4 months ago
- a7695a2 psa_key_derivation_check_input_type(): handle PSA_KEY_DERIVATION_INPUT_OTHER_SECRET by Przemek Stekiel · 3 years, 4 months ago
- c8fa5a1 psa_tls12_prf_psk_to_ms_set_key(): add support for other secret input by Przemek Stekiel · 3 years, 4 months ago
- e3ee221 Free other secret in tls12_prf context by Przemek Stekiel · 3 years, 4 months ago
- 2365028 Add psa_tls12_prf_set_other_key() function to store other secret input by Przemek Stekiel · 3 years, 4 months ago
- a9b6c80 Fix psa_mac_verify() returning BUFFER_TOO_SMALL by Gilles Peskine · 3 years, 5 months ago
- 0c3a071 Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
- 0cc417d Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
- 9efde4f Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
- c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
- c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
- 7fc0751 Restore build options for mbedtls_ecc_group_of_psa() and related functions by Przemek Stekiel · 3 years, 5 months ago
- 15565ee Move publick key check out of MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR by Przemek Stekiel · 3 years, 5 months ago
- a81aed2 Clean up init values of psa crypto status and fix switch default case by Przemek Stekiel · 3 years, 5 months ago
- f110dc0 Clenup conditional compilation flags. by Przemek Stekiel · 3 years, 5 months ago
- dcab6cc Return PSA_ERROR_INVALID_ARGUMENT for a public key, and PSA_ERROR_NOT_SUPPORTED for a type that is not handled. by Przemek Stekiel · 3 years, 5 months ago
- 91ebfc0 Adapt compilation flags for ECC key derivation by Przemyslaw Stekiel · 3 years, 5 months ago
- 76960a7 mbedtls_mpi_read_binary() document that function guarantees to return an MPI with exactly the necessary number of limbs and remove redundant call to mbedtls_mpi_grow() by Przemyslaw Stekiel · 3 years, 5 months ago
- aeaa4f0 Code optimization by Przemyslaw Stekiel · 3 years, 5 months ago
- 6d3d18b psa_generate_derived_key_internal, psa_generate_derived_ecc_key_weierstrass_helper: optimize the code by Przemyslaw Stekiel · 3 years, 7 months ago
- 9248159 Workaround for VS compiler build error by Przemyslaw Stekiel · 3 years, 7 months ago
- e33ae71 psa_crypto.c: adapt macros by Przemyslaw Stekiel · 3 years, 7 months ago
- dc215f4 Simplify calculations for clear mask by Przemyslaw Stekiel · 3 years, 8 months ago
- d80b6ed Use loop instead goto and fix misleading variable name by Przemyslaw Stekiel · 3 years, 8 months ago
- dc8d7d9 fix mbedtls/psa status code mismatch by Przemyslaw Stekiel · 3 years, 8 months ago
- 871a336 Remove redundant psa_generate_derived_ecc_key_weierstrass_check_config() by Przemyslaw Stekiel · 3 years, 8 months ago
- aaa1ada psa_generate_derived_ecc_key_weierstrass_check_config: Build only when ECC enabled by Przemyslaw Stekiel · 3 years, 8 months ago
- 50fcc53 Add Weierstrass curve/bits consistancy check + negative test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
- 58ce8d8 Add support for Montgomery curves by Przemyslaw Stekiel · 3 years, 8 months ago
- 705fb0f Only Weierstrass curves supported by Przemyslaw Stekiel · 3 years, 8 months ago
- c6e4c51 psa_crypto.c: fix warning on windows compiler by Przemyslaw Stekiel · 3 years, 9 months ago
- 1dfd122 psa_generate_derived_ecc_key_helper: compile only when ECC is supported by Przemyslaw Stekiel · 3 years, 9 months ago
- 6534816 psa_generate_derived_ecc_key_helper: fix bugs found during testing by Przemyslaw Stekiel · 3 years, 9 months ago
- d8cdcba Move derivation of ECC private key to helper function and refactor code by Przemyslaw Stekiel · 3 years, 9 months ago
- 1608e33 PSA: implement key derivation for ECC keys by Przemyslaw Stekiel · 3 years, 9 months ago
- f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
- aa3a6e4 Fix brace placement by Bence Szépkúti · 3 years, 7 months ago
- 39fb9d1 Rename helper function to psa_aead_check_algorithm by Bence Szépkúti · 3 years, 7 months ago
- 8d45c00 psa_asymmetric_decrypt: access the key store and call driver dispatch by Przemyslaw Stekiel · 3 years, 8 months ago
- 19e6142 psa_asymmetric_encrypt: access the key store and call driver dispatch by Przemyslaw Stekiel · 3 years, 8 months ago
- 08f3465 Return the same error in multipart and single shot AEAD by Bence Szépkúti · 3 years, 8 months ago
- 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
- 60aebec PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
- d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
- c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 5d9f422 Merge pull request #861 from ronald-cron-arm/fix-aead-nonce by Manuel Pégourié-Gonnard · 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
- 0b4d123 Remove assertion on local nonce buffer size by Ronald Cron · 3 years, 8 months ago
- a393619 Change test on local nonce buffer size to an assertion by Ronald Cron · 3 years, 8 months ago
- f467d63 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
- 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
- 89b4aa7 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 4 years ago
- 69a6342 psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
- 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
- cae5909 psa: aead: Fix invalid output buffer usage in generate_nonce() by Ronald Cron · 3 years, 8 months ago
- c6e6f50 psa: cipher: Fix invalid output buffer usage in psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
- 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
- 2391952 psa: cipher: Align APIs execution flow by Ronald Cron · 4 years, 1 month ago
- 2fb9052 psa: cipher: Fix invalid output buffer usage in psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
- 2d8a182 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
- 6d48e20 Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
- 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
- d69da6c Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
- 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
- e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
- 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 9 months ago
- 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
- bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
- 4cad4fc psa_crypto.c: use switch instead if-else in psa_aead_check_nonce_length and psa_aead_set_lengths (fixes #5065) by Przemyslaw Stekiel · 3 years, 10 months ago
- e193ea8 Add Multipart AEAD CCM internal implementation by Paul Elliott · 3 years, 10 months ago
- c0fe820 psa_generate_key(): return PSA_ERROR_INVALID_ARGUMENT for public key by Przemyslaw Stekiel · 3 years, 10 months ago
- f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
- 60116ae Invert logic on nonce length tests by Paul Elliott · 3 years, 10 months ago
- 355f59e Fix formatting issues by Paul Elliott · 3 years, 10 months ago
- e716e6c Switch cipher enabled macros by Paul Elliott · 3 years, 10 months ago
- baff51c Make sure nonce length checks use base algorithm by Paul Elliott · 3 years, 10 months ago
- bb0f9e1 Move all nonce length checks to PSA Core by Paul Elliott · 3 years, 10 months ago
- 4ed1ed1 Move nonce size checking to PSA Core by Paul Elliott · 3 years, 10 months ago
- 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
- 90fdc11 Make NULL tag check more explicit by Paul Elliott · 3 years, 11 months ago
- 70618b2 Change sizeof to variable rather than struct by Paul Elliott · 3 years, 11 months ago
- 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
- ec95cc9 Add safety for NULL tag being passed to finish by Paul Elliott · 3 years, 11 months ago
- 4c916e8 Improve comment on buffer clearing by Paul Elliott · 3 years, 11 months ago
- 69bf5fc Const correctness by Paul Elliott · 3 years, 11 months ago
- 70f447d Replace individual zeroization with memset by Paul Elliott · 3 years, 11 months ago
- 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
- 374fe5b Handle zeroed attributes key bits and type in copy by Archana · 4 years ago
- 449608b Code style improvements by Archana · 4 years ago