-
Notifications
You must be signed in to change notification settings - Fork 15
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
Dev/davhaz01/upgrade tfm #69
Dev/davhaz01/upgrade tfm #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor comments.
} | ||
|
||
/* | ||
* Form mbedtls 3.6.0 release note: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Form mbedtls 3.6.0 release note: | |
* From mbedtls 3.6.0 release note: |
* psa_import_key() now only accepts RSA keys in the PSA standard formats. | ||
* The undocumented ability to import other formats (PKCS#8, SubjectPublicKey, | ||
* PEM) accepted by the pkparse module has been removed. Applications that | ||
* need these formats can call mbedtls_pk_parse_{public,}key() followed by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is supposed to be mbedtls_pk_parse_{public,}key()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part is from the release note:
https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.0
Signed-off-by: Dávid Házi <[email protected]>
The provisioning code which used by OTA has been changed, because from mbedtls 3.6.0 the psa_import_key() only accepts RSA keys in standard PSA format, mbedtls_pk_import_into_psa() is used instead. Signed-off-by: Dávid Házi <[email protected]>
8ac631e
to
db2099d
Compare
Description
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.