Re: RFR 8154005: Add algorithm constraint that specifies the restriction date

2016-05-26 Thread Sean Mullan
On 05/11/2016 06:46 PM, Anthony Scarpino wrote: Please review the changes related to 8154005. This is a continuation JEP-288. It adds a denyAfter constraint the stops PKIX algorithm support at a specified date. http://cr.openjdk.java.net/~ascarpino/8154005/webrev/ A few minor comments on the

Help Needed - Need source code bundle of jsse.jar library

2016-05-26 Thread Ayaskant Swain
Hi All, I am in urgent need of the source code bundle of *jsse.jar* library to debug a javax.net.ssl.SSLHandshakeException error. Our java application is a webservice and deployed in Mule container. Our application in turn calls another external SOAP service over a https URL. So our application b

Re: RFE/RFC reproducible policies

2016-05-26 Thread Bradford Wetmore
Hi Jiri, This is open issue #2 from JEP-220 [1] that we still need to address for JDK 9, so your patch will likely be moot soon. It's possible that the jar will be going away. If you would like to watch the progress, please add yourself to: JDK-8061842: Package jurisdiction policy files as

Re: RFR 8156059: Update/Develop new tests for JEP 287: SHA-3 Hash Algorithms

2016-05-26 Thread Amanda Jiang
Hi Rajan, Thanks for your suggestions, I have updated tests with your comments. For TestSampleLength.java, please see my reply inline. webrev: http://cr.openjdk.java.net/~amjiang/8156059/webrev.03/ Thanks, Amanda On 16/5/25 下午12:31, Rajan Halade wrote: Hi Amanda, Thanks for the update. Few

Re: RFR 8156059: Update/Develop new tests for JEP 287: SHA-3 Hash Algorithms

2016-05-26 Thread Rajan Halade
Thanks, I have no more comments. - Rajan On 5/26/2016 16:58, Amanda Jiang wrote: Hi Rajan, Thanks for your suggestions, I have updated tests with your comments. For TestSampleLength.java, please see my reply inline. webrev: http://cr.openjdk.java.net/~amjiang/8156059/webrev.03/ Thanks, Ama

Re: Help Needed - Need source code bundle of jsse.jar library

2016-05-26 Thread Wang Weijun
You can find the latest jdk7u source code at http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/file/70e3553d9d6e/src, which includes JSSE. --Max > On May 26, 2016, at 3:31 PM, Ayaskant Swain wrote: > > Hi All, > > I am in urgent need of the source code bundle of jsse.jar library to debug a > j