On Tue, 20 May 2025 08:51:36 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
>> Artur Barashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Log error and return null no compress/decompress failure > > src/java.base/share/classes/sun/security/ssl/SessionTicketExtension.java line > 250: > >> 248: result[3] = (byte)(key.num); >> 249: System.arraycopy(iv, 0, result, Integer.BYTES, >> iv.length); >> 250: result[Integer.BYTES + iv.length] = compressed; > > this byte should be authenticated. Either pass it to updateAAD, or to doFinal Done, thanks! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25310#discussion_r2098511576