-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR14
-
None
shifts += keyShifts[i];
should be also ensured by
shifts += keyShifts[i] & 0xff;
True is array keyShifts does not contain any negative value, but it doesn't neither IP or keyPerm, which are ensured ?
This follow up https://issues.jboss.org/browse/JBEAP-8505
- is cloned by
-
ELY-1019 Elytron, ensure BSDUnixDESCryptPasswordImpl don't suffer on sign-extension bug
- Resolved
- is incorporated by
-
JBEAP-10016 Upgrade WildFly Elytron to 1.1.0.Beta35
- Closed