RFR: 7192189: Support endpoint identification algorithm in RFC 6125 [v2]

Sean Mullan mullan at openjdk.java.net
Tue Mar 8 13:00:51 UTC 2022


On Mon, 7 Mar 2022 21:33:47 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> test/jdk/sun/security/util/HostnameMatcher/TestHostnameChecker.java line 196:
>> 
>>> 194:         check(checker, "5.6.7.8", cert3, true);
>>> 195:         check(checker, "foo.bar.com", cert4, true);
>>> 196:         check(checker, "altfoo.bar.com", cert4, true);
>> 
>> Can expected result be updated to false instead of removing this case?
>
> It occurred to me that I should probably combine TestHostnameChecker and the Wildcard tests as they are both tests for domain matching. Let me see if it isn't too much work to do that (still waiting for the CSR to be approved anyway).

Fixed in latest commit.

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

PR: https://git.openjdk.java.net/jdk/pull/7697



More information about the security-dev mailing list