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

oid: add "supported" flag to x509 extension #372

Conversation

lstipakov
Copy link

Add mbedtls_oid_get_x509_ext_type_supported() method
which returns extension type and set "supported" parameter
to 1 if extension is supported.

Used by "Enable allowing unsupported critical extensions in runtime" patch
to mbedTLS.
(Mbed-TLS/mbedtls#1425)

Signed-off-by: Lev Stipakov [email protected]

Add mbedtls_oid_get_x509_ext_type_supported() method
which returns extension type and set "supported" parameter
to 1 if extension is supported.

Used by "Enable allowing unsupported critical extensions in runtime" patch
to mbedTLS.

Signed-off-by: Lev Stipakov <[email protected]>
@lstipakov
Copy link
Author

PR to mbedtls: Mbed-TLS/mbedtls#1425

@gilles-peskine-arm
Copy link
Collaborator

We've merged Mbed Crypto back into Mbed TLS. Sorry for the back-and-forth... Please put the oid changes back into Mbed-TLS/mbedtls#1425

@lstipakov
Copy link
Author

We've merged Mbed Crypto back into Mbed TLS. Sorry for the back-and-forth... Please put the oid changes back into ARMmbed/mbedtls#1425

Done!

@lstipakov lstipakov deleted the feature/unsupported-critial-ext branch March 25, 2020 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants