diff options
| author | schwarze <> | 2019-03-21 13:37:25 +0000 |
|---|---|---|
| committer | schwarze <> | 2019-03-21 13:37:25 +0000 |
| commit | c8436d824875bb4fa4e8ce4346862dd9909cbb0d (patch) | |
| tree | 546ef5fcdd03902d2265e11cd45eea50091fe6b0 /src/lib/libcrypto/man/Makefile | |
| parent | 314ef64244fa52a1530fd437036f5c4f32e393c3 (diff) | |
| download | openbsd-c8436d824875bb4fa4e8ce4346862dd9909cbb0d.tar.gz openbsd-c8436d824875bb4fa4e8ce4346862dd9909cbb0d.tar.bz2 openbsd-c8436d824875bb4fa4e8ce4346862dd9909cbb0d.zip | |
Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.
The algorithm is insecure and yet its description would spread over
three paragraphs in the cipher list, including remarkable advice
like using a 40 bit key length.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 2e885c1bcd..08888f9fef 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.146 2019/03/21 12:54:37 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.147 2019/03/21 13:37:25 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -153,6 +153,7 @@ MAN= \ | |||
| 153 | EVP_VerifyInit.3 \ | 153 | EVP_VerifyInit.3 \ |
| 154 | EVP_aes_128_cbc.3 \ | 154 | EVP_aes_128_cbc.3 \ |
| 155 | EVP_des_cbc.3 \ | 155 | EVP_des_cbc.3 \ |
| 156 | EVP_rc4.3 \ | ||
| 156 | EVP_sm4_cbc.3 \ | 157 | EVP_sm4_cbc.3 \ |
| 157 | EXTENDED_KEY_USAGE_new.3 \ | 158 | EXTENDED_KEY_USAGE_new.3 \ |
| 158 | GENERAL_NAME_new.3 \ | 159 | GENERAL_NAME_new.3 \ |
