summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_new_CMS.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_new_CMS.3')
-rw-r--r--src/lib/libcrypto/man/BIO_new_CMS.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_new_CMS.3 b/src/lib/libcrypto/man/BIO_new_CMS.3
index d35fb0b7bf..5b18ed1580 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.4 2019/08/10 23:41:22 schwarze Exp $ 1.\" $OpenBSD: BIO_new_CMS.3,v 1.5 2019/08/11 12:46:38 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 10 2019 $ 51.Dd $Mdocdate: August 11 2019 $
52.Dt BIO_NEW_CMS 3 52.Dt BIO_NEW_CMS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -130,9 +130,10 @@ The error can be obtained from
130.Xr CMS_encrypt 3 , 130.Xr CMS_encrypt 3 ,
131.Xr CMS_sign 3 131.Xr CMS_sign 3
132.Sh HISTORY 132.Sh HISTORY
133The
134.Fn BIO_new_CMS 133.Fn BIO_new_CMS
135function was added in OpenSSL 1.0.0. 134first appeared in OpenSSL 1.0.0
135and has been available since
136.Ox 6.6 .
136.Sh BUGS 137.Sh BUGS
137There is currently no corresponding inverse BIO 138There is currently no corresponding inverse BIO
138which can decode a CMS structure on the fly. 139which can decode a CMS structure on the fly.