When the test sets the sun.security.jgss.native and
sun.security.nativegss.debug as true, the test fails on AIX due to missing
Kerberos GSS API dynamic library` libgssapi_krb5.so`
JBS Issue : [JDK-8318240](https://bugs.openjdk.org/browse/JDK-8318240)
-
Commit messages:
- fix for
On Thu, 19 Oct 2023 11:53:30 GMT, Matthias Baesken wrote:
>> When the test sets the sun.security.jgss.native and
>> sun.security.nativegss.debug as true, the test fails on AIX due to missing
>> Kerberos GSS API dynamic library` libgssapi_krb5.so`
>>
>> JBS Issue : [JDK-8318240](https://bugs.o
On Tue, 17 Oct 2023 07:31:07 GMT, Varada M wrote:
> When the test sets the sun.security.jgss.native and
> sun.security.nativegss.debug as true, the test fails on AIX due to missing
> Kerberos GSS API dynamic library` libgssapi_krb5.so`
>
> JBS Issue : [JDK-8318240](https://b
On Fri, 30 May 2025 12:40:51 GMT, Sean Mullan 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 do
On Wed, 4 Jun 2025 18:13:59 GMT, Valerie Peng wrote:
>> src/java.base/share/classes/javax/crypto/Cipher.java line 393:
>>
>>> 391: this.suffix = suffix.toUpperCase(Locale.ENGLISH);
>>> 392: this.mode = ((mode == null) || mode.isEmpty()) ? null :
>>> mode;
>>> 393:
g level (AIX)
>
> JBS: [JDK-8358159](https://bugs.openjdk.org/browse/JDK-8358159)
Varada M has updated the pull request incrementally with one additional commit
since the last revision:
8358159: Empty mode/padding in cipher transformations
-
Changes:
- all: https://git.openjd
On Fri, 30 May 2025 12:06:21 GMT, Varada M 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.
On Sat, 7 Jun 2025 20:07:45 GMT, Varada M 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 interp
g level (AIX)
>
> JBS: [JDK-8358159](https://bugs.openjdk.org/browse/JDK-8358159)
Varada M has updated the pull request incrementally with one additional commit
since the last revision:
jtreg test case
-
Changes:
- all: https://git.openjdk.org/jdk/pull/25547/files
- new: http
g level (AIX)
>
> JBS: [JDK-8358159](https://bugs.openjdk.org/browse/JDK-8358159)
Varada M has updated the pull request incrementally with one additional commit
since the last revision:
whitespace error fix
-
Changes:
- all: https://git.openjdk.org/jdk/pull/25547/files
- new
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
JBS: [JDK-8358159](https://bugs.openjdk
g level (AIX)
>
> JBS: [JDK-8358159](https://bugs.openjdk.org/browse/JDK-8358159)
Varada M has updated the pull request incrementally with one additional commit
since the last revision:
8358159: Empty mode/padding in cipher transformations
-
Changes:
- all: https://git.openjd
On Thu, 5 Jun 2025 21:20:58 GMT, Valerie Peng wrote:
>> Varada M has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8358159: Empty mode/padding in cipher transformations
>
> src/java.base/share/classes/jav
13 matches
Mail list logo