diff options
author | 2019-08-11 12:46:38 +0000 | |
---|---|---|
committer | 2019-08-11 12:46:38 +0000 | |
commit | 66a3cb988ac6e97931fb0bb101a3bb169f37a99b (patch) | |
tree | 7da466bcca8264c515fd02c9a4f1d3930d63bd52 /lib/libcrypto/man/CMS_decrypt.3 | |
parent | sxisyscon(4) (diff) | |
download | wireguard-openbsd-66a3cb988ac6e97931fb0bb101a3bb169f37a99b.tar.xz wireguard-openbsd-66a3cb988ac6e97931fb0bb101a3bb169f37a99b.zip |
bring HISTORY sections up to OpenBSD standards
Diffstat (limited to 'lib/libcrypto/man/CMS_decrypt.3')
-rw-r--r-- | lib/libcrypto/man/CMS_decrypt.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcrypto/man/CMS_decrypt.3 b/lib/libcrypto/man/CMS_decrypt.3 index de37b357a14..5433411a396 100644 --- a/lib/libcrypto/man/CMS_decrypt.3 +++ b/lib/libcrypto/man/CMS_decrypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_decrypt.3,v 1.3 2019/08/10 23:41:22 schwarze Exp $ +.\" $OpenBSD: CMS_decrypt.3,v 1.4 2019/08/11 12:46:38 schwarze Exp $ .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +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: August 10 2019 $ +.Dd $Mdocdate: August 11 2019 $ .Dt CMS_DECRYPT 3 .Os .Sh NAME @@ -160,7 +160,9 @@ The error can be obtained from .Xr CMS_encrypt 3 .Sh HISTORY .Fn CMS_decrypt -was added to OpenSSL 0.9.8. +first appeared in OpenSSL 0.9.8h +and has been available since +.Ox 6.6 . .Sh BUGS The lack of single pass processing and the need to hold all data in memory as mentioned in |