Updated webrev:
http://cr.openjdk.java.net/~mullan/webrevs/8138653/webrev.01/
The following changes have been made:
- The default key size for DSA has not been changed (stays at 1024) due
to the high risk of breaking compatibility with applications still using
SHA1withDSA (key sizes larger th
Your fix looks fine.
Thanks.
> On 1 Mar 2016, at 19:21, Sean Mullan wrote:
>
> Updated webrev: http://cr.openjdk.java.net/~mullan/webrevs/8138653/webrev.01/
>
> The following changes have been made:
>
> - The default key size for DSA has not been changed (stays at 1024) due to
> the high ris
Hi,
I need a review of this change to SunPKCS11 where it's a bit smarter in
disposing of native library object by reusing the same pkcs11 session is
possible. Additionally changes to the session pool to fix a performance
bottleneck.
http://cr.openjdk.java.net/~ascarpino/8098580/webrev/
tha