RFR: 8318756 Create better internal buffer for AEADs [v2]
Anthony Scarpino
ascarpino at openjdk.org
Wed Dec 6 03:07:57 UTC 2023
On Mon, 4 Dec 2023 07:08:57 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
>> Anthony Scarpino has updated the pull request incrementally with one additional commit since the last revision:
>>
>> comments update
>
> src/java.base/share/classes/com/sun/crypto/provider/AEADBufferedStream.java line 80:
>
>> 78: return;
>> 79: }
>> 80: if (buf == null) {
>
> leftover from previous implementation; buf is never null.
I redid a lot of this code in this update
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16487#discussion_r1416598378
More information about the security-dev
mailing list