summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/crypto.3
diff options
context:
space:
mode:
authorschwarze <>2018-02-27 20:43:41 +0000
committerschwarze <>2018-02-27 20:43:41 +0000
commitab315f6f3af89fb98fffe249c7c4e89ff030ffc4 (patch)
tree74e9ffc90cab182ac4e4732badb6af2549b02a12 /src/lib/libcrypto/man/crypto.3
parent8f9a6a740a805656d9ec4736e3213cfc7d276548 (diff)
downloadopenbsd-ab315f6f3af89fb98fffe249c7c4e89ff030ffc4.tar.gz
openbsd-ab315f6f3af89fb98fffe249c7c4e89ff030ffc4.tar.bz2
openbsd-ab315f6f3af89fb98fffe249c7c4e89ff030ffc4.zip
Garbage collect RC5 documentation.
We have no code implementing it, tedu@ took care of the rc5/ directory in 2014, the related files are commented out in arch/*/Makefile.inc, and opensslfeatures.h contains an explicit #define OPENSSL_NO_RC5.
Diffstat (limited to 'src/lib/libcrypto/man/crypto.3')
-rw-r--r--src/lib/libcrypto/man/crypto.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3
index 7f0816903e..cbc8f1169c 100644
--- a/src/lib/libcrypto/man/crypto.3
+++ b/src/lib/libcrypto/man/crypto.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: crypto.3,v 1.17 2018/02/27 20:28:06 schwarze Exp $ 1.\" $OpenBSD: crypto.3,v 1.18 2018/02/27 20:43:41 schwarze Exp $
2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -63,8 +63,8 @@ implementations of TLS and S/MIME, and they have also been used to
63implement SSH, OpenPGP, and other cryptographic standards. 63implement SSH, OpenPGP, and other cryptographic standards.
64.Pp 64.Pp
65.Sy Symmetric ciphers 65.Sy Symmetric ciphers
66including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, RC4, and 66including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, and RC4
67RC5 are provided by the generic interface 67are provided by the generic interface
68.Xr EVP_EncryptInit 3 . 68.Xr EVP_EncryptInit 3 .
69Low-level stand-alone interfaces include 69Low-level stand-alone interfaces include
70.Xr BF_set_key 3 , 70.Xr BF_set_key 3 ,