Cargo Features

x509-parser has no features set by default.

[dependencies]
x509-parser = { version = "0.16.0", features = ["verify", "validate"] }
verify = ring

Affects x509-parser::verify

validate

Affects x509-parser::validate

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ring verify?