- 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
- 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
- 6ab5076 psa_aead_setup: validate tag length before calling driver setup by Przemek Stekiel · 2 years, 10 months ago
- 86679c7 psa_validate_tag_length(): use PSA_WANT_ALG_xxx instead MBEDTLS_PSA_BUILTIN_ALG_xxx guards by Przemek Stekiel · 2 years, 10 months ago
- 8a05a64 Remove psa_driver_get_tag_len() and use PSA_ALG_AEAD_GET_TAG_LENGTH macro instead by Przemek Stekiel · 2 years, 10 months ago
- ff1efc9 psa_aead_check_nonce_length: Fix unused variable warining by Przemek Stekiel · 2 years, 10 months ago
- f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 4c49927 Fix unused variables warnings in default + stream cipher only build by Przemek Stekiel · 2 years, 10 months ago
- b510cd2 Fix a copy-paste error - wrong macro used by Andrzej Kurek · 2 years, 10 months ago
- 5603efd Improve readability and formatting by Andrzej Kurek · 2 years, 10 months ago
- 7763829 Add missing ifdef when calculating operation capacity by Andrzej Kurek · 2 years, 11 months ago
- 3c4c514 Remove `PSA_ALG_IS_TLS12_ECJPAKE_TO_PMS` by Andrzej Kurek · 2 years, 11 months ago
- b093650 Add proper capacity calculation for EC J-PAKE to PMS KDF by Andrzej Kurek · 2 years, 11 months ago
- 702776f Restrict the EC J-PAKE to PMS input type to secret by Andrzej Kurek · 2 years, 11 months ago
- e9b5592 Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 11 months ago
- 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
- 4b5710f Allow KEY_TYPE_PASSWORD/KEY_TYPE_PASSWORD_HASH to be imported by Neil Armstrong · 3 years, 2 months ago
- 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 1 month ago
- 69c4679 Adapt macro name to meet requested criteria: MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF->BUILTIN_ALG_ANY_HKDF by Przemek Stekiel · 3 years, 2 months ago
- 75fe3fb psa_crypto.c: add MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF macro to limit number of #if conditions by Przemek Stekiel · 3 years, 2 months ago
- b57a44b is_kdf_alg_supported: Adapt impl to new build flags for HKDF EXTRACT/EXPAND by Przemek Stekiel · 3 years, 2 months ago
- cde3f78 Make info valid only after secret for HKDF-EXPAND + adapt tests by Przemek Stekiel · 3 years, 2 months ago
- 0586f4c Make salt mandatory for HKDF-EXTRACT + adapt tests by Przemek Stekiel · 3 years, 2 months ago
- 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
- a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
- 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
- 03d948c Refacor code for HKDF-Extract algorithm by Przemek Stekiel · 3 years, 2 months ago
- 2fb0dcd psa_hkdf_input: use more suitable condition and add comments by Przemek Stekiel · 3 years, 2 months ago
- b398d86 Update descryption of HKDF-Extract/Expand algs and fix comment by Przemek Stekiel · 3 years, 2 months ago
- 3e56130 psa_raw_key_agreement: return BUFFER_TOO_SMALL when warranted by Gilles Peskine · 3 years, 4 months ago
- 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- 17520fe PSA: Add support for HKDF-Extend and HKDF-Expand algs by Przemek Stekiel · 3 years, 3 months ago
- 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, 3 months ago
- 03faf5d2 psa_tls12_prf_psk_to_ms_set_key: clear buffers after usage by Przemek Stekiel · 3 years, 3 months ago
- 937b90f Add null check for pms allocation by Przemek Stekiel · 3 years, 3 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, 3 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, 6 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, 8 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, 7 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, 8 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 · 3 years, 11 months 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