On Fri, 30 May 2025 12:40:51 GMT, Sean Mullan <mul...@openjdk.org> wrote:

>> Omitting the mode/padding in a transformation string eg: "AES/ /NoPadding" 
>> throws NoSuchAlgorithmException.
>> This patch restores the behavior by ensuring that empty mode or padding 
>> strings are interpreted as null.
>> 
>> Testing done for : tier1 - fastdebug level (AIX)
>> 
>> JBS: [JDK-8358159](https://bugs.openjdk.org/browse/JDK-8358159)
>
> I think this should have a regression test for this change. Also, you 
> indicated this patch restores the behavior - do you know what release this 
> last worked in and what issue caused it to stop working?

> Hi @seanjmullan , This [previous 
> commit](https://github.com/openjdk/jdk/pull/11339) in openjdk broke some 
> cipher transformations.

Thanks - please add that comment and add 8288050 as a related issue to 
https://bugs.openjdk.org/browse/JDK-8358159

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

PR Comment: https://git.openjdk.org/jdk/pull/25547#issuecomment-2931213412

Reply via email to