Looks good to me also Prasad. Trivially, I think you can drop the 'object' word in this implNote:

"for a new {@code SSLEngine} object"

Also, don't forget to create the release note sub-task for this change.

regards,
Sean.

On 02/04/2020 16:56, Prasadrao Koppula wrote:
Thanks for review Xuelei, I will incorporate your suggestions.

Thanks,
Prasad.K

-----Original Message-----
From: Xuelei Fan
Sent: Thursday, April 2, 2020 9:12 PM
To: security-dev@openjdk.java.net
Subject: Re: RFR[jdk] 8237474: Default SSLEngine should create in server role

Please update copyright year to 2020.

SSLEngine.java
--------------
@@ -1109,10 +1115,14 @@
+     * @implNote
+     * The JDK SunJSSE provider implementation returns false unless
{@link setUseClientMode}
+     *          is used to change the mode to true.

For the link, I may add parameter, and limit the line under 80 characters, and
don't indent the lines.

+     * @implNote
-     * The JDK SunJSSE provider implementation returns false unless
{@link setUseClientMode}
-     *          is used to change the mode to true.
+     * The JDK SunJSSE provider implementation returns false unless
+     * {@link setUseClientMode(boolean)} is used to change the mode
+      * to true.

It's fine to leave the CSR  as it is.

Otherwise, looks fine to me.

Xuelei

On 3/30/2020 6:50 AM, Prasadrao Koppula wrote:
Hi,

Added @implnote and updated test changes, here is the new webrev,
please review it.

Webrev: http://cr.openjdk.java.net/~pkoppula/8237474/webrev.01/

issue: https://bugs.openjdk.java.net/browse/JDK-8237474

CSR: https://bugs.openjdk.java.net/browse/JDK-8238593

Thanks,

Prasad.K

*From:* Prasadrao Koppula
*Sent:* Friday, February 7, 2020 5:03 PM
*To:* security-dev@openjdk.java.net
*Subject:* RFR[jdk] 8237474: Default SSLEngine should create in server
role

Hi,

Could you please review this patch. Default server role mode was
flipped in SSLEngine, to client role mode as part of SSL package code
refactoring for TLSv1.3, this patch flips back default client role to
server role in SSLEngine.

webrev: http://cr.openjdk.java.net/~pkoppula/8237474/webrev.00/

issue: https://bugs.openjdk.java.net/browse/JDK-8237474

CSR: https://bugs.openjdk.java.net/browse/JDK-8238593

Thanks,

Prasad.K

Reply via email to