Skip to content

Commit

Permalink
Updates documentation of RC4_CHAR and RC4_INT: Should not be used for…
Browse files Browse the repository at this point in the history
… 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 #21391)

(cherry picked from commit c2a8226)
  • Loading branch information
fwh-dc authored and t8m committed Aug 20, 2023
1 parent e9cffe9 commit 1f17156
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Configurations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f17156

Please sign in to comment.