Re: RFR: 8320743: AEAD ciphers throw undocumented exceptions on overflow

2024-11-15 Thread Anthony Scarpino
On Wed, 13 Nov 2024 18:37:58 GMT, Kevin Driver wrote: > JDK-8320743: The particular issues mentioned in the bug report seem to be > behaving as desired at this point, but we will prefer ProviderException over > RuntimeException in these classes. Change looks fine. You should set the bug to a `

RFR: 8320743: AEAD ciphers throw undocumented exceptions on overflow

2024-11-14 Thread Kevin Driver
JDK-8320743: The particular issues mentioned in the bug report seem to be behaving as desired at this point, but we will prefer ProviderException over RuntimeException in these classes. - Commit messages: - JDK-8320743: The particular issues mentioned in the bug report seem to be