On Mon, 4 May 2026 19:29:02 GMT, Valerie Peng <[email protected]> wrote:

>> This PR adds a configuration option to SUN provider, named "no_crypto", so 
>> that SUN provider disables its support of crypto services such as 
>> MessageDigest, Signature, SecureRandom, etc.
>>  
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Valerie Peng has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   removed the duplicate provider configure call inside doLoadProvider()
>   method.

test/jdk/sun/security/provider/TestConfigure.java line 63:

> 61:                     } else {
> 62:                         throw new RuntimeException
> 63:                                 ("Error: unsupported type "  + o);

Suggestion:

                                ("Error: unsupported type " + o);

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30804#discussion_r3306180085

Reply via email to