summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CMS_decrypt.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/CMS_decrypt.3')
-rw-r--r--src/lib/libcrypto/man/CMS_decrypt.38
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_decrypt.3 b/src/lib/libcrypto/man/CMS_decrypt.3
index de37b357a1..5433411a39 100644
--- a/src/lib/libcrypto/man/CMS_decrypt.3
+++ b/src/lib/libcrypto/man/CMS_decrypt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_decrypt.3,v 1.3 2019/08/10 23:41:22 schwarze Exp $ 1.\" $OpenBSD: CMS_decrypt.3,v 1.4 2019/08/11 12:46:38 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +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 CMS_DECRYPT 3 52.Dt CMS_DECRYPT 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -160,7 +160,9 @@ The error can be obtained from
160.Xr CMS_encrypt 3 160.Xr CMS_encrypt 3
161.Sh HISTORY 161.Sh HISTORY
162.Fn CMS_decrypt 162.Fn CMS_decrypt
163was added to OpenSSL 0.9.8. 163first appeared in OpenSSL 0.9.8h
164and has been available since
165.Ox 6.6 .
164.Sh BUGS 166.Sh BUGS
165The lack of single pass processing and the need to hold all data in 167The lack of single pass processing and the need to hold all data in
166memory as mentioned in 168memory as mentioned in