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

Commits on Feb 19, 2020

  1. oid: add "supported" flag to x509 extension

    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 committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    46950a6 View commit details
    Browse the repository at this point in the history