On Mon, 18 May 2026 09:10:04 GMT, Per Minborg <[email protected]> wrote:
>> src/java.base/share/classes/sun/security/provider/certpath/ConstraintsChecker.java >> line 97: >> >>> 95: supportedExts = Set.of( >>> 96: BasicConstraints_Id.toString(), >>> 97: NameConstraints_Id.toString()); >> >> Are we sure that the two elements are never duplicates? > > The IDs used there appear to always be unique. Yes, they are unique. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31135#discussion_r3258953364
