On Tue, 20 May 2025 13:38:11 GMT, Alan Bateman <al...@openjdk.org> wrote:
> A question for folks on security-dev. Are there tests for Cipher.doFinal, > CipherSpi.engineUpdate, etc. that exercises cases where the ByteBuffer > obtained from a memory segment? I don't find any. We'd have to update them to cover the memory segment usage. Judging from the changed sources, general Cipher and SunPKCS11-specific tests update would be needed. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25324#issuecomment-2896582775