diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 09:03:50 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 09:03:50 +0000 |
commit | 11b764a063a8d090b9bc5331e100aa5ba7c8f0c6 (patch) | |
tree | b9d73b180cb323a6c7cd6770cde2991c59799567 /lib/libcrypto/man/EVP_EncryptInit.3 | |
parent | 352aa007f6171a89141d1ec0231c9be67f55db3e (diff) |
crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/EVP_EncryptInit.3')
-rw-r--r-- | lib/libcrypto/man/EVP_EncryptInit.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcrypto/man/EVP_EncryptInit.3 b/lib/libcrypto/man/EVP_EncryptInit.3 index fd17f3f7f97..1b2d3811bf9 100644 --- a/lib/libcrypto/man/EVP_EncryptInit.3 +++ b/lib/libcrypto/man/EVP_EncryptInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_EncryptInit.3,v 1.11 2018/03/21 07:00:52 schwarze Exp $ +.\" $OpenBSD: EVP_EncryptInit.3,v 1.12 2018/03/21 09:03:49 schwarze Exp $ .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 .\" selective merge up to: OpenSSL 5c5eb286 Dec 5 00:36:43 2017 +0100 .\" @@ -1265,6 +1265,10 @@ first appeared in SSLeay 0.9.0. All these functions have been available since .Ox 2.4 . .Pp +.Fn EVP_rc2_64_cbc +first appeared in SSL_eay 0.9.1 and has been available since +.Ox 2.6 . +.Pp .Fn EVP_EncryptInit_ex , .Fn EVP_EncryptFinal_ex , .Fn EVP_DecryptInit_ex , |