Wrapper to implement CertExt for Rocket's Certificate
| 24 | |
| 25 | /// Wrapper to implement CertExt for Rocket's Certificate |
| 26 | struct RocketCert<'a>(&'a Certificate<'a>); |
| 27 | |
| 28 | impl CertExt for RocketCert<'_> { |
| 29 | fn get_extension_der(&self, oid: &[u64]) -> anyhow::Result<Option<Vec<u8>>> { |
no outgoing calls
no test coverage detected