RFR: 8262186: Call X509KeyManager.chooseClientAlias once for all key types [v3]
Weijun Wang
weijun at openjdk.java.net
Mon Aug 30 21:15:06 UTC 2021
On Mon, 30 Aug 2021 20:57:51 GMT, Xue-Lei Andrew Fan <xuelei at 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
More information about the security-dev
mailing list