On Mon, 27 Feb 2023 09:03:49 GMT, Lutz Schmidt <l...@openjdk.org> wrote:
>> This PR addresses an issue in the AES-CTR mode intrinsic on s390. When a >> message is ciphered in multiple, small (< 16 bytes) segments, the result is >> incorrect. >> >> This is not just a band-aid fix. The issue was taken as a chance to >> restructure the code. though still complicated, It is now easier to read and >> (hopefully) understand. >> >> Except for the new jetreg test, the changes are purely s390. There are no >> side effects on other platforms. Issue-specific tests pass. Other tests are >> in progress. I will update this PR once they are complete. >> >> **Reviews and comments are very much appreciated.** >> >> @backwaterred could you please run some "official" s390 tests? Thanks. > > Lutz Schmidt has updated the pull request incrementally with one additional > commit since the last revision: > > 8299817: split some excessively long lines in Test8299817.java Build and test failures seem unrelated to this s390-only fix. ------------- PR: https://git.openjdk.org/jdk/pull/11967