mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8171277: Elliptic Curves for Security in Crypto
Implementations of X25519 and X448 key agreement in SunEC Reviewed-by: mullan
This commit is contained in:
parent
f15ab37909
commit
f5a247a85f
28 changed files with 7938 additions and 95 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue