On Tue, 10 Oct 2023 21:11:21 GMT, Weijun Wang wrote:
>> Remove most `System.exit()` calls in various security tools and only leave
>> one in the `main` method. This paves the way to convert them to JSR 199
>> tools.
>>
>> Note: before this change, the behavior of a successful `main()` method
On Fri, 13 Oct 2023 22:57:25 GMT, Hai-May Chao wrote:
>> If I understand correctly, "jdk.tls.maxClientCertificateChainLength" is
>> meant to override "jdk.tls.maxClientCertificateChainLength" if both are
>> defined. Then what would happen if user has specified
>> `-Djdk.tls.maxClientCertificat
On Fri, 13 Oct 2023 21:43:58 GMT, Weijun Wang wrote:
>> Since 8 is the default for "jdk.tls.maxClientCertificateChainLength", it is
>> going to be overridden when "jdk.tls.maxCertificateChainLength" is set.
>> Setting "jdk.tls.maxClientCertificateChainLength" to 8 is treated as keeping
>> the
On Fri, 13 Oct 2023 19:31:21 GMT, Valerie Peng wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> typo
>
> src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java
> line 155:
>
>> 153:
> Remove most `System.exit()` calls in various security tools and only leave
> one in the `main` method. This paves the way to convert them to JSR 199 tools.
>
> Note: before this change, the behavior of a successful `main()` method
> execution is not consistent. Sometimes the method returns sil
On Fri, 13 Oct 2023 19:29:54 GMT, Hai-May Chao wrote:
>> src/java.base/share/classes/sun/security/ssl/SSLConfiguration.java line 173:
>>
>>> 171: */
>>> 172: if (maxCertificateChainLength > 0) {
>>> 173: if (clientLen == 8) {
>>
>> If the user sets "jdk.tls.maxClien
On Tue, 10 Oct 2023 21:11:21 GMT, Weijun Wang wrote:
>> Remove most `System.exit()` calls in various security tools and only leave
>> one in the `main` method. This paves the way to convert them to JSR 199
>> tools.
>>
>> Note: before this change, the behavior of a successful `main()` method
On Fri, 13 Oct 2023 18:59:44 GMT, Weijun Wang wrote:
>> Hai-May Chao has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Change made to configure max allowed cert chain lengths based on updated
>> CSR
>
> src/java.base/share/classes/sun/sec
On Fri, 13 Oct 2023 18:02:34 GMT, Mark Powers wrote:
>> Hai-May Chao has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Change made to configure max allowed cert chain lengths based on updated
>> CSR
>
> src/java.base/share/classes/sun/sec
Test is updated to include interoperability testing for 4 AffirmTrust root CAs.
-
Commit messages:
- 8268916: Tests for AffirmTrust roots
Changes: https://git.openjdk.org/jdk/pull/16190/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16190&range=00
Issue: https://bugs.open
On Fri, 13 Oct 2023 16:04:48 GMT, Hai-May Chao wrote:
>> Please review the enhancement for JDK-8311596 and its CSR JDK-8313236. Thank
>> you.
>
> Hai-May Chao has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Change made to configure max all
On Wed, 11 Oct 2023 22:05:08 GMT, Smita Kamath wrote:
>> Hi All,
>> I would like to submit AES-GCM optimization for x86_64 architectures using
>> AVX2 instructions. This optimization interleaves AES and GHASH operations.
>>
>> Below are the performance numbers on my desktop system with -XX:Use
On Fri, 13 Oct 2023 16:04:48 GMT, Hai-May Chao wrote:
>> Please review the enhancement for JDK-8311596 and its CSR JDK-8313236. Thank
>> you.
>
> Hai-May Chao has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Change made to configure max all
> Please review the enhancement for JDK-8311596 and its CSR JDK-8313236. Thank
> you.
Hai-May Chao has updated the pull request incrementally with one additional
commit since the last revision:
Change made to configure max allowed cert chain lengths based on updated CSR
-
Change
14 matches
Mail list logo