diff options
author | Frederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk> | 2023-07-07 13:17:11 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-08-20 13:32:50 +0200 |
commit | c2a8226cba2757b251729620aedffeed23d73623 (patch) | |
tree | a8543f1cf4cb0530f5289f67f6dad44ad9b11451 /Configurations | |
parent | Test that a thread blocking in SSL_read_ex() will wake up on FIN (diff) | |
download | openssl-c2a8226cba2757b251729620aedffeed23d73623.tar.xz openssl-c2a8226cba2757b251729620aedffeed23d73623.zip |
Updates documentation of RC4_CHAR and RC4_INT: Should not be used for new configuration targets
Fixes: #21358
CLA: trivial
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21391)
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Configurations/README.md b/Configurations/README.md index 4b6e4bbee2..83bcc96062 100644 --- a/Configurations/README.md +++ b/Configurations/README.md @@ -240,8 +240,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 |