Module utils
Available on crate feature
boring only.Expand description
Server Utilities
Enums§
- Mitm
Leaf Ocsp Status - Status to assert for the certificate. Only
Goodtoday;Revokedis the seam for a future mode that mirrors an upstream’s real revocation status.
Functions§
- build_
mitm_ leaf_ ocsp_ response - Build a DER-encoded OCSP response for
leaf, signed by the MITM CA (issuer+issuer_key), ready forSslRef::set_ocsp_status. - self_
signed_ server_ auth_ gen_ ca - Generate a self-signed server CA from the given
SelfSignedData. - self_
signed_ server_ auth_ gen_ cert - Generate a server cert for the
SelfSignedDatausing the given CA Cert + Key. - self_
signed_ server_ auth_ mirror_ cert - Generate a mirrored server certificate based on a source certificate.