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

2017-12-15 Thread Tobias Wagner
Hi, in our current project, we have the requirement to support brainpool curves for TLS connections (RFC 7027). As part of this requirement, we introduced the brainpoolP*r1 curves to SunEC, as they are already known in sun.security.util.CurveDB. It does not introduce the twisted curves from RF

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

2017-12-15 Thread Adam Petcher
On 12/15/2017 11:31 AM, Tobias Wagner wrote: Hi, in our current project, we have the requirement to support brainpool curves for TLS connections (RFC 7027). As part of this requirement, we introduced the brainpoolP*r1 curves to SunEC, as they are already known in sun.security.util.CurveDB. I

Code Review Request, JDK-8185576 : New handshake implementation

2017-12-15 Thread Xuelei Fan
Hi, Please review the change: http://cr.openjdk.java.net/~xuelei/8185576/webrev.00/ This fix is trying to re-org the TLS handshaking implementation in the SunJSSE provider. The handshaking process in TLS 1.3 is lot different from that of TLS 1.2. For TLS 1.3 implementation, it is not str