I think this is ok.
I have a recollection our Cipher.getInstance() provider selection
mechanism (getTransforms()) allows for missing options:
"AES//NoPadding" "AES/ECB/" But it's been a while since I've looked at
this. These ucrypto values look like they must be completely specified.
Is that something to look into for down the road?
One other point, is there a reason why we're not including the
Supported* values in ucrypto?
Brad
On 12/17/2014 3:18 PM, Valerie Peng wrote:
Hi, Brad,
Can you please review this straightforward Ucrypto fix? This is about
adding aliases to the AES and RSA ciphers of OracleUcrypto provider.
Webrev: http://cr.openjdk.java.net/~valeriep/8043349/webrev.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8043349
Thanks,
Valerie