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
I may be missing something, but I don't see how to get if an X.509 cert has the flag that it's a certificate authority set using this crate. The openssl function should be X509_check_ca(). Is it missing? If so, how can I extract the BasicConstraints extension to check it there directly?