diff options
author | schwarze <> | 2018-02-27 20:43:41 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-27 20:43:41 +0000 |
commit | ab315f6f3af89fb98fffe249c7c4e89ff030ffc4 (patch) | |
tree | 74e9ffc90cab182ac4e4732badb6af2549b02a12 /src/lib/libcrypto/man/crypto.3 | |
parent | 8f9a6a740a805656d9ec4736e3213cfc7d276548 (diff) | |
download | openbsd-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.3 | 6 |
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 | |||
63 | implement SSH, OpenPGP, and other cryptographic standards. | 63 | implement SSH, OpenPGP, and other cryptographic standards. |
64 | .Pp | 64 | .Pp |
65 | .Sy Symmetric ciphers | 65 | .Sy Symmetric ciphers |
66 | including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, RC4, and | 66 | including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, and RC4 |
67 | RC5 are provided by the generic interface | 67 | are provided by the generic interface |
68 | .Xr EVP_EncryptInit 3 . | 68 | .Xr EVP_EncryptInit 3 . |
69 | Low-level stand-alone interfaces include | 69 | Low-level stand-alone interfaces include |
70 | .Xr BF_set_key 3 , | 70 | .Xr BF_set_key 3 , |