]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/heimdal/doc/doxyout/hx509/man/man3/page_cms.3
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / crypto / heimdal / doc / doxyout / hx509 / man / man3 / page_cms.3
1 .TH "page_cms" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalx509library" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 page_cms \- CMS/PKCS7 message functions. 
6 CMS is defined in RFC 3369 and is an continuation of the RSA Labs standard PKCS7. The basic messages in CMS is
7 .PP
8 .IP "\(bu" 2
9 SignedData Data signed with private key (RSA, DSA, ECDSA) or secret (symmetric) key
10 .IP "\(bu" 2
11 EnvelopedData Data encrypted with private key (RSA)
12 .IP "\(bu" 2
13 EncryptedData Data encrypted with secret (symmetric) key.
14 .IP "\(bu" 2
15 ContentInfo Wrapper structure including type and data.
16 .PP
17 .PP
18 See the library functions here: \fBhx509 CMS/pkcs7 functions\fP