1page_cms(3) Heimdal x509 library page_cms(3)
2
3
4
6 page_cms - CMS/PKCS7 message functions. CMS is defined in RFC 3369 and
7 is an continuation of the RSA Labs standard PKCS7. The basic messages
8 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.8.0 Tue Nov 15 2022 page_cms(3)