1page_cms(3) Heimdalx509library page_cms(3)
2
3
4
6 page_cmsCMS/PKCS7 message functions.
7 - CMS is defined in RFC 3369 and is an continuation of the RSA Labs
8 standard PKCS7. The basic messages in CMS is
9
10 · SignedData Data signed with private key (RSA, DSA, ECDSA) or secret
11 (symmetric) key
12
13 · EnvelopedData Data encrypted with private key (RSA)
14
15 · EncryptedData Data encrypted with secret (symmetric) key.
16
17 · ContentInfo Wrapper structure including type and data.
18
19 See the library functions here: hx509 CMS/pkcs7 functions
20
21
22
23Version 7.7.0 Fri Jun 7 2019 page_cms(3)