Code Review Request 8149017 Delayed provider selection broken in RSA client key exchange

Xuelei Fan xuelei.fan at oracle.com
Thu Mar 10 15:50:19 UTC 2016


Hi,

Please review this update:

   http://cr.openjdk.java.net/~xuelei/8149017/webrev.00/

The problem is that calling Cipher.getProvider, or any method on Cipher,
forces the Cipher instance to skip the delayed provider selection which
is built into Cipher.

In this update, Cipher.init() was changed to be the first call to an
instance of Cipher.

Thanks,
Xuelei


More information about the security-dev mailing list