- bc79582 Fix psa_mac_verify() returning BUFFER_TOO_SMALL by Gilles Peskine · 3 years, 5 months ago
- 739c98c Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
- ea0d95e Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
- cdacf04 Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
- 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
- b3f4e5b PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
- c3319e7 Merge pull request #5189 from gilles-peskine-arm/struct_reordering_2.x by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 9ecdd97 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
- 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
- 7207d57 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 3 years, 11 months ago
- 3a95d2b psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
- 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
- 4c224fe psa: cipher: Fix invalid output buffer usage in psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
- a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
- 1637707 psa: cipher: Align APIs execution flow by Ronald Cron · 4 years, 1 month ago
- c423acb psa: cipher: Fix invalid output buffer usage in psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
- f8f425d psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
- 41e8006 psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
- 0518f61 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
- 8a0466a Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
- 021e724 Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
- b8006a6 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
- 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 10 months ago
- d22362c Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
- 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 8890f64 Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
- 5b20a7e psa_generate_key(): return PSA_ERROR_INVALID_ARGUMENT for public key by Przemyslaw Stekiel · 3 years, 10 months ago
- dd55b25 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago
- 2bbafda Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
- ba486b0 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month 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
- 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
- 78c601b Merge pull request #4717 from daverodgman/psa_cipher_and_mac_abort_on_error_2.x by Dave Rodgman · 4 years, 1 month ago
- 3fd792d Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
- 52ae871 Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
- 478ab54 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
- 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
- dad6f3b Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
- d73e1b0 Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
- db86179 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
- 22984de Remove comments 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
- 0ef3b85 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
- cccb05d Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
- 4e0a82e Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
- c88b0a5 Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
- eaacabf Merge pull request #4392 from gilles-peskine-arm/psa-storage-format-test-lifetimes by Ronald Cron · 4 years, 1 month ago
- 76dec15 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
- 4ed8368 psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
- ef0d8f1 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
- 882eb78 psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
- dbb8646 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
- def68e7 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
- 1c650a1 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
- 48f875e psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
- a00616f Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
- f216f0d Fix missing state check for tls12_prf output by Gilles Peskine · 4 years, 2 months ago
- 2bfbb17 Remove duplicate wipe call in psa_destroy_key by Gilles Peskine · 4 years, 2 months ago
- 251c774 Refuse to destroy read-only keys by Gilles Peskine · 4 years, 3 months ago
- c17f293 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 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
- c979578 Unify variable type and rename to be unambiguous by gabor-mezei-arm · 4 years, 3 months ago
- f8ad212 Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
- a6474de Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
- 15f0d92 Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
- 9878a16 Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
- 22dea1d Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
- b27e350 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
- 4f7cae6 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
- a2a1b80 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
- 6e6451e Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
- f64b25e Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
- 76720f6 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 4 months ago
- 87885df Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
- 11743f9 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
- 0789783 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
- 32d5694 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
- 6e3c2cb Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
- f3c5c86 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
- ef6f2aa Return error if algorithm is not hash-then-sign for psa_sign_message by gabor-mezei-arm · 4 years, 3 months ago
- 5698048 Use bool variable instead of enum values by gabor-mezei-arm · 4 years, 3 months ago
- 12ff4d5 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
- dd05aab Use switch-case for error handling by gabor-mezei-arm · 4 years, 3 months ago
- 9719a84 Fix for algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
- fc8d0ae Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
- bfbe465 Enable algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
- 81bf120 Fix error checking by gabor-mezei-arm · 4 years, 3 months ago
- c53f4f6 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
- bc0088b Unify similar functions by gabor-mezei-arm · 4 years, 3 months ago
- e8efa39 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
- 7ddee7f Use remove_key_data_from_memory instead of wipe_key_slot by Steven Cooreman · 4 years, 4 months ago
- 7609b1f leverage psa_allocate_buffer_to_slot from slot management by Steven Cooreman · 4 years, 4 months ago
- 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
- c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
- ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
- 9a98616 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years, 4 months ago
- de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
- 46f9178 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago