diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_new_CMS.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_new_CMS.3 | 9 |
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 |
133 | The | ||
134 | .Fn BIO_new_CMS | 133 | .Fn BIO_new_CMS |
135 | function was added in OpenSSL 1.0.0. | 134 | first appeared in OpenSSL 1.0.0 |
135 | and has been available since | ||
136 | .Ox 6.6 . | ||
136 | .Sh BUGS | 137 | .Sh BUGS |
137 | There is currently no corresponding inverse BIO | 138 | There is currently no corresponding inverse BIO |
138 | which can decode a CMS structure on the fly. | 139 | which can decode a CMS structure on the fly. |