Re: Bug in SunNativeProvider

2018-01-04 Thread Valerie Peng
Great, thanks! Valerie On 1/4/2018 4:51 AM, Jan Kalina wrote: Described issues was accepted into Oracle JDK issues: 1) SunNativeProvider.INSTANCE initialization: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8194073 2) Uninitialized cb->initiator_address:

Re: Code Review Request, JDK-8185576 : New handshake implementation

2018-01-04 Thread Xuelei Fan
Nice catches! The updated will present in the next webrev. For the comment out ClientKeyExchangeService blocks, they're placeholder for KRB5 cipher suites. If no objections to remove KRB5 cipher suites, I will clear up these blocks in a future webrev. Thanks, Xuelei On 1/3/2018 4:04 PM,

[10] RFR 8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh

2018-01-04 Thread Amy Lu
Please review this minor cleanup for test/jdk/ProblemList.txt on bugid that associated with tests. bug: https://bugs.openjdk.java.net/browse/JDK-8194666 webrev: http://cr.openjdk.java.net/~amlu/8194666/webrev.00/ Thanks, Amy --- old/test/jdk/ProblemList.txt2018-01-05

Re: [10] RFR 8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh

2018-01-04 Thread Xuelei Fan
I'm not very sure of the fix problems of JDK-8176354. But this changeset Looks fine to me. Thanks, Xuelei On 1/4/2018 7:55 PM, Amy Lu wrote: Please review this minor cleanup for test/jdk/ProblemList.txt on bugid that associated with tests. bug:

Re: RFR JDK-8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently

2018-01-04 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 1/3/2018 11:44 PM, sha.ji...@oracle.com wrote: Hi, The server side exception is used to determine the test result status for some cases, but because of concurrency issue, the exception possibly is not available. This patch is expected to fix this issue.

Re: [PATCH]: Support for brainpool curves from CurveDB in SunEC

2018-01-04 Thread Adam Petcher
On 1/4/2018 7:42 AM, Tobias Wagner wrote: Hi and a happy new year, I did some further work reagarding the brainpool curves. For the points about the removal of the small curves and the challenges with that, please see below. Regarding the test vectors for the brainpool curves, I'm planning

[PATCH]: Support for brainpool curves from CurveDB in SunEC

2018-01-04 Thread Tobias Wagner
Hi and a happy new year, I did some further work reagarding the brainpool curves. For the points about the removal of the small curves and the challenges with that, please see below. Regarding the test vectors for the brainpool curves, I'm planning to add a new jtreg test to sun.security.ec

Re: Bug in SunNativeProvider

2018-01-04 Thread Jan Kalina
Described issues was accepted into Oracle JDK issues: 1) SunNativeProvider.INSTANCE initialization: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8194073 2) Uninitialized cb->initiator_address: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8194630 (fixing patches are