RFR: 8253821: Improve ByteBuffer performance with GCM [v3]

Anthony Scarpino ascarpino at openjdk.java.net
Tue Nov 17 23:32:17 UTC 2020


On Fri, 6 Nov 2020 23:08:10 GMT, Valerie Peng <valeriep at openjdk.org> wrote:

>> I does not.  CipherCore only sends block sized data, and the ByteBuffer code uses this method during final operations.
>
> Hmm, ok, this is getting obscure and the correctness is depending on the calling pattern. Can we add a check on line 514 to ensure that there is no bytes in ibuffer?

This got added into v3

-------------

PR: https://git.openjdk.java.net/jdk/pull/411



More information about the security-dev mailing list