Function sep2_client::tls::check_self_signed_client_cert
source · pub fn check_self_signed_client_cert(cert_path: impl AsRef<Path>) -> Result<()>
Expand description
Verify that the PEM encoded certificate at the given path meets IEEE 2030.5 “Self Signed Client Certificate” requirements.
See Section 6.11.8.4.3 for more