RFR: 6447816: Provider filtering (getProviders) is not working with OR'd conditions [v2]

Valerie Peng valeriep at openjdk.org
Thu Aug 25 23:33:57 UTC 2022


On Thu, 25 Aug 2022 15:06:04 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update test to use SHA256 and DSA throughout.
>
> test/jdk/java/security/Security/ProviderFiltering.java line 109:
> 
>> 107:         filters.put("Signature.SHA256withDSA", "");
>> 108:         doit(filters, p);
>> 109:         filters.put("Cipher.Nonexisting", "");
> 
> Even if it's not "Nonexisting", I assume it's still empty after filtering?

You mean the result should be empty even if it's not "Nonexisting"? Yes, the result is empty even if you change to use "AES" instead of "Nonexisting".

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

PR: https://git.openjdk.org/jdk/pull/10008



More information about the security-dev mailing list