Expand description
CMS/PKCS#7 parser for extracting signer certificates and public keys
This module provides proper PKCS#7 parsing using the cms crate to:
- Parse
SignedData
structures - Extract signer certificates
- Extract public keys for signature verification
Structs§
- Certificate
Details - Certificate details
- CmsSignature
Info - Information about a parsed CMS/PKCS#7 signature
- Public
KeyInfo - Public key information
- Signed
Data Info - Parsed
SignedData
information - Signer
Details - Details about a signer
- Signer
Identifier - Signer identifier
Functions§
- parse_
cms_ signature - Parse a CMS/PKCS#7 signature and extract signer information
- verify_
with_ public_ key - Verify a signature using the extracted public key