Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for importing RSA public key #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 21, 2023

  1. iot_pkcs11_psa.c: Get pk info with mbedtls_pk_info_from_type()

    "mbedtls_rsa_info" is defined in pk_wrap.c and declared as an extern
    in pk_wrap.h. But pk_wrap.h is neither explicitly nor implicitly
    included in iot_pkcs11_psa.c.
    
    It is a better way to get pk info via mbedtls_pk_info_from_type().
    
    Signed-off-by: Xinyu Zhang <[email protected]>
    Change-Id: I55e9d0d5e6b4b04c779c8bf2882c1fc9ed2f4d56
    xinyu-tfm committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1906671 View commit details
    Browse the repository at this point in the history
  2. Add support for importing RSA public key

    Signed-off-by: Xinyu Zhang <[email protected]>
    Change-Id: Ia8b15b2e92e17acad5ec0b2a9841032dd8cb0a58
    xinyu-tfm committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    5f8d8af View commit details
    Browse the repository at this point in the history