- 2a6dd9c Rename & update documentation of function, types, and macros for psa_pake_set_role() and associated by Neil Armstrong · 3 years, 3 months ago
- 16ff788 Update return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
- 3585168 Update return documentation of psa_pake_set_user() by Neil Armstrong · 3 years, 3 months ago
- 71cae61 Update return documentation of psa_pake_set_password_key() by Neil Armstrong · 3 years, 3 months ago
- 4721a6f Update return documentation of psa_pake_setup() by Neil Armstrong · 3 years, 3 months ago
- 1614537 Fix password wording in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 3 months ago
- 7bc71e9 Fix output_size documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
- cd974d5 Fix return documentation of PSA_PAKE_OUTPUT_SIZE by Neil Armstrong · 3 years, 3 months ago
- d5a4825 Add missing psa_pake_cs_get_bits() by Neil Armstrong · 3 years, 3 months ago
- ff9cac7 Add missing psa_pake_cs_get_family() by Neil Armstrong · 3 years, 3 months ago
- 0c8ef93 Add missing psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
- 799106b Pass input as const reference and fix documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
- 47e700e Pass cipher_suite parameter of psa_pake_setup() by const reference by Neil Armstrong · 3 years, 3 months ago
- 0151c55 Add documentation of PSA_PAKE_OPERATION_INIT by Neil Armstrong · 3 years, 3 months ago
- 5ff6a7f Add missing psa_pake_cipher_suite_init() by Neil Armstrong · 3 years, 3 months ago
- fb99302 Add missing PSA_PAKE_CIPHER_SUITE_INIT by Neil Armstrong · 3 years, 3 months ago
- 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
- 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 58f5915 Merge pull request #5732 from daverodgman/warmsocks_spellingfixes by Dave Rodgman · 3 years, 3 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, 8 months ago
- 6729474 Fix key_id and owner_id accessor macros by Antonio de Angelis · 3 years, 3 months ago
- 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
- 7f1c89d Provide other_secret, other_secret_length fields if MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS is defined by Przemek Stekiel · 3 years, 4 months ago
- 6d187af psa_crypto does not support XTS by Gilles Peskine · 3 years, 5 months ago
- c4b814a psa_tls12_prf_key_derivation_state_t: add optional step to set other key by Przemek Stekiel · 3 years, 4 months ago
- f4e8f01 psa_tls12_prf_key_derivation_t: add other_secret and other_secret_length fields to handle mixed PSK by Przemek Stekiel · 3 years, 4 months ago
- 37c81c4 Extend PSA_ALG_TLS12_PSK_TO_MS alg (add #PSA_KEY_DERIVATION_INPUT_OTHER_SECRET input) by Przemek Stekiel · 3 years, 4 months ago
- 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 14d3554 ChaCha20 (PSA): Document that we only support 12-byte nonces by Gilles Peskine · 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
- f7c1f74 doxygen: merge multiple descriptions of the same return codes by Andrzej Kurek · 3 years, 6 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
- 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
- ef6ffe3 psa: Fix Mbed TLS hash operation definition by Ronald Cron · 3 years, 10 months ago
- 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
- fcaba24 psa: Fix hash max sizes by Ronald Cron · 3 years, 10 months ago
- e2b6866 Align function parameter names for mbedtls_set_key_owner_id in PSA headers by Antonio de Angelis · 3 years, 8 months ago
- e3d9c9d PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
- 09c02ee Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
- 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- f2fe31a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
- f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
- c5c5b93 Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
- 7d262dd Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
- 359b5ab Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
- e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
- 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
- f6892de Readability improvements by Gilles Peskine · 3 years, 10 months ago
- 09c46da Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
- acd2d0e New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
- c7e7fe5 Add missing MBEDTLS_PRIVATE by Paul Elliott · 3 years, 10 months ago
- 5977bc9 Add MBEDTLS_PRIVATE to new structs by Paul Elliott · 3 years, 11 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
- 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
- 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
- 6603e2b Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
- c22950c Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
- ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
- a02003b Fix divide by zero if macro used with wrong key by Paul Elliott · 4 years, 1 month ago
- 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
- 47060db Give a better name for struct member by gabor-mezei-arm · 4 years, 1 month ago
- 42cdb2a Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
- 43110b6 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
- 86bf008 Extend PSA_USAGE_SIGN/VERIFY_HASH key policies by gabor-mezei-arm · 4 years, 3 months ago
- 55a4d93 Merge pull request #4589 from bensze01/split_config by Dave Rodgman · 4 years, 1 month ago
- 8a88f62 Merge pull request #4726 from athoelke/at-pbkdf2-doc-fixes by Janos Follath · 4 years, 1 month ago
- bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 52d18cd Remove trailing space by Andrew Thoelke · 4 years, 1 month ago
- 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
- a0f4b59 Fixes for PBKDF2 documentation by Andrew Thoelke · 4 years, 1 month ago
- 91466c8 Hopefully clarify the example by Gilles Peskine · 4 years, 2 months ago
- 52bb83e Fix mbedtls_svc_key_id_is_null when KEY_ID_ENCODES_OWNER by Gilles Peskine · 4 years, 2 months ago
- d133bb2 New macro PSA_KEY_LIFETIME_IS_READ_ONLY by Gilles Peskine · 4 years, 4 months ago
- 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 2 months ago
- e96c585 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
- 1f01318 Clarify PSA_PAKE_STEP_ZK_PROOF format by Janos Follath · 4 years, 2 months ago
- 46c0237 PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
- 0dcda95 Make check-names.sh happy by Janos Follath · 4 years, 2 months ago
- 33434a9 Fix parenthesis spacing in crypto_struct.h by Janos Follath · 4 years, 2 months ago
- 55dd5dc PSA PAKE: Clarify the documentation of NIZKP steps by Janos Follath · 4 years, 2 months ago
- b384ec1 PSA PAKE: fix J-PAKE documentation code rendering by Janos Follath · 4 years, 2 months ago
- 3293dae psa_pake_setup(): simplify documentation by Janos Follath · 4 years, 2 months ago
- b4db90f PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
- 38d29db Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
- a46e28f PSA PAKE: use neutral pronouns by Janos Follath · 4 years, 2 months ago
- ec83eb6 Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
- 52f9efa Revert "Rename psa_pake_set_password()" by Janos Follath · 4 years, 2 months ago
- 89ee05a Rename psa_pake_set_password() by Janos Follath · 4 years, 2 months ago
- 559f05e PSA PAKE: remove psa_pake_set_password_stretch() by Janos Follath · 4 years, 2 months ago
- 7d69b3a PSA PAKE: add warning about stability by Janos Follath · 4 years, 2 months ago
- 702cf09 PSA PAKE: move the API to crypto_extra.h by Janos Follath · 4 years, 2 months ago
- 304766e PSA PAKE: make algorithm macro name consistent by Janos Follath · 4 years, 2 months ago
- a295918 PSA PAKE: add input size macros by Janos Follath · 4 years, 2 months ago