RFR: 8260274: Cipher.init(int, key) does not use highest priority provider for random bytes [v2]

Valerie Peng valeriep at openjdk.java.net
Wed Mar 17 19:54:51 UTC 2021


On Wed, 17 Mar 2021 19:32:56 GMT, SalusaSecondus <github.com+829871+SalusaSecondus at openjdk.org> wrote:

>> Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Changed to use volatile for the default SecureRandom object reference
>
> src/java.base/share/classes/sun/security/jca/JCAUtil.java line 29:
> 
>> 27: 
>> 28: import java.lang.ref.*;
>> 29: import java.util.Arrays;
> 
> Import no longer needed.

Sure, will remove.

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

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


More information about the security-dev mailing list