diff options
author | 2018-03-21 05:49:43 +0000 | |
---|---|---|
committer | 2018-03-21 05:49:43 +0000 | |
commit | 47c6d230707febff02b680b5e90d3d9c3cab49cf (patch) | |
tree | 78a2bbeaf05c9287db57851a106cee9388890f78 /lib/libcrypto | |
parent | asn1.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-47c6d230707febff02b680b5e90d3d9c3cab49cf.tar.xz wireguard-openbsd-47c6d230707febff02b680b5e90d3d9c3cab49cf.zip |
blowfish.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/BF_set_key.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BF_set_key.3 b/lib/libcrypto/man/BF_set_key.3 index de04f1bebc5..7c75a17c69f 100644 --- a/lib/libcrypto/man/BF_set_key.3 +++ b/lib/libcrypto/man/BF_set_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BF_set_key.3,v 1.6 2018/03/20 17:10:14 schwarze Exp $ +.\" $OpenBSD: BF_set_key.3,v 1.7 2018/03/21 05:49:43 schwarze Exp $ .\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400 .\" .\" This file was written by Richard Levitte <levitte@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt BF_SET_KEY 3 .Os .Sh NAME @@ -259,3 +259,7 @@ which is little-endian on little-endian platforms and big-endian on big-endian ones. .Sh HISTORY This Blowfish implementation first appeared in SSLeay 0.6.6. +.Fn BF_decrypt +first appeared in SSLeay 0.9.0. +All these functions have been available since +.Ox 2.4 . |