> Hi, > > I need a code review of this change to ECDH. It is a combination of fixing > the implementation to not only accept ECPrivateKeyImpl along with a fix to > the exception handling. They started as two fixes, but with the exception > handling the underlying code changed significantly that made the ECPrivateKey > change in a different place. The new exception handling is a result of no > longer having the native library. Many of the checks waited until > generateSecret() to send the keys to the native library. Now that native is > gone, checks can happen when keys are provided to the methods and proper > exceptions can be thrown instead of wrapping everything as a ProviderException > > thanks, > > Tony
Anthony Scarpino has updated the pull request incrementally with one additional commit since the last revision: update test bug id ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/2659/files - new: https://git.openjdk.java.net/jdk/pull/2659/files/aec24cc1..3342e3b2 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2659&range=02 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2659&range=01-02 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/2659.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/2659/head:pull/2659 PR: https://git.openjdk.java.net/jdk/pull/2659