summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CMS_ContentInfo_new.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/CMS_ContentInfo_new.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/CMS_ContentInfo_new.3 b/src/lib/libcrypto/man/CMS_ContentInfo_new.3
index 71597e3467..38a29da11b 100644
--- a/src/lib/libcrypto/man/CMS_ContentInfo_new.3
+++ b/src/lib/libcrypto/man/CMS_ContentInfo_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_ContentInfo_new.3,v 1.1 2019/08/12 14:24:38 schwarze Exp $ 1.\" $OpenBSD: CMS_ContentInfo_new.3,v 1.2 2019/08/18 21:44:10 schwarze Exp $
2.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> 2.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org>
3.\" 3.\"
4.\" Permission to use, copy, modify, and distribute this software for any 4.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\" 15.\"
16.Dd $Mdocdate: August 12 2019 $ 16.Dd $Mdocdate: August 18 2019 $
17.Dt CMS_CONTENTINFO_NEW 3 17.Dt CMS_CONTENTINFO_NEW 3
18.Os 18.Os
19.Sh NAME 19.Sh NAME
@@ -107,6 +107,7 @@ if an error occurs.
107.Xr CMS_uncompress 3 , 107.Xr CMS_uncompress 3 ,
108.Xr CMS_verify 3 , 108.Xr CMS_verify 3 ,
109.Xr CMS_verify_receipt 3 , 109.Xr CMS_verify_receipt 3 ,
110.Xr crypto 3 ,
110.Xr d2i_CMS_ContentInfo 3 , 111.Xr d2i_CMS_ContentInfo 3 ,
111.Xr i2d_CMS_bio_stream 3 , 112.Xr i2d_CMS_bio_stream 3 ,
112.Xr PEM_read_bio_PrivateKey 3 , 113.Xr PEM_read_bio_PrivateKey 3 ,
@@ -116,6 +117,8 @@ if an error occurs.
116.Sh STANDARDS 117.Sh STANDARDS
117RFC 5652: Cryptographic Message Syntax, section 3: General Syntax 118RFC 5652: Cryptographic Message Syntax, section 3: General Syntax
118.Pp 119.Pp
120RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS)
121.Pp
119RFC 2634: Enhanced Security Services for S/MIME, 122RFC 2634: Enhanced Security Services for S/MIME,
120section 2.7: Receipt Request Syntax 123section 2.7: Receipt Request Syntax
121.Sh HISTORY 124.Sh HISTORY