8171277: Elliptic Curves for Security in Crypto

Implementations of X25519 and X448 key agreement in SunEC

Reviewed-by: mullan
This commit is contained in:
Adam Petcher 2018-05-08 09:47:28 -04:00
parent f15ab37909
commit f5a247a85f
28 changed files with 7938 additions and 95 deletions

View file

@ -289,6 +289,10 @@ module java.base {
jdk.jartool,
jdk.security.auth,
jdk.security.jgss;
exports sun.security.util.math to
jdk.crypto.ec
exports sun.security.util.math.intpoly to
jdk.crypto.ec
exports sun.security.x509 to
jdk.crypto.ec,
jdk.crypto.cryptoki,