RFR: 8293176: SSLEngine handshaker does not send an alert after a bad parameters [v2]

Bradford Wetmore wetmore at openjdk.org
Thu Sep 28 00:58:37 UTC 2023


On Fri, 11 Aug 2023 21:22:02 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

>> test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineDecodeBadPoint.java line 40:
>> 
>>> 38: public class SSLEngineDecodeBadPoint {
>>> 39:     static final byte[] clientHello = HexFormat.of().parseHex(
>>> 40:             "160303013a0100013603031570" +
>> 
>> This may be the github display but this line is indented differently than the others.
>
> Thanks for pointing it out, fixed. Apparently my IntelliJ prefers this style of formatting multiline strings. I wonder if that's configurable.

I believe so, but I still have to do some of the formatting by hand.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15148#discussion_r1339385828



More information about the security-dev mailing list