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