summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2019-08-18 21:44:10 +0000
committerschwarze <>2019-08-18 21:44:10 +0000
commit0cdc9772cb4e9d8eb93b0b058f2bf772ec56d2bc (patch)
treeb5ef906e3b56b9eab0104d9a136fcd58c1d77ecf /src
parent8a79ec8f52f3e43d1ab8742cfab42dd56371e58b (diff)
downloadopenbsd-0cdc9772cb4e9d8eb93b0b058f2bf772ec56d2bc.tar.gz
openbsd-0cdc9772cb4e9d8eb93b0b058f2bf772ec56d2bc.tar.bz2
openbsd-0cdc9772cb4e9d8eb93b0b058f2bf772ec56d2bc.zip
Tweak cross references, in particular making sure that
all CMS pages are linked to CMS_ContentInfo_new(3) both ways and that closely related pages reference each other.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BIO_new_CMS.36
-rw-r--r--src/lib/libcrypto/man/CMS_ContentInfo_new.37
-rw-r--r--src/lib/libcrypto/man/CMS_add0_cert.36
-rw-r--r--src/lib/libcrypto/man/CMS_add1_recipient_cert.36
-rw-r--r--src/lib/libcrypto/man/CMS_add1_signer.35
-rw-r--r--src/lib/libcrypto/man/CMS_compress.35
-rw-r--r--src/lib/libcrypto/man/CMS_decrypt.38
-rw-r--r--src/lib/libcrypto/man/CMS_encrypt.37
-rw-r--r--src/lib/libcrypto/man/CMS_final.35
-rw-r--r--src/lib/libcrypto/man/CMS_get0_RecipientInfos.35
-rw-r--r--src/lib/libcrypto/man/CMS_get0_SignerInfos.35
-rw-r--r--src/lib/libcrypto/man/CMS_get0_type.36
-rw-r--r--src/lib/libcrypto/man/CMS_get1_ReceiptRequest.33
-rw-r--r--src/lib/libcrypto/man/CMS_sign.37
-rw-r--r--src/lib/libcrypto/man/CMS_sign_receipt.34
-rw-r--r--src/lib/libcrypto/man/CMS_uncompress.37
-rw-r--r--src/lib/libcrypto/man/CMS_verify.37
-rw-r--r--src/lib/libcrypto/man/CMS_verify_receipt.34
-rw-r--r--src/lib/libcrypto/man/PEM_write_bio_CMS_stream.35
-rw-r--r--src/lib/libcrypto/man/SMIME_read_CMS.36
-rw-r--r--src/lib/libcrypto/man/SMIME_write_CMS.36
-rw-r--r--src/lib/libcrypto/man/d2i_CMS_ContentInfo.36
-rw-r--r--src/lib/libcrypto/man/i2d_CMS_bio_stream.37
23 files changed, 85 insertions, 48 deletions
diff --git a/src/lib/libcrypto/man/BIO_new_CMS.3 b/src/lib/libcrypto/man/BIO_new_CMS.3
index 5b18ed1580..1298f9bbe5 100644
--- a/src/lib/libcrypto/man/BIO_new_CMS.3
+++ b/src/lib/libcrypto/man/BIO_new_CMS.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_new_CMS.3,v 1.5 2019/08/11 12:46:38 schwarze Exp $ 1.\" $OpenBSD: BIO_new_CMS.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL df75c2bfc Dec 9 01:02:36 2018 +0100 2.\" full merge up to: OpenSSL df75c2bfc Dec 9 01:02:36 2018 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 11 2019 $ 51.Dd $Mdocdate: August 18 2019 $
52.Dt BIO_NEW_CMS 3 52.Dt BIO_NEW_CMS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -127,6 +127,8 @@ if an error occurred.
127The error can be obtained from 127The error can be obtained from
128.Xr ERR_get_error 3 . 128.Xr ERR_get_error 3 .
129.Sh SEE ALSO 129.Sh SEE ALSO
130.Xr BIO_new 3 ,
131.Xr CMS_ContentInfo_new 3 ,
130.Xr CMS_encrypt 3 , 132.Xr CMS_encrypt 3 ,
131.Xr CMS_sign 3 133.Xr CMS_sign 3
132.Sh HISTORY 134.Sh HISTORY
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
diff --git a/src/lib/libcrypto/man/CMS_add0_cert.3 b/src/lib/libcrypto/man/CMS_add0_cert.3
index 6f87fcb142..1cc936283b 100644
--- a/src/lib/libcrypto/man/CMS_add0_cert.3
+++ b/src/lib/libcrypto/man/CMS_add0_cert.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_add0_cert.3,v 1.5 2019/08/12 21:29:43 schwarze Exp $ 1.\" $OpenBSD: CMS_add0_cert.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: August 12 2019 $ 68.Dd $Mdocdate: August 18 2019 $
69.Dt CMS_ADD0_CERT 3 69.Dt CMS_ADD0_CERT 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -187,7 +187,9 @@ The only error which will occur in practice is if the
187.Fa cms 187.Fa cms
188type is invalid. 188type is invalid.
189.Sh SEE ALSO 189.Sh SEE ALSO
190.Xr CMS_ContentInfo_new 3 ,
190.Xr CMS_encrypt 3 , 191.Xr CMS_encrypt 3 ,
192.Xr CMS_final 3 ,
191.Xr CMS_sign 3 , 193.Xr CMS_sign 3 ,
192.Xr ERR_get_error 3 194.Xr ERR_get_error 3
193.Sh STANDARDS 195.Sh STANDARDS
diff --git a/src/lib/libcrypto/man/CMS_add1_recipient_cert.3 b/src/lib/libcrypto/man/CMS_add1_recipient_cert.3
index 4ba15c41c0..0bfb6ac829 100644
--- a/src/lib/libcrypto/man/CMS_add1_recipient_cert.3
+++ b/src/lib/libcrypto/man/CMS_add1_recipient_cert.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_add1_recipient_cert.3,v 1.5 2019/08/13 23:54:16 schwarze Exp $ 1.\" $OpenBSD: CMS_add1_recipient_cert.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: August 13 2019 $ 68.Dd $Mdocdate: August 18 2019 $
69.Dt CMS_ADD1_RECIPIENT_CERT 3 69.Dt CMS_ADD1_RECIPIENT_CERT 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -177,7 +177,7 @@ structure just added or
177.Dv NULL 177.Dv NULL
178if an error occurs. 178if an error occurs.
179.Sh SEE ALSO 179.Sh SEE ALSO
180.Xr CMS_decrypt 3 , 180.Xr CMS_ContentInfo_new 3 ,
181.Xr CMS_encrypt 3 , 181.Xr CMS_encrypt 3 ,
182.Xr CMS_final 3 , 182.Xr CMS_final 3 ,
183.Xr ERR_get_error 3 183.Xr ERR_get_error 3
diff --git a/src/lib/libcrypto/man/CMS_add1_signer.3 b/src/lib/libcrypto/man/CMS_add1_signer.3
index ea7d0a6dc3..e7152cfe6e 100644
--- a/src/lib/libcrypto/man/CMS_add1_signer.3
+++ b/src/lib/libcrypto/man/CMS_add1_signer.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_add1_signer.3,v 1.5 2019/08/14 11:54:23 schwarze Exp $ 1.\" $OpenBSD: CMS_add1_signer.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: August 14 2019 $ 68.Dd $Mdocdate: August 18 2019 $
69.Dt CMS_ADD1_SIGNER 3 69.Dt CMS_ADD1_SIGNER 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -222,6 +222,7 @@ structure just added or
222.Dv NULL 222.Dv NULL
223if an error occurs. 223if an error occurs.
224.Sh SEE ALSO 224.Sh SEE ALSO
225.Xr CMS_ContentInfo_new 3 ,
225.Xr CMS_final 3 , 226.Xr CMS_final 3 ,
226.Xr CMS_sign 3 , 227.Xr CMS_sign 3 ,
227.Xr ERR_get_error 3 228.Xr ERR_get_error 3
diff --git a/src/lib/libcrypto/man/CMS_compress.3 b/src/lib/libcrypto/man/CMS_compress.3
index 8948618d3a..f29a1342d4 100644
--- a/src/lib/libcrypto/man/CMS_compress.3
+++ b/src/lib/libcrypto/man/CMS_compress.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_compress.3,v 1.5 2019/08/15 11:42:53 schwarze Exp $ 1.\" $OpenBSD: CMS_compress.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: August 15 2019 $ 68.Dd $Mdocdate: August 18 2019 $
69.Dt CMS_COMPRESS 3 69.Dt CMS_COMPRESS 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -155,6 +155,7 @@ if an error occurred.
155The error can be obtained from 155The error can be obtained from
156.Xr ERR_get_error 3 . 156.Xr ERR_get_error 3 .
157.Sh SEE ALSO 157.Sh SEE ALSO
158.Xr CMS_ContentInfo_new 3 ,
158.Xr CMS_uncompress 3 159.Xr CMS_uncompress 3
159.Sh STANDARDS 160.Sh STANDARDS
160RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS) 161RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS)
diff --git a/src/lib/libcrypto/man/CMS_decrypt.3 b/src/lib/libcrypto/man/CMS_decrypt.3
index 579d58102f..495bdaaff3 100644
--- a/src/lib/libcrypto/man/CMS_decrypt.3
+++ b/src/lib/libcrypto/man/CMS_decrypt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_decrypt.3,v 1.6 2019/08/16 10:43:15 schwarze Exp $ 1.\" $OpenBSD: CMS_decrypt.3,v 1.7 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: August 16 2019 $ 68.Dd $Mdocdate: August 18 2019 $
69.Dt CMS_DECRYPT 3 69.Dt CMS_DECRYPT 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -199,7 +199,9 @@ return 1 for success or 0 for failure.
199The error can be obtained from 199The error can be obtained from
200.Xr ERR_get_error 3 . 200.Xr ERR_get_error 3 .
201.Sh SEE ALSO 201.Sh SEE ALSO
202.Xr CMS_encrypt 3 202.Xr CMS_ContentInfo_new 3 ,
203.Xr CMS_encrypt 3 ,
204.Xr CMS_get0_RecipientInfos 3
203.Sh STANDARDS 205.Sh STANDARDS
204RFC 5652: Cryptographic Message Syntax (CMS) 206RFC 5652: Cryptographic Message Syntax (CMS)
205.Bl -dash -compact -offset indent 207.Bl -dash -compact -offset indent
diff --git a/src/lib/libcrypto/man/CMS_encrypt.3 b/src/lib/libcrypto/man/CMS_encrypt.3
index 884615e06b..bb0d044526 100644
--- a/src/lib/libcrypto/man/CMS_encrypt.3
+++ b/src/lib/libcrypto/man/CMS_encrypt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_encrypt.3,v 1.5 2019/08/16 11:30:10 schwarze Exp $ 1.\" $OpenBSD: CMS_encrypt.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 2.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 16 2019 $ 51.Dd $Mdocdate: August 18 2019 $
52.Dt CMS_ENCRYPT 3 52.Dt CMS_ENCRYPT 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -168,6 +168,9 @@ if an error occurred.
168The error can be obtained from 168The error can be obtained from
169.Xr ERR_get_error 3 . 169.Xr ERR_get_error 3 .
170.Sh SEE ALSO 170.Sh SEE ALSO
171.Xr CMS_add0_cert 3 ,
172.Xr CMS_add1_recipient_cert 3 ,
173.Xr CMS_ContentInfo_new 3 ,
171.Xr CMS_decrypt 3 174.Xr CMS_decrypt 3
172.Sh STANDARDS 175.Sh STANDARDS
173RFC 5652: Cryptographic Message Syntax (CMS) 176RFC 5652: Cryptographic Message Syntax (CMS)
diff --git a/src/lib/libcrypto/man/CMS_final.3 b/src/lib/libcrypto/man/CMS_final.3
index 2371e4434b..ded92307d0 100644
--- a/src/lib/libcrypto/man/CMS_final.3
+++ b/src/lib/libcrypto/man/CMS_final.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_final.3,v 1.4 2019/08/11 12:46:38 schwarze Exp $ 1.\" $OpenBSD: CMS_final.3,v 1.5 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 25ccb589 Jul 1 02:02:06 2019 +0800 2.\" full merge up to: OpenSSL 25ccb589 Jul 1 02:02:06 2019 +0800
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 11 2019 $ 51.Dd $Mdocdate: August 18 2019 $
52.Dt CMS_FINAL 3 52.Dt CMS_FINAL 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -90,6 +90,7 @@ streaming I/O functions perform finalisation operations internally.
90.Fn CMS_final 90.Fn CMS_final
91returns 1 for success or 0 for failure. 91returns 1 for success or 0 for failure.
92.Sh SEE ALSO 92.Sh SEE ALSO
93.Xr CMS_ContentInfo_new 3 ,
93.Xr CMS_encrypt 3 , 94.Xr CMS_encrypt 3 ,
94.Xr CMS_sign 3 , 95.Xr CMS_sign 3 ,
95.Xr ERR_get_error 3 96.Xr ERR_get_error 3
diff --git a/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3 b/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3
index fc62d3a08b..783e8e17d8 100644
--- a/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3
+++ b/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_get0_RecipientInfos.3,v 1.5 2019/08/17 14:41:01 schwarze Exp $ 1.\" $OpenBSD: CMS_get0_RecipientInfos.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 17 2019 $ 51.Dd $Mdocdate: August 18 2019 $
52.Dt CMS_GET0_RECIPIENTINFOS 3 52.Dt CMS_GET0_RECIPIENTINFOS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -305,6 +305,7 @@ matches or non-zero otherwise.
305Any error can be obtained from 305Any error can be obtained from
306.Xr ERR_get_error 3 . 306.Xr ERR_get_error 3 .
307.Sh SEE ALSO 307.Sh SEE ALSO
308.Xr CMS_ContentInfo_new 3 ,
308.Xr CMS_decrypt 3 309.Xr CMS_decrypt 3
309.Sh STANDARDS 310.Sh STANDARDS
310RFC 5652 Cryptographic Message Syntax (CMS): 311RFC 5652 Cryptographic Message Syntax (CMS):
diff --git a/src/lib/libcrypto/man/CMS_get0_SignerInfos.3 b/src/lib/libcrypto/man/CMS_get0_SignerInfos.3
index 70cb1c2c1e..50e80ae473 100644
--- a/src/lib/libcrypto/man/CMS_get0_SignerInfos.3
+++ b/src/lib/libcrypto/man/CMS_get0_SignerInfos.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_get0_SignerInfos.3,v 1.5 2019/08/17 15:23:26 schwarze Exp $ 1.\" $OpenBSD: CMS_get0_SignerInfos.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 2.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 17 2019 $ 51.Dd $Mdocdate: August 18 2019 $
52.Dt CMS_GET0_SIGNERINFOS 3 52.Dt CMS_GET0_SIGNERINFOS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -169,6 +169,7 @@ returns 0 for a match or non-zero otherwise.
169Any error can be obtained from 169Any error can be obtained from
170.Xr ERR_get_error 3 . 170.Xr ERR_get_error 3 .
171.Sh SEE ALSO 171.Sh SEE ALSO
172.Xr CMS_ContentInfo_new 3 ,
172.Xr CMS_verify 3 173.Xr CMS_verify 3
173.Sh STANDARDS 174.Sh STANDARDS
174RFC 5652: Cryptographic Message Syntax (CMS) 175RFC 5652: Cryptographic Message Syntax (CMS)
diff --git a/src/lib/libcrypto/man/CMS_get0_type.3 b/src/lib/libcrypto/man/CMS_get0_type.3
index fe1e999efe..ddafddf7fd 100644
--- a/src/lib/libcrypto/man/CMS_get0_type.3
+++ b/src/lib/libcrypto/man/CMS_get0_type.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_get0_type.3,v 1.5 2019/08/18 10:19:17 schwarze Exp $ 1.\" $OpenBSD: CMS_get0_type.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 72a7a702 Feb 26 14:05:09 2019 +0000 2.\" full merge up to: OpenSSL 72a7a702 Feb 26 14:05:09 2019 +0000
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -184,6 +184,10 @@ to the embedded content is stored.
184returns 1 for success or 0 if an error occurred. 184returns 1 for success or 0 if an error occurred.
185The error can be obtained from 185The error can be obtained from
186.Xr ERR_get_error 3 . 186.Xr ERR_get_error 3 .
187.Sh SEE ALSO
188.Xr CMS_ContentInfo_new 3 ,
189.Xr d2i_CMS_ContentInfo 3 ,
190.Xr SMIME_read_CMS 3
187.Sh STANDARDS 191.Sh STANDARDS
188RFC 5652: Cryptographic Message Syntax 192RFC 5652: Cryptographic Message Syntax
189.Pp 193.Pp
diff --git a/src/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 b/src/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
index c9c8a191e7..1b737ea584 100644
--- a/src/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
+++ b/src/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_get1_ReceiptRequest.3,v 1.5 2019/08/18 10:54:57 schwarze Exp $ 1.\" $OpenBSD: CMS_get1_ReceiptRequest.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 2.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -178,6 +178,7 @@ returns 1 is a signed receipt request is found and decoded.
178It returns 0 if a signed receipt request is not present or -1 if it is 178It returns 0 if a signed receipt request is not present or -1 if it is
179present but malformed. 179present but malformed.
180.Sh SEE ALSO 180.Sh SEE ALSO
181.Xr CMS_ContentInfo_new 3 ,
181.Xr CMS_sign 3 , 182.Xr CMS_sign 3 ,
182.Xr CMS_sign_receipt 3 , 183.Xr CMS_sign_receipt 3 ,
183.Xr CMS_verify 3 , 184.Xr CMS_verify 3 ,
diff --git a/src/lib/libcrypto/man/CMS_sign.3 b/src/lib/libcrypto/man/CMS_sign.3
index 1dfd153ee2..33797b98a3 100644
--- a/src/lib/libcrypto/man/CMS_sign.3
+++ b/src/lib/libcrypto/man/CMS_sign.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_sign.3,v 1.6 2019/08/18 12:06:51 schwarze Exp $ 1.\" $OpenBSD: CMS_sign.3,v 1.7 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -216,6 +216,11 @@ if an error occurred.
216The error can be obtained from 216The error can be obtained from
217.Xr ERR_get_error 3 . 217.Xr ERR_get_error 3 .
218.Sh SEE ALSO 218.Sh SEE ALSO
219.Xr CMS_add0_cert 3 ,
220.Xr CMS_add1_signer 3 ,
221.Xr CMS_ContentInfo_new 3 ,
222.Xr CMS_final 3 ,
223.Xr CMS_sign_receipt 3 ,
219.Xr CMS_verify 3 224.Xr CMS_verify 3
220.Sh STANDARDS 225.Sh STANDARDS
221RFC 5652: Cryptographic Message Syntax (CMS) 226RFC 5652: Cryptographic Message Syntax (CMS)
diff --git a/src/lib/libcrypto/man/CMS_sign_receipt.3 b/src/lib/libcrypto/man/CMS_sign_receipt.3
index e827900a84..6419ae4bb8 100644
--- a/src/lib/libcrypto/man/CMS_sign_receipt.3
+++ b/src/lib/libcrypto/man/CMS_sign_receipt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_sign_receipt.3,v 1.5 2019/08/18 12:06:51 schwarze Exp $ 1.\" $OpenBSD: CMS_sign_receipt.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -106,6 +106,8 @@ if an error occurred.
106The error can be obtained from 106The error can be obtained from
107.Xr ERR_get_error 3 . 107.Xr ERR_get_error 3 .
108.Sh SEE ALSO 108.Sh SEE ALSO
109.Xr CMS_ContentInfo_new 3 ,
110.Xr CMS_get1_ReceiptRequest 3 ,
109.Xr CMS_sign 3 , 111.Xr CMS_sign 3 ,
110.Xr CMS_verify_receipt 3 112.Xr CMS_verify_receipt 3
111.Sh STANDARDS 113.Sh STANDARDS
diff --git a/src/lib/libcrypto/man/CMS_uncompress.3 b/src/lib/libcrypto/man/CMS_uncompress.3
index 786828b1c5..d93c49c20e 100644
--- a/src/lib/libcrypto/man/CMS_uncompress.3
+++ b/src/lib/libcrypto/man/CMS_uncompress.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_uncompress.3,v 1.5 2019/08/15 15:46:51 schwarze Exp $ 1.\" $OpenBSD: CMS_uncompress.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 15 2019 $ 51.Dd $Mdocdate: August 18 2019 $
52.Dt CMS_UNCOMPRESS 3 52.Dt CMS_UNCOMPRESS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -98,7 +98,8 @@ returns 1 for success or 0 for failure.
98The error can be obtained from 98The error can be obtained from
99.Xr ERR_get_error 3 . 99.Xr ERR_get_error 3 .
100.Sh SEE ALSO 100.Sh SEE ALSO
101.Xr CMS_compress 3 101.Xr CMS_compress 3 ,
102.Xr CMS_ContentInfo_new 3
102.Sh STANDARDS 103.Sh STANDARDS
103RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS) 104RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS)
104.Sh HISTORY 105.Sh HISTORY
diff --git a/src/lib/libcrypto/man/CMS_verify.3 b/src/lib/libcrypto/man/CMS_verify.3
index ae489933de..a7b95bcaa6 100644
--- a/src/lib/libcrypto/man/CMS_verify.3
+++ b/src/lib/libcrypto/man/CMS_verify.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_verify.3,v 1.5 2019/08/18 12:06:51 schwarze Exp $ 1.\" $OpenBSD: CMS_verify.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 2.\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -202,7 +202,10 @@ if an error occurred.
202The error can be obtained from 202The error can be obtained from
203.Xr ERR_get_error 3 . 203.Xr ERR_get_error 3 .
204.Sh SEE ALSO 204.Sh SEE ALSO
205.Xr CMS_sign 3 205.Xr CMS_ContentInfo_new 3 ,
206.Xr CMS_get0_SignerInfos 3 ,
207.Xr CMS_sign 3 ,
208.Xr CMS_verify_receipt 3
206.Sh STANDARDS 209.Sh STANDARDS
207RFC 5652: Cryptographic Message Syntax (CMS), 210RFC 5652: Cryptographic Message Syntax (CMS),
208section 5.1: SignedData Type 211section 5.1: SignedData Type
diff --git a/src/lib/libcrypto/man/CMS_verify_receipt.3 b/src/lib/libcrypto/man/CMS_verify_receipt.3
index 8f9a86f128..7fd9e00d46 100644
--- a/src/lib/libcrypto/man/CMS_verify_receipt.3
+++ b/src/lib/libcrypto/man/CMS_verify_receipt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_verify_receipt.3,v 1.5 2019/08/18 12:06:51 schwarze Exp $ 1.\" $OpenBSD: CMS_verify_receipt.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -97,6 +97,8 @@ returns 1 for a successful verification or 0 if an error occurred.
97The error can be obtained from 97The error can be obtained from
98.Xr ERR_get_error 3 . 98.Xr ERR_get_error 3 .
99.Sh SEE ALSO 99.Sh SEE ALSO
100.Xr CMS_ContentInfo_new 3 ,
101.Xr CMS_get1_ReceiptRequest 3 ,
100.Xr CMS_sign_receipt 3 , 102.Xr CMS_sign_receipt 3 ,
101.Xr CMS_verify 3 103.Xr CMS_verify 3
102.Sh STANDARDS 104.Sh STANDARDS
diff --git a/src/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 b/src/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
index fc3e78ed30..59568b7850 100644
--- a/src/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
+++ b/src/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PEM_write_bio_CMS_stream.3,v 1.2 2019/08/11 12:46:38 schwarze Exp $ 1.\" $OpenBSD: PEM_write_bio_CMS_stream.3,v 1.3 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 2.\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 11 2019 $ 51.Dd $Mdocdate: August 18 2019 $
52.Dt PEM_WRITE_BIO_CMS_STREAM 3 52.Dt PEM_WRITE_BIO_CMS_STREAM 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -79,6 +79,7 @@ supporting streaming.
79.Fn PEM_write_bio_CMS_stream 79.Fn PEM_write_bio_CMS_stream
80returns 1 for success or 0 for failure. 80returns 1 for success or 0 for failure.
81.Sh SEE ALSO 81.Sh SEE ALSO
82.Xr CMS_ContentInfo_new 3 ,
82.Xr CMS_decrypt 3 , 83.Xr CMS_decrypt 3 ,
83.Xr CMS_encrypt 3 , 84.Xr CMS_encrypt 3 ,
84.Xr CMS_sign 3 , 85.Xr CMS_sign 3 ,
diff --git a/src/lib/libcrypto/man/SMIME_read_CMS.3 b/src/lib/libcrypto/man/SMIME_read_CMS.3
index af2facf129..267c98ed29 100644
--- a/src/lib/libcrypto/man/SMIME_read_CMS.3
+++ b/src/lib/libcrypto/man/SMIME_read_CMS.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SMIME_read_CMS.3,v 1.4 2019/08/18 13:02:37 schwarze Exp $ 1.\" $OpenBSD: SMIME_read_CMS.3,v 1.5 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -103,11 +103,11 @@ if an error occurred.
103The error can be obtained from 103The error can be obtained from
104.Xr ERR_get_error 3 . 104.Xr ERR_get_error 3 .
105.Sh SEE ALSO 105.Sh SEE ALSO
106.Xr CMS_ContentInfo_new 3 ,
106.Xr CMS_decrypt 3 , 107.Xr CMS_decrypt 3 ,
107.Xr CMS_encrypt 3 ,
108.Xr CMS_get0_type 3 , 108.Xr CMS_get0_type 3 ,
109.Xr CMS_sign 3 ,
110.Xr CMS_verify 3 , 109.Xr CMS_verify 3 ,
110.Xr d2i_CMS_ContentInfo 3 ,
111.Xr SMIME_write_CMS 3 111.Xr SMIME_write_CMS 3
112.Sh HISTORY 112.Sh HISTORY
113.Fn SMIME_read_CMS 113.Fn SMIME_read_CMS
diff --git a/src/lib/libcrypto/man/SMIME_write_CMS.3 b/src/lib/libcrypto/man/SMIME_write_CMS.3
index ddb71e98e2..bd580992fd 100644
--- a/src/lib/libcrypto/man/SMIME_write_CMS.3
+++ b/src/lib/libcrypto/man/SMIME_write_CMS.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SMIME_write_CMS.3,v 1.3 2019/08/18 13:02:37 schwarze Exp $ 1.\" $OpenBSD: SMIME_write_CMS.3,v 1.4 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -116,10 +116,10 @@ used.
116.Fn SMIME_write_CMS 116.Fn SMIME_write_CMS
117returns 1 for success or 0 for failure. 117returns 1 for success or 0 for failure.
118.Sh SEE ALSO 118.Sh SEE ALSO
119.Xr CMS_decrypt 3 , 119.Xr CMS_ContentInfo_new 3 ,
120.Xr CMS_encrypt 3 , 120.Xr CMS_encrypt 3 ,
121.Xr CMS_sign 3 , 121.Xr CMS_sign 3 ,
122.Xr CMS_verify 3 , 122.Xr d2i_CMS_ContentInfo 3 ,
123.Xr ERR_get_error 3 123.Xr ERR_get_error 3
124.Sh HISTORY 124.Sh HISTORY
125.Fn SMIME_write_CMS 125.Fn SMIME_write_CMS
diff --git a/src/lib/libcrypto/man/d2i_CMS_ContentInfo.3 b/src/lib/libcrypto/man/d2i_CMS_ContentInfo.3
index 2805672998..d927697f60 100644
--- a/src/lib/libcrypto/man/d2i_CMS_ContentInfo.3
+++ b/src/lib/libcrypto/man/d2i_CMS_ContentInfo.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_CMS_ContentInfo.3,v 1.1 2019/08/12 14:24:38 schwarze Exp $ 1.\" $OpenBSD: d2i_CMS_ContentInfo.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 D2I_CMS_CONTENTINFO 3 17.Dt D2I_CMS_CONTENTINFO 3
18.Os 18.Os
19.Sh NAME 19.Sh NAME
@@ -114,6 +114,8 @@ For all functions, the error code can be obtained by
114.Sh SEE ALSO 114.Sh SEE ALSO
115.Xr ASN1_item_d2i 3 , 115.Xr ASN1_item_d2i 3 ,
116.Xr CMS_ContentInfo_new 3 , 116.Xr CMS_ContentInfo_new 3 ,
117.Xr CMS_get0_type 3 ,
118.Xr CMS_ReceiptRequest_create0 3 ,
117.Xr i2d_CMS_bio_stream 3 119.Xr i2d_CMS_bio_stream 3
118.Sh STANDARDS 120.Sh STANDARDS
119RFC 5652: Cryptographic Message Syntax, section 3: General Syntax 121RFC 5652: Cryptographic Message Syntax, section 3: General Syntax
diff --git a/src/lib/libcrypto/man/i2d_CMS_bio_stream.3 b/src/lib/libcrypto/man/i2d_CMS_bio_stream.3
index 8f2a2c5b67..ecf069c158 100644
--- a/src/lib/libcrypto/man/i2d_CMS_bio_stream.3
+++ b/src/lib/libcrypto/man/i2d_CMS_bio_stream.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: i2d_CMS_bio_stream.3,v 1.2 2019/08/11 12:46:38 schwarze Exp $ 1.\" $OpenBSD: i2d_CMS_bio_stream.3,v 1.3 2019/08/18 21:44:10 schwarze Exp $
2.\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 2.\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 11 2019 $ 51.Dd $Mdocdate: August 18 2019 $
52.Dt I2D_CMS_BIO_STREAM 3 52.Dt I2D_CMS_BIO_STREAM 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -79,10 +79,9 @@ supporting streaming.
79.Fn i2d_CMS_bio_stream 79.Fn i2d_CMS_bio_stream
80returns 1 for success or 0 for failure. 80returns 1 for success or 0 for failure.
81.Sh SEE ALSO 81.Sh SEE ALSO
82.Xr CMS_decrypt 3 , 82.Xr CMS_ContentInfo_new 3 ,
83.Xr CMS_encrypt 3 , 83.Xr CMS_encrypt 3 ,
84.Xr CMS_sign 3 , 84.Xr CMS_sign 3 ,
85.Xr CMS_verify 3 ,
86.Xr ERR_get_error 3 , 85.Xr ERR_get_error 3 ,
87.Xr PEM_write_bio_CMS_stream 3 , 86.Xr PEM_write_bio_CMS_stream 3 ,
88.Xr SMIME_write_CMS 3 87.Xr SMIME_write_CMS 3