Code review request: 7142339: PKCS7.java is needlessly creating SHA1PRNG SecureRandom instances when timestamping is not done (original) (raw)
Brad Wetmore bradford.wetmore at oracle.com
Wed Feb 8 20:54:36 UTC 2012
- Previous message (by thread): Code review request: 7142339: PKCS7.java is needlessly creating SHA1PRNG SecureRandom instances when timestamping is not done
- Next message (by thread): hg: jdk8/tl/jdk: 3 new changesets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Still looks good, thanks for making the minor style corrections. :)
Cheers,
Brad
On 2/8/2012 1:18 AM, Vincent Ryan wrote:
Please review the following change: http://cr.openjdk.java.net/~vinnie/7142339/webrev.00/
for http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7142339 It employs lazy initialization to avoid the overhead of creating a secure random number generator in code that never uses signature timestamping. Thanks.
- Previous message (by thread): Code review request: 7142339: PKCS7.java is needlessly creating SHA1PRNG SecureRandom instances when timestamping is not done
- Next message (by thread): hg: jdk8/tl/jdk: 3 new changesets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]