diff options
author | schwarze <> | 2019-08-11 12:46:38 +0000 |
---|---|---|
committer | schwarze <> | 2019-08-11 12:46:38 +0000 |
commit | 80bc48a93bc465205b7d9058aa879f0997197468 (patch) | |
tree | 481677497d5cc6e9d6ac456462bde9b2ec7cf122 /src/lib/libcrypto/man/i2d_CMS_bio_stream.3 | |
parent | 430e85a9a41f3ce309fc44acad02904051aff863 (diff) | |
download | openbsd-80bc48a93bc465205b7d9058aa879f0997197468.tar.gz openbsd-80bc48a93bc465205b7d9058aa879f0997197468.tar.bz2 openbsd-80bc48a93bc465205b7d9058aa879f0997197468.zip |
bring HISTORY sections up to OpenBSD standards
Diffstat (limited to 'src/lib/libcrypto/man/i2d_CMS_bio_stream.3')
-rw-r--r-- | src/lib/libcrypto/man/i2d_CMS_bio_stream.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/i2d_CMS_bio_stream.3 b/src/lib/libcrypto/man/i2d_CMS_bio_stream.3 index 3615c01ccb..8f2a2c5b67 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.1 2019/08/10 23:41:22 schwarze Exp $ | 1 | .\" $OpenBSD: i2d_CMS_bio_stream.3,v 1.2 2019/08/11 12:46:38 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 10 2019 $ | 51 | .Dd $Mdocdate: August 11 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 |
@@ -87,9 +87,10 @@ returns 1 for success or 0 for failure. | |||
87 | .Xr PEM_write_bio_CMS_stream 3 , | 87 | .Xr PEM_write_bio_CMS_stream 3 , |
88 | .Xr SMIME_write_CMS 3 | 88 | .Xr SMIME_write_CMS 3 |
89 | .Sh HISTORY | 89 | .Sh HISTORY |
90 | The | ||
91 | .Fn i2d_CMS_bio_stream | 90 | .Fn i2d_CMS_bio_stream |
92 | function was added in OpenSSL 1.0.0. | 91 | first appeared in OpenSSL 1.0.0 |
92 | and has been available since | ||
93 | .Ox 6.6 . | ||
93 | .Sh BUGS | 94 | .Sh BUGS |
94 | The prefix "i2d" is arguably wrong because the function outputs BER | 95 | The prefix "i2d" is arguably wrong because the function outputs BER |
95 | format. | 96 | format. |