On Fri, 13 Jan 2023 00:28:32 GMT, Matthew Donovan <d...@openjdk.org> wrote:
>> - Updated ProtocolVersion.isNegotiable() to check a bounded range of version >> numbers. >> - Removed IllegalRecordVersion.java from ProblemList.txt >> >> Tested with jdk_security and jdk_security3 test groups. > > Matthew Donovan has updated the pull request incrementally with two > additional commits since the last revision: > > - revert one more chnage > - reverted ProtocolVersion and changed to use SSLContextTemplate src/java.base/share/classes/sun/security/ssl/ProtocolVersion.java line 410: > 408: return selectedVersion; > 409: } > 410: } revert this change as well. ------------- PR: https://git.openjdk.org/jdk/pull/11929