- 34045c1 Merge pull request #4145 from stevew817/fix_return_code by Gilles Peskine · 4 years, 5 months ago
- 1bfe4d7 Use new PSA builtin defines for CHACHA20 by David Brown · 4 years, 6 months ago
- 8107e31 Fix 2 endif comments by David Brown · 4 years, 6 months ago
- 12ca503 Change some conditionals of PSA to use BUILTIN by David Brown · 4 years, 6 months ago
- 7807bf7 Use proper conditional for software DES by David Brown · 4 years, 6 months ago
- 288a96e Fix mistyped endif comment by David Brown · 4 years, 6 months ago
- 0baa7b5 Change ifdefs in psa_crypto.c to new WANT macros by David Brown · 4 years, 6 months ago
- 63ca260 Change psa_crypto.c ifdefs for cipher modes by David Brown · 4 years, 6 months ago
- e04acc2 Use PSA definitions in PSA file by David Brown · 4 years, 6 months ago
- d81ab56 psa: Avoid empty block by Ronald Cron · 4 years, 6 months ago
- 3772afe psa: key generation: Use PSA_EXPORT_KEY_OUTPUT_SIZE by Ronald Cron · 4 years, 6 months ago
- 7023db5 Move ECP key generation code to the PSA ECP specific C file by Ronald Cron · 4 years, 9 months ago
- 9e18fc1 Move RSA key generation code to the PSA RSA specific C file by Ronald Cron · 4 years, 9 months ago
- 977c247 Call software implementation as a driver by Ronald Cron · 4 years, 10 months ago
- 5c4d386 psa: Extend psa_get_key_buffer_size scope by Ronald Cron · 4 years, 8 months ago
- 55ed059 Export "internally" psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
- 2a38a6b Change psa_generate_key_internal() signature by Ronald Cron · 4 years, 10 months ago
- 2b56bc8 Move key buffer allocation out of psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
- 01b2aba Move key buffer size computation out of psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
- f3bb761 Improve psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
- 932ffb7 Return NOT_SUPPORTED according to the API contract by Steven Cooreman · 4 years, 6 months ago
- 59ad770 Merge pull request #4131 from paul-elliott-arm/fix_crypto_leak by Gilles Peskine · 4 years, 6 months ago
- 9d5abfe Merge pull request #4137 from stevew817/fix/unused_argument_warnings by Gilles Peskine · 4 years, 6 months ago
- 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
- a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
- 74afe47 Fix unused variables in PSA core when no KDF algorithm is present by Steven Cooreman · 4 years, 6 months ago
- 7196fef Fix unused variable in PSA core when no AEAD algorithm is present by Steven Cooreman · 4 years, 6 months ago
- da3e7db Fix memory leak in error case in psa_crypto by Paul Elliott · 4 years, 6 months ago
- 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
- a0832d4 Merge pull request #3958 from gilles-peskine-arm/fix-tls12-constant-namespace by Ronald Cron · 4 years, 6 months ago
- d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
- e907e55 psa: export: Check output buffer size earlier by Ronald Cron · 4 years, 7 months ago
- fb2ed5b psa: import: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
- bf33c93 psa: Call import software implementation as a driver by Ronald Cron · 4 years, 8 months ago
- a0fe59f psa: Export internally psa_import_key_into_slot() by Ronald Cron · 4 years, 8 months ago
- 2ebfdcc psa: Change psa_import_key_into_slot() signature by Ronald Cron · 4 years, 8 months ago
- dd04d42 psa: import: Move key buffer allocation by Ronald Cron · 4 years, 8 months ago
- d6ec303 psa: Move ECP key import to psa_crypto_ecp.c by Ronald Cron · 4 years, 8 months ago
- b14dbbe psa: Rename ECP key import function by Ronald Cron · 4 years, 9 months ago
- 79cc548 psa: Change psa_import_ecp_key() signature by Ronald Cron · 4 years, 9 months ago
- 13f8b09 psa: ecp: import: Move key buffer allocation by Ronald Cron · 4 years, 8 months ago
- abf2aef psa: Move RSA key import to psa_crypto_rsa.c by Ronald Cron · 4 years, 8 months ago
- b6420e3 psa: Rename psa_import_rsa_key to mbedtls_psa_rsa_import_key by Ronald Cron · 4 years, 9 months ago
- 4f2a7f0 psa: Change psa_import_rsa_key() signature by Ronald Cron · 4 years, 9 months ago
- 8f813ee psa: rsa: import: Move key buffer allocation by Ronald Cron · 4 years, 9 months ago
- e5ca3d8 psa: Move RSA/ECP export code to RSA/ECP specific C file by Ronald Cron · 4 years, 8 months ago
- 152e3f8 psa: export: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
- 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
- 7285cda psa: Export internally psa_export_(public_)key_internal by Ronald Cron · 4 years, 8 months ago
- d18b5f8 psa: Change psa_export_(public_)key_internal signature by Ronald Cron · 4 years, 8 months ago
- 9486f9d psa: Disentangle public export and export code by Ronald Cron · 4 years, 8 months ago
- 200a52c psa: Align naming of export internal functions by Ronald Cron · 4 years, 8 months ago
- 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago
- 3c8ca3a psa: Rename psa_export_rsa/ecp_key to mbedtls_psa_rsa/ecp_export_key by Ronald Cron · 4 years, 8 months ago
- 9085708 psa: Rename psa_load_rsa/ecp_representation by Ronald Cron · 4 years, 8 months ago
- 84cc994 psa: Change psa_driver_wrapper_export_public_key() signature by Ronald Cron · 4 years, 8 months ago
- 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
- ea0f8a6 psa: se: Create key context in SE key slots by Ronald Cron · 4 years, 8 months ago
- 21b5616 psa: Move PSA client code by Ronald Cron · 4 years, 6 months ago
- a209f34 Merge pull request #3996 from stevew817/feature/allow_reading_external_keys by Janos Follath · 4 years, 6 months ago
- 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
- 86326a9 Fix possible error codes in the documentation by gabor-mezei-arm · 4 years, 8 months ago
- cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
- 43f958b Rename unnamespaced identifiers by Gilles Peskine · 4 years, 8 months ago
- ac3434f Apply review feedback by Steven Cooreman · 4 years, 7 months ago
- 98435dd Allow loading wrapped keys even when SE support is compiled in by Steven Cooreman · 4 years, 7 months ago
- dbf6896 mbedtls_to_psa_error: prefer dispatching on the low-level error by Gilles Peskine · 4 years, 7 months ago
- 40d8160 mbedtls_to_psa_error: fix a copypasta and a missing translation by Gilles Peskine · 4 years, 8 months ago
- a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
- 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 7 months ago
- 9c3e060 Explain the design of mbedtls_psa_get_random better by Gilles Peskine · 4 years, 7 months ago
- 0c59ba8 Fix the error detection in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
- 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
- 462aa57 PSA Crypto: Don't skip key data removal when SE driver is not in use by Fredrik Strupe · 4 years, 8 months ago
- b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
- 8814fc4 Make mbedtls_psa_get_random more usable outside psa_crypto.c by Gilles Peskine · 4 years, 8 months ago
- 5894e8e Replace mbedtls_psa_random_state( ... ) by MBEDTLS_PSA_RANDOM_STATE by Gilles Peskine · 4 years, 8 months ago
- 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
- cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
- 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
- 6ca2327 Update guards for ALG_SHA_224 and ALG_SHA_384 in crypto library by John Durkop · 4 years, 8 months ago
- d62b678 Minor updates to address review comments by John Durkop · 4 years, 8 months ago
- ee4e660 Use new MBEDTLS_PSA_BUILTIN_ macros for hashes in crypto library by John Durkop · 4 years, 8 months ago
- 452b0a3 Update documentation by gabor-mezei-arm · 4 years, 9 months ago
- fe30924 Use PSA_ERROR_DATA_INVALID error code by gabor-mezei-arm · 4 years, 9 months ago
- bee96c8 Explain the conditions for checking DRBG error codes by Gilles Peskine · 4 years, 8 months ago
- 82e57d1 PSA: support HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
- 4fc21fd Implement MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago
- 1c49f1a Include headers in psa_crypto.h for mbedtls_to_psa_error by Gilles Peskine · 4 years, 9 months ago
- 30524eb psa_crypto: create random and drbg abstraction by Gilles Peskine · 4 years, 9 months ago
- 90edc99 Create a header file for PSA crypto random generator abstraction by Gilles Peskine · 4 years, 9 months ago
- 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver by Gilles Peskine · 4 years, 8 months ago
- 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
- b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
- 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
- 81709fc psa: Move key identifier return to psa_finish_key_creation() by Ronald Cron · 4 years, 9 months ago
- 5097294 psa: Decrement slot access count when finalizing key creation by Ronald Cron · 4 years, 9 months ago
- 4640c15 psa: Remove error message output by Ronald Cron · 4 years, 9 months ago
- cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
- 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago