RFR: 8349583: Add mechanism to disable signature schemes based on their TLS scope [v18]
Artur Barashev
abarashev at openjdk.org
Wed Mar 19 19:26:15 UTC 2025
On Mon, 17 Mar 2025 22:58:20 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:
>> Artur Barashev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Typo fix
>
> src/java.base/share/classes/sun/security/util/DisabledAlgorithmConstraints.java line 822:
>
>> 820: }
>> 821: this.scopes.add(scope);
>> 822: } else {
>
> extra whitespace
Please elaborate, I'm not quite sure what it means.
> test/jdk/sun/security/ssl/SignatureScheme/AbstractCheckSignatureSchemes.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
>
> Since this is a new file, it only needs 2025
Most of this file's content was copied from `SigSchemePropOrdering`, so we keep the original start year.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23681#discussion_r2004125914
PR Review Comment: https://git.openjdk.org/jdk/pull/23681#discussion_r2004130787
More information about the security-dev
mailing list