- b69757a Fix a compilation warning in pk.c when PSA is enabled and RSA is disabled by Gilles Peskine · 1 year, 3 months ago
- 4a350ca pk: fix unused variable in copy_from_psa() by Valerio Setti · 1 year, 4 months ago
- a53f543 pk: simplify mbedtls_pk_sign_ext() by Valerio Setti · 1 year, 4 months ago
- 07500fd pk: check PK context type in mbedtls_pk_verify_ext() before trying RSA PSS by Valerio Setti · 1 year, 5 months ago
- 864a50b pk: uniformly guard set/get enrollment algorithm calls with CRYPTO_C by Valerio Setti · 1 year, 5 months ago
- c4c1d3a pk: use CRYPTO_CLIENT as guard for PK-PSA bridge functions instead of CRYPTO_C by Valerio Setti · 1 year, 5 months ago
- 0dc79a7 Fix and test pk_copy_from_psa with an unsupported algorithm by Gilles Peskine · 1 year, 5 months ago
- bf69f2e New function mbedtls_pk_copy_public_from_psa by Gilles Peskine · 1 year, 5 months ago
- e095a67 pk: improve mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
- a657ae3 pk: pk_copy_from_psa() performs the conversion even if the algorithm doesn't match by Valerio Setti · 1 year, 5 months ago
- 5ac511b pk: let psa_export_key() check if the key is exportable or not by Valerio Setti · 1 year, 6 months ago
- 3a815cb all.sh: keep RSA_C enabled in component_full_no_pkparse_pkwrite() by Valerio Setti · 1 year, 6 months ago
- 01ba66d pk: replace CRYPTO_CLIENT guards with CRYPTO_C by Valerio Setti · 1 year, 6 months ago
- 070d95e pk: add mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
- fad79fc Merge remote-tracking branch 'development' into ecp-write-ext-3.6 by Gilles Peskine · 1 year, 5 months ago
- 84a7bfb mbedtls_ecp_write_key_ext(): Upgrade import_pair_into_psa as well by Gilles Peskine · 1 year, 5 months ago
- 84b9f1b mbedtls_ecp_write_key_ext(): migrate internally by Gilles Peskine · 1 year, 5 months ago
- b484e37 pk: fix alg selection in mbedtls_pk_sign_ext() for opaque keys by Valerio Setti · 1 year, 5 months ago
- 88ae0ef pk: completely remove mbedtls_pk_wrap_as_opaque by Valerio Setti · 1 year, 5 months ago
- 4c6cea5 pk: deprecate mbedtls_pk_wrap_as_opaque() by Valerio Setti · 1 year, 5 months ago
- dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 5 months ago
- 83b8baf mbedtls_pk_import_into_psa: fix Montgomery keys in the legacy case by Gilles Peskine · 1 year, 6 months ago
- aa74165 Fix IAR cast warning by Dave Rodgman · 1 year, 6 months ago
- 1d33876 Fix some preprocessor guards by Gilles Peskine · 1 year, 6 months ago
- fc3d866 mbedtls_pk_import_into_psa: implement and test by Gilles Peskine · 1 year, 6 months ago
- 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
- cb3b4ca Fix handling of ECC public keys under MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
- 793920c mbedtls_pk_get_psa_attributes: opaque: require specified usage by Gilles Peskine · 1 year, 6 months ago
- e820975 Fix comment by Gilles Peskine · 1 year, 6 months ago
- 0aad5f8 Copypasta by Gilles Peskine · 1 year, 6 months ago
- ae2668b Don't use mbedtls_pk_ec in our own code by Gilles Peskine · 1 year, 6 months ago
- 43643c4 Remove now-redundant guard by Gilles Peskine · 1 year, 6 months ago
- 9cd2e9a mbedtls_pk_get_psa_attributes: require MBEDTLS_PSA_CRYPTO_C by Gilles Peskine · 1 year, 6 months ago
- 55effd9 Fix the build with MBEDTLS_RSA_ALT by Gilles Peskine · 1 year, 6 months ago
- c09df2f Unify want_private detection by Gilles Peskine · 1 year, 6 months ago
- f3dbc98 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_USE_PSA_EC_DATA by Gilles Peskine · 1 year, 6 months ago
- 758d8c7 mbedtls_pk_get_psa_attributes: support MBEDTLS_PK_OPAQUE by Gilles Peskine · 1 year, 6 months ago
- ace7c77 mbedtls_pk_get_psa_attributes: ECC support by Gilles Peskine · 1 year, 7 months ago
- 6ea1836 mbedtls_pk_get_psa_attributes: RSA support by Gilles Peskine · 1 year, 7 months ago
- 1f97e73 mbedtls_pk_get_psa_attributes: force enrollment algorithm off by Gilles Peskine · 1 year, 7 months ago
- 0b17255 Introduce mbedtls_pk_get_psa_attributes by Gilles Peskine · 1 year, 7 months ago
- 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
- bad170e pk: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
- 573dc23 rsa: introduce rsa_internal_rsassa_pss_sign_no_mode_check() by Tomi Fontanilles · 1 year, 8 months ago
- 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
- 2bd5366 pk: guard key enrollment function with PSA_CRYPTO_CLIENT by Valerio Setti · 1 year, 8 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- 02a53d7 Fix IAR pointless integer comparison by Dave Rodgman · 1 year, 10 months ago
- 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- f7cd419 pk: ignore opaque EC keys in pk_setup when they are not supported by Valerio Setti · 2 years, 1 month ago
- 76d0f96 pk: uniform naming of functions and structures in pk/pk_wrap by Valerio Setti · 2 years, 1 month ago
- 30fdc03 pk: remove useless internal function by Valerio Setti · 2 years, 2 months ago
- 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
- 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 8cbef4d pk: allow key pair checking for opaque keys by valerio · 2 years, 2 months ago
- 1194ffa pk: minor code fixes/enhancements by Valerio Setti · 2 years, 2 months ago
- ae8c628 pk: improve sign, check_pair and wrap_as_opaque functions with new format by Valerio Setti · 2 years, 3 months ago
- b536126 pk: manage allocate and free space when working with PSA private key by Valerio Setti · 2 years, 3 months ago
- 8a62250 pk: move PSA error translation macros to internal header by Valerio Setti · 2 years, 3 months ago
- a7cb845 pk: add checks for the returned ECC family by Valerio Setti · 2 years, 2 months ago
- c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 3 months ago
- 483738e tests: fixes for using the new public key raw format by Valerio Setti · 2 years, 3 months ago
- 722f8f7 pk: adding a new field to store the public key in raw format by Valerio Setti · 2 years, 3 months ago
- 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
- 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
- 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
- 048cd44 pk: fix library code for using the new opaque key solution by Valerio Setti · 2 years, 3 months ago
- e00954d pk: store opaque key ID directly in the pk_context structure by Valerio Setti · 2 years, 3 months ago
- 33a3ccd Fix bug in mbedtls_pk_wrap_as_opaque by Jethro Beekman · 2 years, 3 months ago
- 2d81499 pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
- 2c50526 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
- 38992cb pk: pass pk_context pointer to wrappers intead of void one by valerio · 2 years, 3 months ago
- 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
- 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
- 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
- 7ca1318 pk: add new symbol for generic ECDSA capability by Valerio Setti · 2 years, 6 months ago
- ab363d9 pk/pk_wrap: replace ECDSA_C with generic ECDSA capabilities' defines by Valerio Setti · 2 years, 6 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 4dacf58 Take advantage of now-public macro in pk.c by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 6958355 Use PSA Crypto more often in pk_verify_ext() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
- 78c1d8c Re-introduce ENUM validation in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 26b39c6 Remove NULL pointer validation in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
- abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
- 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years ago
- a370e06 Avoid dependency of PK on MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 81d391f Check when usage == 0 in mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 2 months ago
- b80785f Comment typo fix in mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 2 months ago
- 084338d Change mbedtls_pk_can_do_ext() usage test logic for opaque keys by Neil Armstrong · 3 years, 2 months ago
- bbb8b75 Fixup comment of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
- 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
- dab56ba Fix typo in mbedtls_pk_can_do_ext() code documentation by Neil Armstrong · 3 years, 3 months ago
- a88b158 Add implementation of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
- a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 3 months ago
- 13e76be Reorganize & simplify mbedtls_pk_sign_ext() handling of wrapped RSA-PSS by Neil Armstrong · 3 years, 3 months ago
- 62d452b Implement PK Opaque RSA PSS signature by Neil Armstrong · 3 years, 4 months ago
- 7624a5a Allow RSA PK Opaque keys for RSA-PSS signing by Neil Armstrong · 3 years, 4 months ago
- 56e71d4 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago