Closed sambitdash closed 5 years ago
Can you suggest a better way to integrate the C++ code to extract information? It seems to break in some platforms.
@quinnj will you be able to help me complete this PR. I am not able to resolve the build breaks on some platforms.
No plans of using this feature. So closing.
Partial implementation of #202.
@quinnj Please review. Few questions:
mbedtls_x509_crt_verify
may be needed. The current implementation does not provide the intermediate steps to fix errors in case of failure.MbedTLS
APIs do not expose the v3 extensions properly. We will need to expose the full ASN.1 module if we need to expose APIs for extracting theCRLDistributionPoint
or any such APIs.