summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-11-02 15:39:46 +0000
committerschwarze <schwarze@openbsd.org>2019-11-02 15:39:46 +0000
commit569a59c8635a26efce16814257adc7cd2bc8e48d (patch)
tree775c5d31f838b5e819f81b342aed93680a646725 /lib
parentHook cms regress. (diff)
downloadwireguard-openbsd-569a59c8635a26efce16814257adc7cd2bc8e48d.tar.xz
wireguard-openbsd-569a59c8635a26efce16814257adc7cd2bc8e48d.zip
CMS didn't make the 6.6 release: adjust the text in the HISTORY sections
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/BIO_new_CMS.36
-rw-r--r--lib/libcrypto/man/CMS_ContentInfo_new.36
-rw-r--r--lib/libcrypto/man/CMS_add0_cert.36
-rw-r--r--lib/libcrypto/man/CMS_add1_recipient_cert.36
-rw-r--r--lib/libcrypto/man/CMS_add1_signer.36
-rw-r--r--lib/libcrypto/man/CMS_compress.36
-rw-r--r--lib/libcrypto/man/CMS_decrypt.36
-rw-r--r--lib/libcrypto/man/CMS_encrypt.36
-rw-r--r--lib/libcrypto/man/CMS_final.36
-rw-r--r--lib/libcrypto/man/CMS_get0_RecipientInfos.36
-rw-r--r--lib/libcrypto/man/CMS_get0_SignerInfos.36
-rw-r--r--lib/libcrypto/man/CMS_get0_type.36
-rw-r--r--lib/libcrypto/man/CMS_get1_ReceiptRequest.36
-rw-r--r--lib/libcrypto/man/CMS_sign.36
-rw-r--r--lib/libcrypto/man/CMS_sign_receipt.36
-rw-r--r--lib/libcrypto/man/CMS_uncompress.36
-rw-r--r--lib/libcrypto/man/CMS_verify.36
-rw-r--r--lib/libcrypto/man/CMS_verify_receipt.36
-rw-r--r--lib/libcrypto/man/PEM_write_bio_CMS_stream.36
-rw-r--r--lib/libcrypto/man/SMIME_read_CMS.36
-rw-r--r--lib/libcrypto/man/SMIME_write_CMS.36
-rw-r--r--lib/libcrypto/man/d2i_CMS_ContentInfo.36
-rw-r--r--lib/libcrypto/man/i2d_CMS_bio_stream.36
23 files changed, 69 insertions, 69 deletions
diff --git a/lib/libcrypto/man/BIO_new_CMS.3 b/lib/libcrypto/man/BIO_new_CMS.3
index 1298f9bbe57..a7c2c1b2c36 100644
--- a/lib/libcrypto/man/BIO_new_CMS.3
+++ b/lib/libcrypto/man/BIO_new_CMS.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_new_CMS.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: BIO_new_CMS.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL df75c2bfc Dec 9 01:02:36 2018 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt BIO_NEW_CMS 3
.Os
.Sh NAME
@@ -135,7 +135,7 @@ The error can be obtained from
.Fn BIO_new_CMS
first appeared in OpenSSL 1.0.0
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Sh BUGS
There is currently no corresponding inverse BIO
which can decode a CMS structure on the fly.
diff --git a/lib/libcrypto/man/CMS_ContentInfo_new.3 b/lib/libcrypto/man/CMS_ContentInfo_new.3
index 38a29da11b6..ff6417949ac 100644
--- a/lib/libcrypto/man/CMS_ContentInfo_new.3
+++ b/lib/libcrypto/man/CMS_ContentInfo_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_ContentInfo_new.3,v 1.2 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_ContentInfo_new.3,v 1.3 2019/11/02 15:39:46 schwarze Exp $
.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_CONTENTINFO_NEW 3
.Os
.Sh NAME
@@ -131,4 +131,4 @@ first appeared in OpenSSL 0.9.8h and
.Fn CMS_ContentInfo_print_ctx
in OpenSSL 1.0.0.
This functions have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_add0_cert.3 b/lib/libcrypto/man/CMS_add0_cert.3
index 1cc936283b8..c5a7367d210 100644
--- a/lib/libcrypto/man/CMS_add0_cert.3
+++ b/lib/libcrypto/man/CMS_add0_cert.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_add0_cert.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_add0_cert.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_ADD0_CERT 3
.Os
.Sh NAME
@@ -211,4 +211,4 @@ first appeared in OpenSSL 0.9.8h and
.Fn CMS_add1_crl
in OpenSSL 1.0.0.
These functions have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_add1_recipient_cert.3 b/lib/libcrypto/man/CMS_add1_recipient_cert.3
index 0bfb6ac829e..465119397d4 100644
--- a/lib/libcrypto/man/CMS_add1_recipient_cert.3
+++ b/lib/libcrypto/man/CMS_add1_recipient_cert.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_add1_recipient_cert.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_add1_recipient_cert.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_ADD1_RECIPIENT_CERT 3
.Os
.Sh NAME
@@ -197,4 +197,4 @@ and
.Fn CMS_add0_recipient_key
first appeared in OpenSSL 0.9.8h
and have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_add1_signer.3 b/lib/libcrypto/man/CMS_add1_signer.3
index e7152cfe6e8..7f8183f93f3 100644
--- a/lib/libcrypto/man/CMS_add1_signer.3
+++ b/lib/libcrypto/man/CMS_add1_signer.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_add1_signer.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_add1_signer.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_ADD1_SIGNER 3
.Os
.Sh NAME
@@ -243,4 +243,4 @@ and
.Fn CMS_SignerInfo_sign
first appeared in OpenSSL 0.9.8h
and have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_compress.3 b/lib/libcrypto/man/CMS_compress.3
index f29a1342d4c..242e4e96cb9 100644
--- a/lib/libcrypto/man/CMS_compress.3
+++ b/lib/libcrypto/man/CMS_compress.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_compress.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_compress.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_COMPRESS 3
.Os
.Sh NAME
@@ -163,7 +163,7 @@ RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS)
.Fn CMS_compress
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Pp
The
.Dv CMS_STREAM
diff --git a/lib/libcrypto/man/CMS_decrypt.3 b/lib/libcrypto/man/CMS_decrypt.3
index 495bdaaff39..243ab2f30ee 100644
--- a/lib/libcrypto/man/CMS_decrypt.3
+++ b/lib/libcrypto/man/CMS_decrypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_decrypt.3,v 1.7 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_decrypt.3,v 1.8 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_DECRYPT 3
.Os
.Sh NAME
@@ -217,7 +217,7 @@ and
.Fn CMS_decrypt_set1_key
first appeared in OpenSSL 0.9.8h
and have been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Sh BUGS
The lack of single pass processing and the need to hold all data in
memory as mentioned in
diff --git a/lib/libcrypto/man/CMS_encrypt.3 b/lib/libcrypto/man/CMS_encrypt.3
index bb0d0445266..03d8b4edbbe 100644
--- a/lib/libcrypto/man/CMS_encrypt.3
+++ b/lib/libcrypto/man/CMS_encrypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_encrypt.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_encrypt.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_ENCRYPT 3
.Os
.Sh NAME
@@ -184,7 +184,7 @@ section 6.2.1: KeyTransRecipientInfo Type
.Fn CMS_encrypt
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Pp
The
.Dv CMS_STREAM
diff --git a/lib/libcrypto/man/CMS_final.3 b/lib/libcrypto/man/CMS_final.3
index ded92307d02..4ca8945923e 100644
--- a/lib/libcrypto/man/CMS_final.3
+++ b/lib/libcrypto/man/CMS_final.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_final.3,v 1.5 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_final.3,v 1.6 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 25ccb589 Jul 1 02:02:06 2019 +0800
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_FINAL 3
.Os
.Sh NAME
@@ -98,4 +98,4 @@ returns 1 for success or 0 for failure.
.Fn CMS_final
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_get0_RecipientInfos.3 b/lib/libcrypto/man/CMS_get0_RecipientInfos.3
index 783e8e17d84..e431b2cb36e 100644
--- a/lib/libcrypto/man/CMS_get0_RecipientInfos.3
+++ b/lib/libcrypto/man/CMS_get0_RecipientInfos.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_get0_RecipientInfos.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_get0_RecipientInfos.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_GET0_RECIPIENTINFOS 3
.Os
.Sh NAME
@@ -325,4 +325,4 @@ except that
.Fn CMS_RecipientInfo_encrypt
first appeared in OpenSSL 1.0.2.
They have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_get0_SignerInfos.3 b/lib/libcrypto/man/CMS_get0_SignerInfos.3
index 50e80ae473e..faf20c49d24 100644
--- a/lib/libcrypto/man/CMS_get0_SignerInfos.3
+++ b/lib/libcrypto/man/CMS_get0_SignerInfos.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_get0_SignerInfos.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_get0_SignerInfos.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_GET0_SIGNERINFOS 3
.Os
.Sh NAME
@@ -189,4 +189,4 @@ first appeared in OpenSSL 0.9.8h and
.Fn CMS_SignerInfo_get0_signature
in OpenSSL 1.0.2.
These functions have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_get0_type.3 b/lib/libcrypto/man/CMS_get0_type.3
index ddafddf7fd5..45ed3167b59 100644
--- a/lib/libcrypto/man/CMS_get0_type.3
+++ b/lib/libcrypto/man/CMS_get0_type.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_get0_type.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_get0_type.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 72a7a702 Feb 26 14:05:09 2019 +0000
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_GET0_TYPE 3
.Os
.Sh NAME
@@ -195,4 +195,4 @@ RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS)
.Sh HISTORY
These functions first appeared in OpenSSL 0.9.8h
and have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 b/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
index 1b737ea584a..9feedd13a25 100644
--- a/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
+++ b/lib/libcrypto/man/CMS_get1_ReceiptRequest.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_get1_ReceiptRequest.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_get1_ReceiptRequest.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_GET1_RECEIPTREQUEST 3
.Os
.Sh NAME
@@ -195,4 +195,4 @@ and
.Fn CMS_ReceiptRequest_get0_values
first appeared in OpenSSL 0.9.8h
and have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_sign.3 b/lib/libcrypto/man/CMS_sign.3
index 33797b98a3d..f8cae4018d2 100644
--- a/lib/libcrypto/man/CMS_sign.3
+++ b/lib/libcrypto/man/CMS_sign.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_sign.3,v 1.7 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_sign.3,v 1.8 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_SIGN 3
.Os
.Sh NAME
@@ -238,6 +238,6 @@ section 2.5.2: SMIMECapabilities Attribute
.Fn CMS_sign
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Sh BUGS
Some attributes such as counter signatures are not supported.
diff --git a/lib/libcrypto/man/CMS_sign_receipt.3 b/lib/libcrypto/man/CMS_sign_receipt.3
index 6419ae4bb86..63949578468 100644
--- a/lib/libcrypto/man/CMS_sign_receipt.3
+++ b/lib/libcrypto/man/CMS_sign_receipt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_sign_receipt.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_sign_receipt.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_SIGN_RECEIPT 3
.Os
.Sh NAME
@@ -116,4 +116,4 @@ RFC 2634: Enhanced Security Services for S/MIME, section 2.8: Receipt Syntax
.Fn CMS_sign_receipt
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/CMS_uncompress.3 b/lib/libcrypto/man/CMS_uncompress.3
index d93c49c20e8..ed2172521e8 100644
--- a/lib/libcrypto/man/CMS_uncompress.3
+++ b/lib/libcrypto/man/CMS_uncompress.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_uncompress.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_uncompress.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_UNCOMPRESS 3
.Os
.Sh NAME
@@ -106,7 +106,7 @@ RFC 3274: Compressed Data Content Type for Cryptographic Message Syntax (CMS)
.Fn CMS_uncompress
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Sh BUGS
The lack of single pass processing and the need to hold all data in
memory as mentioned in
diff --git a/lib/libcrypto/man/CMS_verify.3 b/lib/libcrypto/man/CMS_verify.3
index a7b95bcaa6b..6bee927fbc6 100644
--- a/lib/libcrypto/man/CMS_verify.3
+++ b/lib/libcrypto/man/CMS_verify.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_verify.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_verify.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_VERIFY 3
.Os
.Sh NAME
@@ -212,7 +212,7 @@ section 5.1: SignedData Type
.Sh HISTORY
These functions first appeared in OpenSSL 0.9.8h
and have been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Sh BUGS
The trusted certificate store is not searched for the signing certificate.
This is primarily due to the inadequacies of the current
diff --git a/lib/libcrypto/man/CMS_verify_receipt.3 b/lib/libcrypto/man/CMS_verify_receipt.3
index 7fd9e00d46a..ac50087a4c4 100644
--- a/lib/libcrypto/man/CMS_verify_receipt.3
+++ b/lib/libcrypto/man/CMS_verify_receipt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: CMS_verify_receipt.3,v 1.6 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: CMS_verify_receipt.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt CMS_VERIFY_RECEIPT 3
.Os
.Sh NAME
@@ -107,4 +107,4 @@ RFC 2634: Enhanced Security Services for S/MIME, section 2.8: Receipt Syntax
.Fn CMS_verify_receipt
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 b/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
index 59568b7850b..0a6b4d31d81 100644
--- a/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
+++ b/lib/libcrypto/man/PEM_write_bio_CMS_stream.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: PEM_write_bio_CMS_stream.3,v 1.3 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: PEM_write_bio_CMS_stream.3,v 1.4 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt PEM_WRITE_BIO_CMS_STREAM 3
.Os
.Sh NAME
@@ -92,4 +92,4 @@ returns 1 for success or 0 for failure.
.Fn PEM_write_bio_CMS_stream
first appeared in OpenSSL 1.0.0
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/SMIME_read_CMS.3 b/lib/libcrypto/man/SMIME_read_CMS.3
index 267c98ed297..bbfb1e54633 100644
--- a/lib/libcrypto/man/SMIME_read_CMS.3
+++ b/lib/libcrypto/man/SMIME_read_CMS.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SMIME_read_CMS.3,v 1.5 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: SMIME_read_CMS.3,v 1.6 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt SMIME_READ_CMS 3
.Os
.Sh NAME
@@ -113,7 +113,7 @@ The error can be obtained from
.Fn SMIME_read_CMS
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Sh BUGS
The MIME parser used by
.Fn SMIME_read_CMS
diff --git a/lib/libcrypto/man/SMIME_write_CMS.3 b/lib/libcrypto/man/SMIME_write_CMS.3
index bd580992fd5..5a4e607a3cd 100644
--- a/lib/libcrypto/man/SMIME_write_CMS.3
+++ b/lib/libcrypto/man/SMIME_write_CMS.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SMIME_write_CMS.3,v 1.4 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: SMIME_write_CMS.3,v 1.5 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt SMIME_WRITE_CMS 3
.Os
.Sh NAME
@@ -125,7 +125,7 @@ returns 1 for success or 0 for failure.
.Fn SMIME_write_CMS
first appeared in OpenSSL 0.9.8h
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Sh BUGS
.Fn SMIME_write_CMS
always base64 encodes CMS structures.
diff --git a/lib/libcrypto/man/d2i_CMS_ContentInfo.3 b/lib/libcrypto/man/d2i_CMS_ContentInfo.3
index d927697f60c..0c61047c421 100644
--- a/lib/libcrypto/man/d2i_CMS_ContentInfo.3
+++ b/lib/libcrypto/man/d2i_CMS_ContentInfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: d2i_CMS_ContentInfo.3,v 1.2 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: d2i_CMS_ContentInfo.3,v 1.3 2019/11/02 15:39:46 schwarze Exp $
.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt D2I_CMS_CONTENTINFO 3
.Os
.Sh NAME
@@ -125,4 +125,4 @@ section 2.7: Receipt Request Syntax
.Sh HISTORY
These functions first appeared in OpenSSL 0.9.8h
and have been available since
-.Ox 6.6 .
+.Ox 6.7 .
diff --git a/lib/libcrypto/man/i2d_CMS_bio_stream.3 b/lib/libcrypto/man/i2d_CMS_bio_stream.3
index ecf069c158a..efb8902faf6 100644
--- a/lib/libcrypto/man/i2d_CMS_bio_stream.3
+++ b/lib/libcrypto/man/i2d_CMS_bio_stream.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: i2d_CMS_bio_stream.3,v 1.3 2019/08/18 21:44:10 schwarze Exp $
+.\" $OpenBSD: i2d_CMS_bio_stream.3,v 1.4 2019/11/02 15:39:46 schwarze Exp $
.\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 18 2019 $
+.Dd $Mdocdate: November 2 2019 $
.Dt I2D_CMS_BIO_STREAM 3
.Os
.Sh NAME
@@ -89,7 +89,7 @@ returns 1 for success or 0 for failure.
.Fn i2d_CMS_bio_stream
first appeared in OpenSSL 1.0.0
and has been available since
-.Ox 6.6 .
+.Ox 6.7 .
.Sh BUGS
The prefix "i2d" is arguably wrong because the function outputs BER
format.