On Mon, 30 Aug 2021 20:57:51 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> after feedback > > src/java.base/share/classes/sun/security/ssl/CertificateMessage.java line > 1046: > >> 1044: >> 1045: Collection<String> checkedKeyTypes = new HashSet<>(); >> 1046: List<String> allAuths = new ArrayList<>(); > > The name is not clear enough to me. I may use something like > "supportedKeyTypes" or "availableKeyAlgs. I'll use `supportedKeyTypes`. ------------- PR: https://git.openjdk.java.net/jdk/pull/5257