{"id":58469,"library":"x509-cert","title":"X.509 Certificate","description":"Pure Rust implementation of the X.509 Public Key Infrastructure Certificate format as described in RFC 5280.","status":"active","version":"0.2.5","language":"rust","source_language":null,"source_url":"https://github.com/RustCrypto/formats","tags":["x509","certificate","crypto","rfc5280","pki"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nx509-cert = \"0.2.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add x509-cert","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Certificate","correct":"use x509_cert::Certificate;"}],"quickstart":{"code":"use x509_cert::Certificate;\n\nfn main() {\n    let pem = \"-----BEGIN CERTIFICATE-----\\n...\\n-----END CERTIFICATE-----\";\n    let cert = pem.parse::<Certificate>().unwrap();\n    println!(\"{:?}\", cert);\n}","lang":"rust","description":"Parse an X.509 certificate from PEM format."},"warnings":[],"env_vars":null,"search_vec":"'5280':18 'certif':2,12,20 'crypto':21 'describ':15 'format':13 'implement':5 'infrastructur':11 'key':10 'pki':23 'public':9 'pure':3 'rfc':17 'rfc5280':22 'rust':4 'x.509':1,8 'x509':19","created_at":"2026-06-16T16:24:47.327111+00:00","updated_at":"2026-06-16T16:24:47.327111+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/RustCrypto/formats/tree/master/x509-cert","github":"https://github.com/RustCrypto/formats","docs":"https://docs.rs/x509-cert/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}