uselesskey-x509 0.9.1

X.509 self-signed and chain certificate fixtures with negative variants for tests.
Documentation
1
2
3
4
5
6
7
8
9
//! X.509 policy compatibility aggregation.

pub use super::chain_negative::ChainNegative;
pub use super::derive::{
    BASE_TIME_EPOCH_UNIX, BASE_TIME_WINDOW_DAYS, SERIAL_NUMBER_BYTES, deterministic_base_time,
    deterministic_base_time_from_parts, deterministic_serial_number, write_len_prefixed,
};
pub use super::negative::X509Negative;
pub use super::spec::{ChainSpec, KeyUsage, NotBeforeOffset, X509Spec};