- bd1b327 Remove useless code by Jerry Yu · 3 years, 4 months ago
- 7533982 guard pk_error_from_psa_ecdsa with USE_PSA_CRYPTO by Jerry Yu · 3 years, 4 months ago
- e010de4 Rename ctx to rsa_ctx by Jerry Yu · 3 years, 4 months ago
- bf455e7 rename pk_psa_rsa_sign_ext param by Jerry Yu · 3 years, 4 months ago
- 89107d1 fix ci fail without RSA_C by Jerry Yu · 3 years, 4 months ago
- 406cf27 fix various issues by Jerry Yu · 3 years, 4 months ago
- 848ecce fix wrong typo in function name by Jerry Yu · 3 years, 4 months ago
- 07869e8 fix psa crypto test fail by Jerry Yu · 3 years, 5 months ago
- b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
- 1d172a3 Add pk_psa_sign_ext by Jerry Yu · 3 years, 5 months ago
- 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 472044f Merge pull request #5525 from superna9999/5161-pk-rsa-encryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 62e6ea2 Avoid spurious write to *olen in PSA version of rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 17a0655 Add documentation to find_ecdsa_private_key() by Neil Armstrong · 3 years, 5 months ago
- 05132ed md_alg is used in ecdsa_sign_wrap(), cleanup code by Neil Armstrong · 3 years, 5 months ago
- cb753a6 Use mbedtls_eckey_info directly in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- da1d80d Use mbedtls_rsa_info directly in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 7b1dc85 Simplify padding check and get rid of psa_sig_md in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 6b03a3d Use mbedtls_rsa_info directly in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 8e80504 Simplify padding check and get rid of psa_sig_md in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 169e61a Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
- 3aca61f Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
- e878049 Use new PSA to mbedtls PK error mapping functions in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- b556a42 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- f471357 Map INVALID_PADDING from PSA to MbedTLS error in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 0d46786 Fix style issue in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- f1b564b Check psa_destroy_key() return in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 18f43c7 PK: RSA decrypt PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
- e4edcf7 Use new PSA to mbedtls PK error mapping functions in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- ff70f0b Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- edcc73c Fix 80 characters indentation in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- dab14de Use now shared ECP_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- 1502165 Move pk_ecdsa_sig_asn1_from_psa() before ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- 5874aa3 Fix style issue in find_ecdsa_private_key() by Neil Armstrong · 3 years, 5 months ago
- cf5a215 Check psa_destroy_key() return in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
- e960690 PK: ECDSA signing PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
- db69c52 Use new PSA to mbedtls PK error mapping functions in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- 66fa769 Fix 80 characters indentation in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- 4b1a059 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- 48a9833 Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- e4f2868 Fix comment typo in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- 9854568 PK: RSA signing PSA wrap implementation by Neil Armstrong · 3 years, 5 months ago
- 3770e24 Use new PSA to mbedtls PK error mapping functions in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- deb4bfb Use now shared RSA_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- 9dccd86 Check psa_destroy_key() return in ecdsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
- 7dd3b20 Check psa_destroy_key() return in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- ac014ca Fix comment typos in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 96a16a4 PK: RSA encrypt PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
- 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
- 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
- 0f49f83 Use now shared ECP_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
- 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 5 months ago
- 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
- 908982b Fix the build with MBEDTLS_ECP_RESTARTABLE enabled by Gilles Peskine · 4 years, 1 month ago
- f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
- 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 85b1bc6 pk_debug: build with RSA_ALT implementations by Gilles Peskine · 4 years, 2 months ago
- c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
- 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
- 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
- ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
- 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
- fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 3 months ago
- 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt 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
- 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
- d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
- b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 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
- cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
- 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
- 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
- 2ec2eaa Fix test issues with depends-hashes by John Durkop · 5 years ago
- d46ede0 Fix missing label for guard by John Durkop · 5 years ago
- af5363c Updates to cleanup fixes for #3294 by John Durkop · 5 years ago
- f35069a Fix undefined ref error when ECDSA not defined by John Durkop · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
- 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
- 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
- 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
- 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
- 5bcb24b Fix output buffer length check in pk_opaque_sign_wrap by Gilles Peskine · 6 years ago
- f48d6f2 Add sanity checks for the mbedtls_pk_sign output size by Gilles Peskine · 6 years ago
- d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
- 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
- ccf574e Fix outdated comment in ecdsa_verify_wrap() by Hanno Becker · 7 years ago
- a985111 Adapt ecdsa_verify_wrap() to new EC public key format by Hanno Becker · 7 years ago
- f99c2ec PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
- e34f636 PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
- 62594a8 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
- 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
- 4ae8b49 Merge branch 'iotssl-2578-psa-sig-verification' into development-psa-proposed by Hanno Becker · 7 years ago
- ad5d581 pk_wrap.c: fix length mismatch check placement by Andrzej Kurek · 7 years ago
- eeac03b pk_wrap.c: tidy up signature extraction by Andrzej Kurek · 7 years ago
- 6cb63aa Cosmetic changes by Andrzej Kurek · 7 years ago