On Thu, 22 Dec 2022 18:00:11 GMT, Matthew Donovan <d...@openjdk.org> wrote:
>> Updated to use specific ciphersuite and TLS protocol. >> Updated tests based on changes to SSLEngine implementation > > Matthew Donovan has updated the pull request incrementally with one > additional commit since the last revision: > > added additional protocols test/jdk/javax/net/ssl/SSLEngine/Basics.java line 48: > 46: public class Basics { > 47: > 48: private static String pathToStores = "../etc"; optional - this is an old code but since you are refactoring this test, can you please declare these as constants as well. ------------- PR: https://git.openjdk.org/jdk/pull/11760