On 09/16/2013 09:27 PM, Xuelei Fan wrote:
src/macosx/classes/apple/security/AppleProvider.java
====================================================
I'm not sure apple provider is using the JDK version as the provider
version.
- super("Apple", 1.1, info);
+ super("Apple", 1.8d, info);
I don't think there is an issue changing this to 1.8. The 1.1 was
probably the version Apple used when before the code was contributed to
OpenJDK. Now that it's part of OpenJDK, I think we should be free to
change it to 1.8 to be consistent with all other providers.
--Sean