Module cms

Module cms 

Source
Expand description

Cryptographic Message Syntax support

Structs§

CMSDecoder
A type representing CMS Decoder
CMSEncoder
A type representing CMS encoder
SignedAttributes
Optional attributes you can add to a signed message

Constants§

CMS_DIGEST_ALGORITHM_SHA1
SHA1 digest algorithm
CMS_DIGEST_ALGORITHM_SHA256
SHA256 digest algorithm

Functions§

cms_encode_content
Encodes a message and obtains the result in one high-level function call