Re: Design and impl review: JEP 273: DRBG-Based SecureRandom Implementations

2016-01-06 Thread Wang Weijun
> On Jan 6, 2016, at 3:31 PM, [email protected] wrote: > > Hello, > > is the Intention of the default implementation of getFullEntropy to expand a > too short array with the DF as well (which is a dangerous thing to do IMHO) > or is the conditional conditioning only to condense (aka short

Re: Design and impl review: JEP 273: DRBG-Based SecureRandom Implementations

2016-01-06 Thread ecki
Hello, Wang Weijun : >> On Jan 6, 2016, at 3:31 PM, [email protected] wrote: >> is the Intention of the default implementation of getFullEntropy to expand a >> too short array with the DF as well (which is a dangerous thing to do IMHO) >> or is the conditional conditioning only to condense

Re: Design and impl review: JEP 273: DRBG-Based SecureRandom Implementations

2016-01-06 Thread Wang Weijun
> On Jan 6, 2016, at 5:53 PM, [email protected] wrote: > > Hello, > > Wang Weijun : >>> On Jan 6, 2016, at 3:31 PM, [email protected] wrote: >>> is the Intention of the default implementation of getFullEntropy to expand >>> a too short array with the DF as well (which is a dangerous t

[9] RFR: 8144539: Update PKCS11 tests to run with security manager

2016-01-06 Thread Artem Smotrakov
Hello, Please review this enhancement for PKCS11 tests which updates them to run with both enabled and disable security manager. Tests enable a security manager before running actual test cases for each particular security provider, and disable it when the test cases finish. This helps to av