Re: [11u] RFR (S): 8226880: Backport of JDK-8208698 (Improved ECC Implementation) should not bring parts of JDK-8205476 (KeyAgreement#generateSecret is not reset for ECDH based algorithm)

2019-06-27 Thread Andrew John Hughes
On 27/06/2019 11:12, Langer, Christoph wrote: > Hi, > >   > > I made a mistake when bringing JDK-8226880 to 11u. The patch introduced > coding of JDK-8205476 that should not be there. Here is a patch to fix this. > >   > > Bug: https://bugs.openjdk.java.net/browse/JDK-8226880 > > Webrev:

[11u] RFR (S): 8226880: Backport of JDK-8208698 (Improved ECC Implementation) should not bring parts of JDK-8205476 (KeyAgreement#generateSecret is not reset for ECDH based algorithm)

2019-06-27 Thread Langer, Christoph
Hi, I made a mistake when bringing JDK-8226880 to 11u. The patch introduced coding of JDK-8205476 that should not be there. Here is a patch to fix this. Bug: https://bugs.openjdk.java.net/browse/JDK-8226880 Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8226880.11u.0/ As the backport is