summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_bf_cbc.pod
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2023-10-18 15:35:55 +0200
committerMatt Caswell <matt@openssl.org>2023-10-20 16:46:57 +0100
commitb6eb95fa4439ea6254a5330487dabb2a499fb6c8 (patch)
treed86eb8d25710da3f09c6f5d742bc6bb0a6bb1fcf /doc/man3/EVP_bf_cbc.pod
parent039119a0f3eeb610689f21834ea04cc1f0efe8df (diff)
Reference the non-"legacy" provider names directly from EVP_md5(3) &c.
Earlier today, it took me five manuals! to find what on earth the "Performance"/"EVP_MD_fetch(3)" crosslinks actually mean: EVP_sha1(3) crypto(7) EVP_MD_fetch(3) (but not there! don't read that!) OSSL_PROVIDER-default(7) EVP_MD-SHA1(7) If, instead, EVP_sha1(3) referenced EVP_MD-SHA1(7) at /all/, which it should do, since it's supposed to be what you're replacing it with, but it doesn't actually say that, maybe people would use it. I know I didn't because it's basically just deadass buried As found by git grep -l 'and should consider using' Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22420)
Diffstat (limited to 'doc/man3/EVP_bf_cbc.pod')
-rw-r--r--doc/man3/EVP_bf_cbc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_bf_cbc.pod b/doc/man3/EVP_bf_cbc.pod
index 4df98f4bdf..11a909207a 100644
--- a/doc/man3/EVP_bf_cbc.pod
+++ b/doc/man3/EVP_bf_cbc.pod
@@ -41,7 +41,7 @@ Blowfish encryption algorithm in CBC, CFB, ECB and OFB modes respectively.
Developers should be aware of the negative performance implications of
calling these functions multiple times and should consider using
-L<EVP_CIPHER_fetch(3)> instead.
+L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-BLOWFISH(7)> instead.
See L<crypto(7)/Performance> for further information.
=head1 RETURN VALUES