JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

Limited implementation of the cert_verify #203

Closed sambitdash closed 5 years ago

sambitdash commented 5 years ago

Partial implementation of #202.

@quinnj Please review. Few questions:

  1. The callbacks for mbedtls_x509_crt_verify may be needed. The current implementation does not provide the intermediate steps to fix errors in case of failure.
  2. The 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 the CRLDistributionPoint or any such APIs.
sambitdash commented 5 years ago

Can you suggest a better way to integrate the C++ code to extract information? It seems to break in some platforms.

sambitdash commented 5 years ago

@quinnj will you be able to help me complete this PR. I am not able to resolve the build breaks on some platforms.

sambitdash commented 5 years ago

No plans of using this feature. So closing.