Re: RFR 8177784 Use CounterMode intrinsic for AES/GCM

2017-04-10 Thread Sean Mullan
On 4/7/17 3:47 PM, Anthony Scarpino wrote: On 04/07/2017 06:58 AM, Chris Hegarty wrote: On 06/04/17 21:39, Anthony Scarpino wrote: I'd like to get a review for this performance change to use the existing CounterMode parallelized intrinsic instead of GCTR's own version. The two classes were nea

Re: RFR 8177784 Use CounterMode intrinsic for AES/GCM

2017-04-10 Thread Sean Mullan
On 4/6/17 4:39 PM, Anthony Scarpino wrote: I'd like to get a review for this performance change to use the existing CounterMode parallelized intrinsic instead of GCTR's own version. The two classes were nearly identical except for the doFinal() method which doesn't belong in CounterMode.java. I

Re: RFR 8177784 Use CounterMode intrinsic for AES/GCM

2017-04-10 Thread Paul Sandoz
> On 7 Apr 2017, at 12:47, Anthony Scarpino wrote: > > On 04/07/2017 06:58 AM, Chris Hegarty wrote: >> On 06/04/17 21:39, Anthony Scarpino wrote: >>> >>> I'd like to get a review for this performance change to use the existing >>> CounterMode parallelized intrinsic instead of GCTR's own version

Re: RFR[8u] JDK-8157035: Use stronger algorithms and keys for JSSE testing

2017-04-10 Thread Seán Coffey
Looks good to me Prasad. Thanks for fixing this. Regards, Sean. On 10/04/17 07:02, Prasadrao Koppula wrote: Hi, Please review this patch for “JDK-8157035: Use stronger algorithms and keys for JSSE testing” Issue: https://bugs.openjdk.java.net/browse/JDK-8157035 Webrev: http://cr.openjdk

Re: JGSS-API supporting SSPI on Windows

2017-04-10 Thread Weijun Wang
On 04/10/2017 05:03 PM, Chan, Sunny wrote: So just to clarify my understanding, this situation is similar to how Swing and AWT related to each other - Traditional Delegation for GSS-API is that most processing is done in Java code, so it will need access to Session Key in order to decrypt the t

RE: JGSS-API supporting SSPI on Windows

2017-04-10 Thread Chan, Sunny
So just to clarify my understanding, this situation is similar to how Swing and AWT related to each other - Traditional Delegation for GSS-API is that most processing is done in Java code, so it will need access to Session Key in order to decrypt the ticket directly and communicate with the Kerb

Re: JGSS-API supporting SSPI on Windows

2017-04-10 Thread Weijun Wang
Hi Sunny If I understand correctly, the major difference between SSPI and GSS-API is delegation. In GSS-API, the client initiates the delegation by forwarding a credential to the intermediate server so the latter can use this delegated credential to access a backend server on behalf of the cl