rusticata / x509-parser

X.509 parser written in pure Rust. Fast, zero-copy, safe.
Other
207 stars 67 forks source link

Some assets missing from crates.io release #103

Closed jgalenson closed 3 years ago

jgalenson commented 3 years ago

The newest crates.io release (0.10.0) is missing some asset files required for tests. For example (not necessarily exhaustive):

assets/crl-ext/*.der
assets/*.crl
assets/*.csr

These presumably need to be added to the include field in Cargo.toml.