Won't Do
Details
Assignee
Brent PutmanBrent PutmanReporter
Ian YoungIan YoungComponents
Details
Details
Assignee
Brent Putman
Brent PutmanReporter
Ian Young
Ian YoungComponents
Created September 25, 2017 at 5:08 PM
Updated September 21, 2018 at 4:14 PM
Resolved September 21, 2018 at 4:14 PM
Under Oracle Java 9, some movement has occurred on the "unlimited crypto policy" front. Specifically, the appropriate policy files are now shipped by default, but not enabled. Some reading indicates that it is possible to enable the unlimited policy rules as follows:
See http://mail.openjdk.java.net/pipermail/security-dev/2016-October/014943.html
As the
Security.setProperty
API exists in Java 7, it would be possible to have OpenSAML automatically enable this facility conditionally if it detected the presence of Java 9 without running into compilation issues. This might be something worth doing for whatever we ship with IdP 3.4.Note that this isn't necessary for any version of OpenJDK, just the Oracle one.