diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-12-13 18:55:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-12-13 18:55:23 +0000 |
commit | 517567aaad9b655ebf03acf4b6654c81cee3c87a (patch) | |
tree | b01baa14249d75e9c2f9cb063c1cba0b0e884eac /lib/libcrypto/man/PEM_write_bio_CMS_stream.3 | |
parent | 33f39b761971a3ad99e5e1e0ddc72b463226d40c (diff) |
new manual page PEM_write_bio_ASN1_stream(3);
certainly not perfect, but arguably better than the even terser
PEM_write_bio_CMS_stream(3) and PEM_write_bio_PKCS7_stream(3)
Diffstat (limited to 'lib/libcrypto/man/PEM_write_bio_CMS_stream.3')
-rw-r--r-- | lib/libcrypto/man/PEM_write_bio_CMS_stream.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 b/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 index 0a6b4d31d81..bd17e410bbc 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.4 2019/11/02 15:39:46 schwarze Exp $ +.\" $OpenBSD: PEM_write_bio_CMS_stream.3,v 1.5 2021/12/13 18:55:22 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: November 2 2019 $ +.Dd $Mdocdate: December 13 2021 $ .Dt PEM_WRITE_BIO_CMS_STREAM 3 .Os .Sh NAME @@ -87,6 +87,7 @@ returns 1 for success or 0 for failure. .Xr ERR_get_error 3 , .Xr i2d_CMS_bio_stream 3 , .Xr PEM_write 3 , +.Xr PEM_write_bio_ASN1_stream 3 , .Xr SMIME_write_CMS 3 .Sh HISTORY .Fn PEM_write_bio_CMS_stream |