Withdrawn: 8258588: MD5 MessageDigest in java.util.UUID should be cached

2021-05-19 Thread duke
On Thu, 17 Dec 2020 13:36:17 GMT, PROgrm_JARvis wrote: > Please review this change moving lookup of MD5 digest in `java.lang.UUID` to > an internal holder class. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/1821

Withdrawn: 8262880: Add support for the NSS Key Log Format for SSL/TLS keys

2021-05-19 Thread duke
On Tue, 9 Mar 2021 17:18:39 GMT, Greg Rubin wrote: > This is my implementation for > [JDK-8262880](https://bugs.openjdk.java.net/browse/JDK-8262880) and enables > creating of an SSL/TLS key log in the standardized [NSS Key Log >

Withdrawn: 8267086: Fix ArrayIndexOutOfBoundsException in DerIndefLenConverter

2021-07-12 Thread duke
On Mon, 17 May 2021 12:33:53 GMT, Fabian Meumertzheim wrote: > `sun.security.util.DerIndefLenConverter#convertBytes` does not perform > sufficient checks after calling `#parseValue`, which can overflow `dataPos` > or make it exceed `dataSize`. This can lead to an >

Withdrawn: 8257733: Move module-specific data from make to respective module

2021-04-21 Thread duke
On Thu, 3 Dec 2020 23:44:20 GMT, Magnus Ihse Bursie wrote: > A lot (but not all) of the data in make/data is tied to a specific module. > For instance, the publicsuffixlist is used by java.base, and fontconfig by > java.desktop. (A few directories, like mainmanifest, is *actually* used by >

Withdrawn: 8217408: Reduce storage of duplicate identifiers in TLS vectors in SunJSSE

2021-09-03 Thread duke
On Wed, 23 Jun 2021 20:15:39 GMT, Jack Hartstein wrote: > 8217408: Reduce storage of duplicate identifiers in TLS vectors in SunJSSE This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/4577

Withdrawn: 8209092: Remove outdated wording from RC5ParameterSpec

2021-08-04 Thread duke
On Wed, 9 Jun 2021 20:19:12 GMT, Jack Hartstein wrote: > The RC5ParameterSpec class description contains the following sentence: "This > class can be used to initialize a Cipher object that implements the RC5 > algorithm as supplied by RSA Security LLC, or any parties authorized by RSA >

Withdrawn: 8271566: DSA signature length value is not accurate in P11Signature

2021-10-14 Thread duke
On Mon, 2 Aug 2021 19:31:54 GMT, Martin Balao wrote: > As described in JDK-8271566 [1], this patch proposal is intended to fix a > problem that arises when using DSA keys that have a 256-bits (or larger) G > parameter for signatures (either signing or verifying). There were some > incorrect

Withdrawn: 8273977: Reduce unnecessary BadPaddingExceptions in RSAPadding

2021-12-31 Thread duke
On Mon, 20 Sep 2021 08:38:18 GMT, Lari Hotari wrote: > ### Motivation > > When profiling an application that uses JWT token authentication, it was > noticed that a high number of `javax.crypto.BadPaddingException`s were > created. When investigating the code in RSAPadding, one can see that >

Withdrawn: 8274308: Improve efficiency for HandshakeContext initialization.

2022-01-05 Thread duke
On Sat, 2 Oct 2021 05:45:47 GMT, Clive Verghese wrote: > Hi, > > We have identified that the `HandshakeContext` initialization takes up a > close to 50% of the flame graph for startHandshake. I have moved the > computation of the `activeProtocols` and `activeCipherSuites` from the >

Withdrawn: 6859027: Duplicate communications to KDC in GSSManager.createCredential(usage)

2021-10-22 Thread duke
On Fri, 27 Aug 2021 19:47:30 GMT, Weijun Wang wrote: > A one slot ccache is added to avoid multiple authentication from the same > principal. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/5286

Withdrawn: 8274524: SSLSocket.close() hangs if it is called during the ssl handshake

2022-01-05 Thread duke
On Wed, 29 Sep 2021 19:31:53 GMT, Alexey Bakhtin wrote: > Please review the patch for JDK-8274524 > > The fix just adds locks around InputStream read and skip operations to > prevent concurrent read from socket. > sun/security/ssl jtreg tests passed >

Withdrawn: 8255739: x509Certificate returns � for invalid subjectAlternativeNames

2022-03-24 Thread duke
On Thu, 23 Dec 2021 11:59:18 GMT, Masanori Yano wrote: > Could you please review the JDK-8255739 bug fix? > > I think sun.security.x509.SubjectAlternativeNameExtension() should throw an > exception for incorrect SubjectAlternativeNames instead of returning the > substituted characters, which

Withdrawn: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs

2022-01-07 Thread duke
On Wed, 13 Oct 2021 22:04:23 GMT, Mahendra Chhipa wrote: > There are some regression tests depending on sun.net.www.MessageHeader, the > internal API dependency should be removed. Some of other internal API > dependancies are removed in following issues : > JDK-8273142 > JDK-8268464 >

Withdrawn: 8273101: Eliminate the usage of threadgroup sandboxing in the java.util.logging

2022-01-06 Thread duke
On Wed, 1 Sep 2021 06:31:16 GMT, Sergey Bylokhov wrote: > At the time Java supported applets and webstart, a special mechanism for > launching various applications in one JVM was used to reduce memory usage and > each application was isolated from each other. > > This isolation was

Withdrawn: 8273042: TLS Certificate Compression

2022-04-25 Thread duke
On Wed, 23 Feb 2022 20:15:24 GMT, Xue-Lei Andrew Fan wrote: > Hi, > > Please review the implementation of RFC 8879, TLS Certificate Compression, in > JDK. The TLS Certificate Compression standard is an essential part for QUIC > connections and performance improvement for TLS connections.

Withdrawn: 8284192: SSLSocketReset test should expect EOFException on client side

2022-05-27 Thread duke
On Fri, 1 Apr 2022 20:53:20 GMT, Rajan Halade wrote: > Updated test code to expect EOFException on client side and did other cleanup > to improve test code. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/8080