summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/blowfish.3
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-07-30 14:34:51 +0000
committernectar <nectar@FreeBSD.org>2002-07-30 14:34:51 +0000
commit3b5892151d7a7d029efd6f493c5f00e6af1f434d (patch)
treef239f4213ce469657247f484c7d8d695af0096da /secure/lib/libcrypto/man/blowfish.3
parentaeefd5b3e2766cf2adf46ab0d391c6290c566150 (diff)
downloadFreeBSD-src-3b5892151d7a7d029efd6f493c5f00e6af1f434d.zip
FreeBSD-src-3b5892151d7a7d029efd6f493c5f00e6af1f434d.tar.gz
Import the regenerated OpenSSL man pages after import of OpenSSL 0.9.6e.
Diffstat (limited to 'secure/lib/libcrypto/man/blowfish.3')
-rw-r--r--secure/lib/libcrypto/man/blowfish.310
1 files changed, 5 insertions, 5 deletions
diff --git a/secure/lib/libcrypto/man/blowfish.3 b/secure/lib/libcrypto/man/blowfish.3
index 607644b..4433e24 100644
--- a/secure/lib/libcrypto/man/blowfish.3
+++ b/secure/lib/libcrypto/man/blowfish.3
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Thu May 9 13:18:51 2002
+.\" Tue Jul 30 09:21:57 2002
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -137,8 +137,8 @@
.rm #[ #] #H #V #F C
.\" ======================================================================
.\"
-.IX Title "BLOWFISH 1"
-.TH BLOWFISH 1 "perl v5.6.1" "2000-11-13" "User Contributed Perl Documentation"
+.IX Title "blowfish 3"
+.TH blowfish 3 "0.9.6e" "2002-07-30" "OpenSSL"
.UC
.SH "NAME"
blowfish, BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt,
@@ -169,7 +169,7 @@ BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options \- Blowfish encryption
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
-This library implements the Blowfish cipher, which is invented and described
+This library implements the Blowfish cipher, which was invented and described
by Counterpane (see http://www.counterpane.com/blowfish.html ).
.PP
Blowfish is a block cipher that operates on 64 bit (8 byte) blocks of data.
@@ -199,7 +199,7 @@ for the same message. \fBivec\fR may be initialized with anything, but the
recipient needs to know what it was initialized with, or it won't be able
to decrypt. Some programs and protocols simplify this, like \s-1SSH\s0, where
\&\fBivec\fR is simply initialized to zero.
-\&\fIBF_cbc_encrypt()\fR operates of data that is a multiple of 8 bytes long, while
+\&\fIBF_cbc_encrypt()\fR operates on data that is a multiple of 8 bytes long, while
\&\fIBF_cfb64_encrypt()\fR and \fIBF_ofb64_encrypt()\fR are used to encrypt an variable
number of bytes (the amount does not have to be an exact multiple of 8). The
purpose of the latter two is to simulate stream ciphers, and therefore, they
OpenPOWER on IntegriCloud