- 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
- f1057d3 psa: Add ECP/RSA transparent test driver export_public_key entry point by Ronald Cron · 4 years, 8 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
- 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 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
- 594d7af Merge pull request #3994 from stevew817/feature/cmac_self_test_skip_unsupported by Janos Follath · 4 years, 6 months ago
- a14d164 Merge pull request #4008 from stevew817/bugfix/fix_dependencies by paul-elliott-arm · 4 years, 6 months ago
- c7da6a4 Update comment to only apply to AES-192 by Steven Cooreman · 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
- 7dadf14 Minor language correction after review by Steven Cooreman · 4 years, 6 months ago
- d80e8a4 Check for existence of key material on store/load by Steven Cooreman · 4 years, 6 months ago
- 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
- b034683 Merge pull request #4007 from stevew817/feature/alt_implementation_is_not_deterministic by Janos Follath · 4 years, 6 months ago
- 64f2773 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
- 7eb2aa0 Reworked NO_FALLBACK logic according to review feedback by Steven Cooreman · 4 years, 7 months ago
- cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
- 03f4084 Apply suggestions from code review by Steven Cooreman · 4 years, 7 months ago
- 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
- ac3434f Apply review feedback by Steven Cooreman · 4 years, 7 months ago
- b2f3e6c Restrict test skipping to AES-192 specifically by Steven Cooreman · 4 years, 7 months ago
- 94ca187 Merge pull request #3809 from AndrzejKurek/refactor-variable-buffers by paul-elliott-arm · 4 years, 7 months ago
- fa6641b Avoid unreferenced item warnings in ECDSA when ALT is in use by Steven Cooreman · 4 years, 7 months ago
- 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
- 4a06379 Refactor the variable I/O buffer size feature by Andrzej Kurek · 4 years, 10 months ago
- 655b012 Unconditionally include platform.h in CMAC 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
- 830d5af Allow CMAC self test to skip tests for unsupported primitives by Steven Cooreman · 4 years, 7 months ago
- 97b4984 Add a flag for disabling fallback in ecp.c 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
- ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 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
- 75fdd06 Merge pull request #3973 from stroebeljc/development by Manuel Pégourié-Gonnard · 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
- d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
- 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
- 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
- 70f63d0 Added references to the NIST test data used in the self-test function. by ENT\stroej1 · 4 years, 7 months ago
- df30700 Updated self test to use NIST test vectors and produce proper result. by ENT\stroej1 · 4 years, 7 months ago
- a0deec0 Extended test vectors to accomodate addition of nonce to test input array and updated results. by ENT\stroej1 · 4 years, 7 months ago
- 1446211 Update self-test vectors to include nonce and test it as part of reseeding. by ENT\stroej1 · 4 years, 7 months ago
- 4b91986 Fixed seed variable concatenation pointer. by ENT\stroej1 · 4 years, 8 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
- b3cd963 Pacify check-names.sh by Gilles Peskine · 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
- 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
- a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
- 6d5c7bc Merge pull request #3898 from paul-elliott-arm/fix_pem_write 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
- 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
- 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
- 3aae5d4 Merge pull request #781 from mpg/cipher-auth-crypt-restricted by Janos Follath · 4 years, 8 months ago
- 3a0535b Merge pull request #3916 from jdurkop/psa-crypto-config-hashes-3672 by Gilles Peskine · 4 years, 8 months ago
- 841b6fa Fix unused param warnings in auth_xxcrypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
- 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
- 4e0a4d4 Clarifying comment by Gilles Peskine · 4 years, 8 months ago
- a56d3d9 cipher_auth_xxcrypt_ext: Make NIST_KW case more robust by Gilles Peskine · 4 years, 8 months ago
- e09aeb4 Remove redundant NIST_KW checks in cipher_auth_xxcrypt() by Gilles Peskine · 4 years, 8 months ago
- 70edd68 cipher_auth_xxcrypt(): fix some null pointer handling by Gilles Peskine · 4 years, 8 months ago
- e54be3a Fix uncaught error if fix_negative fails by Gilles Peskine · 5 years ago
- 89b4130 Fix memory leak in mbedtls_mpi_sub_abs by Gilles Peskine · 5 years ago
- 6ca2327 Update guards for ALG_SHA_224 and ALG_SHA_384 in crypto library by John Durkop · 4 years, 8 months ago
- 227366b Merge branch 'development' into development-restricted by Gilles Peskine · 4 years, 8 months ago
- 54a6f23 Merge pull request #3930 from ccvca/fix_missing_argument by Gilles Peskine · 4 years, 8 months ago
- f5cf71e Stop using deprecated functions in the library by Manuel Pégourié-Gonnard · 4 years, 8 months ago
- 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
- f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
- a282984 Merge pull request #773 from paul-elliott-arm/discrepancy_cert by Gilles Peskine · 4 years, 8 months ago
- faddf98 Implement cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
- 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago