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: openssl#21358

CLA: trivial

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Hugo Landau <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#21391)
  • Loading branch information
fwh-dc authored and t8m committed Aug 20, 2023
1 parent 0fa6612 commit c2a8226
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 @@ -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
Expand Down

0 comments on commit c2a8226

Please sign in to comment.