Hi,
I want to upload the generated key to the modem, which needs PEM.
I know that PSA uses Mbed TLS and know that there is a
mbedtls_pk_write_key_pem
function to get the PEM format.
The problem that it needs mbedtls_pk_context* as identifier.
How can I get mbedtls_pk_context from the by PSA used psa_key_handle_t?
With kind regards,
Árpád