Docs.rs
x509-validator-0.3.0
x509-validator 0.3.0
Docs.rs crate page
Apache-2.0
OR
MIT
06 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
tikhop
Dependencies
aws-lc-rs ^1.18.1
normal
optional
aws-lc-sys ^0.45.0
normal
optional
ed25519-dalek ^3.0.0
normal
optional
p256 ^0.14.0
normal
optional
p384 ^0.14.0
normal
optional
ring ^0.17.14
normal
optional
rsa ^0.10.0-rc.18
normal
optional
sha1 ^0.11.0
normal
optional
sha2 ^0.11.0
normal
optional
signature ^3.0.0
normal
optional
thiserror ^2.0.20
normal
x509-parser ^0.18.1
normal
rand ^0.10.2
dev
rsa ^0.10.0-rc.18
dev
Versions
45.91%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module error
x509_
validator
0.3.0
Module error
Module Items
Enums
Type Aliases
In x509_
validator::
der_
parser
x509_validator
::
der_parser
Module
error
Copy item path
Source
Expand description
Error type for BER/DER parsers
Enums
§
DerConstraint
Error types for DER constraints
Error
The error type for operations of the
FromBer
,
FromDer
, and associated traits.
Type Aliases
§
BerError
BerResult
Holds the result of parsing functions
DerResult
Holds the result of parsing functions (DER)