uselesskey-x509 0.7.0

X.509 self-signed and chain certificate fixtures with negative variants for tests.
Documentation
1
2
3
4
5
6
7
//! X.509 spec models and stable encoders.

mod cert_spec;
mod chain_spec;

pub use cert_spec::{KeyUsage, NotBeforeOffset, X509Spec};
pub use chain_spec::ChainSpec;