- 864b425 Merge pull request #4488 from tom-daubney-arm/remove_rsa_mode_params by Gilles Peskine · 4 years, 3 months ago
- f048618 Unify variable type and rename to be unambiguous by gabor-mezei-arm · 4 years, 3 months ago
- 6883fd2 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
- 474a35f Return error if algorithm is not hash-then-sign for psa_sign_message by gabor-mezei-arm · 4 years, 3 months ago
- 8b3e886 Use bool variable instead of enum values by gabor-mezei-arm · 4 years, 3 months ago
- 12b4f34 Fix documentation by gabor-mezei-arm · 4 years, 3 months ago
- 6cdf637 Use switch-case for error handling by gabor-mezei-arm · 4 years, 3 months ago
- f9820f9 Fix for algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
- b5c1e37 Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
- 0f62240 Enable algorithms other than hash-then-sign by gabor-mezei-arm · 4 years, 3 months ago
- 46c23a0 Fix error checking by gabor-mezei-arm · 4 years, 3 months ago
- 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
- 5b44652 Unify similar functions by gabor-mezei-arm · 4 years, 4 months ago
- 4a21019 Implement psa_sign_message and psa_verify_message functions by gabor-mezei-arm · 4 years, 4 months ago
- d21e0b7 Remove mode parameter from mbedtls_rsa_rsaes_oaep_decrypt function by Thomas Daubney · 4 years, 3 months ago
- c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
- 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
- 8af5c5c Be explicit about why the zero-length check is there by Steven Cooreman · 4 years, 3 months ago
- d1a68f1 Supply actual key bits to PSA_MAC_LENGTH during MAC setup by Steven Cooreman · 4 years, 3 months ago
- 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
- 094a77e Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
- a6df604 Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
- d1ed1d9 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
- dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
- 36876a0 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
- ba9a5bf Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
- d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 5 months ago
- 4fdf060 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 5 months ago
- a5b860a Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
- 6e7f291 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
- e680419 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
- 82c66b6 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
- 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
- 805251b Update psa_validate_key_policy() for the new policy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
- 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
- f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
- ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 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
- 136b398 Remove deprecated things from hashing modules by TRodziewicz · 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
- dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
- c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
- 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 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
- 215633c psa: aead: Implement aead operations as a driver entry point by Ronald Cron · 4 years, 5 months ago
- 9f31017 psa: aead: Remove key slot from operation context by Ronald Cron · 4 years, 5 months ago
- 7dbd800 psa: aead: Isolate key slot unlock from operation abort by Ronald Cron · 4 years, 5 months ago
- 197c2fd psa: aead: Move key resolution by Ronald Cron · 4 years, 5 months ago
- 004f917 psa: aead: Fix status initialization by Ronald Cron · 4 years, 5 months ago
- 6cc6631 psa: Return in error when requested to copy a key to an opaque driver by Ronald Cron · 4 years, 4 months ago
- 77e412c psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years, 4 months ago
- 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
- a0d6817 psa: cipher: Add bound check of the IV length in the core by Ronald Cron · 4 years, 4 months ago
- 75e6ae2 Move mbedtls_cipher_info_from_psa to psa_crypto_cipher.c by Ronald Cron · 4 years, 5 months ago
- 1f0db80 psa: cipher: Fix symmetric key management by Ronald Cron · 4 years, 5 months ago
- 937dfee psa: cipher: Re-organize multi-part operation context by Ronald Cron · 4 years, 5 months ago
- 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
- 06aa442 psa: cipher: Remove unused `key_set` operation field by Ronald Cron · 4 years, 5 months ago
- dd24c9b psa: Call cipher operations software implementations as a driver by Ronald Cron · 4 years, 8 months ago
- 6056fe8 psa: driver wrapper: Change cipher_xyz signature by Ronald Cron · 4 years, 8 months ago
- 6d05173 psa: Add mbedtls_psa_cipher_xyz() APIs by Ronald Cron · 4 years, 10 months ago
- 0b80559 psa: Call cipher setup implementation as a driver by Ronald Cron · 4 years, 8 months ago
- a4af55f psa: driver wrapper: Change cipher_*_setup signatures by Ronald Cron · 4 years, 8 months ago
- d6d2888 psa: Add mbedtls_psa_cipher_encrypt/decrypt_setup functions by Ronald Cron · 4 years, 8 months ago
- 7986f7e psa: Export "internally" mbedtls_cipher_info_from_psa by Ronald Cron · 4 years, 5 months ago
- ab99ac2 psa: Rework psa_cipher_setup (2) by Ronald Cron · 4 years, 10 months ago
- 590d3e5 psa: Rework psa_cipher_setup (1) by Ronald Cron · 4 years, 10 months ago
- c45b4af Fix PSA SE driver tests by Ronald Cron · 4 years, 10 months ago
- 4501c98 psa: sign: Return INVALID_ARGUMENT instead of NOT_SUPPORTED by Ronald Cron · 4 years, 5 months ago
- 3d47181 psa: Add missing PSA configs by Ronald Cron · 4 years, 5 months ago
- 71f45ba Fix unused parameter warning in some configurations by Gilles Peskine · 4 years, 4 months ago
- a1684f4 PSA: Reject curves that are not enabled in the PSA configuration by Gilles Peskine · 4 years, 4 months ago
- b6bf4bb Clear up language on zeroizing driver context at setup by Steven Cooreman · 4 years, 5 months ago
- 893232f Ensure the full driver structure is zeroized at setup by Steven Cooreman · 4 years, 5 months ago
- 5f88e77 Move mbedtls_md_info_from_psa into the mbedtls hash driver by Steven Cooreman · 4 years, 5 months ago
- fbe0928 Set output length to 0 at start of function by Steven Cooreman · 4 years, 5 months ago
- f66d5fd Apply same argument checking as in psa_hash_setup by Steven Cooreman · 4 years, 5 months ago
- ea0a865 Move entropy_poll.h to library by Chris Jones · 4 years, 5 months ago
- daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
- e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
- c828835 move hash update zero-length-input check back into the core by Steven Cooreman · 4 years, 5 months ago
- dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
- 1e58235 Dispatch hashing calls through the driver wrapper layer by Steven Cooreman · 4 years, 6 months ago
- 84d670d Make psa_hash_compare go through hash_compute by Steven Cooreman · 4 years, 6 months ago
- 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 6 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
- 1fb691a Remove superfluous check by Steven Cooreman · 4 years, 5 months ago
- cd64093 Language & code readability updates by Steven Cooreman · 4 years, 5 months ago
- bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
- 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
- 566899e psa: Remove outdated comments by Ronald Cron · 4 years, 5 months ago
- 31a876d Clarify some policy-handling code comments by Steven Cooreman · 4 years, 5 months ago