summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BF_set_key.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BF_set_key.3')
-rw-r--r--src/lib/libcrypto/man/BF_set_key.314
1 files changed, 11 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BF_set_key.3 b/src/lib/libcrypto/man/BF_set_key.3
index 7c75a17c69..7357f0cfc3 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.7 2018/03/21 05:49:43 schwarze Exp $ 1.\" $OpenBSD: BF_set_key.3,v 1.8 2018/03/27 17:35:50 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 21 2018 $ 52.Dd $Mdocdate: March 27 2018 $
53.Dt BF_SET_KEY 3 53.Dt BF_SET_KEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -258,7 +258,15 @@ Be aware that these functions take each 32-bit chunk in host-byte order,
258which is little-endian on little-endian platforms 258which is little-endian on little-endian platforms
259and big-endian on big-endian ones. 259and big-endian on big-endian ones.
260.Sh HISTORY 260.Sh HISTORY
261This Blowfish implementation first appeared in SSLeay 0.6.6. 261.Fn BF_set_key ,
262.Fn BF_encrypt ,
263.Fn BF_ecb_encrypt ,
264.Fn BF_cbc_encrypt ,
265.Fn BF_cfb64_encrypt ,
266.Fn BF_ofb64_encrypt ,
267and
268.Fn BF_options
269first appeared in SSLeay 0.6.6.
262.Fn BF_decrypt 270.Fn BF_decrypt
263first appeared in SSLeay 0.9.0. 271first appeared in SSLeay 0.9.0.
264All these functions have been available since 272All these functions have been available since