You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is work underway on a certificate verifier based on x509-cert. Note that certificate verification is the electric third rail of the X.509 ecosystem, and difficult to implement in a manner that conforms to other implementations.
Should we have one as well ? 😅
It would be a lot of work tho - webpki still has dependency to ring
sidenote rustls has webpki fork that does aws-lc-rs by default over ring
It would be interesting to hook something up to rustcrypto - experimentally
There is also ofcourse the dangerous() from rustls like this:
Ofc it helps there is this:
Related issues perhaps
The text was updated successfully, but these errors were encountered: