From: Frederik Wedel-Heinen Date: Fri, 7 Jul 2023 11:17:11 +0000 (+0200) Subject: Updates documentation of RC4_CHAR and RC4_INT: Should not be used for new configurati... X-Git-Tag: openssl-3.1.3~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e52499fc5e379da3fd7d02500034a797fda4045f;p=thirdparty%2Fopenssl.git Updates documentation of RC4_CHAR and RC4_INT: Should not be used for new configuration targets Fixes: #21358 CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/21391) (cherry picked from commit c2a8226cba2757b251729620aedffeed23d73623) --- diff --git a/Configurations/README.md b/Configurations/README.md index 53f2277f8c5..043f1211305 100644 --- a/Configurations/README.md +++ b/Configurations/README.md @@ -233,8 +233,14 @@ In each table entry, the following keys are significant: is ILP32; RC4_CHAR RC4 key schedule is made up of 'unsigned char's; + Note: should not be used + for new configuration + targets RC4_INT RC4 key schedule is made up of 'unsigned int's; + Note: should not be used + for new configuration + targets [1] as part of the target configuration, one can have a key called `inherit_from` that indicates what other configurations to inherit