CMS (Cryptographic Message Syntax) is a
syntax for signing, digesting, and encrypting arbitrary messages. It evolved
from PKCS#7 and is the basis for higher level protocols such as S/MIME. This
package implements the SignedData CMS content-type, allowing users to digitally
sign data as well as verify data signed by others.
This package is based off github/cms and
contains the license from that repository.