forked from aws/aws-lc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DH groups from RFC 7919 to support MySQL 8.1 (aws#1371)
MySQL's new version release depends on some new DH groups. This adds the support for the new groups and updates our CI to test against the new version. * Security Groups added were ffdhe3072 and ffdhe8192. The NIDs were autogenerated with objects.go. * The MySQL integration version was updated, two 2 additional unrelated test cases are being skipped. One depends on a supervisor process, while one is using stateful session resumption.
- Loading branch information
1 parent
92febcc
commit b201aea
Showing
8 changed files
with
384 additions
and
20 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -970,3 +970,5 @@ shake128 979 | |
shake256 980 | ||
SecP256r1Kyber768Draft00 981 | ||
X25519Kyber768Draft00 982 | ||
ffdhe3072 983 | ||
ffdhe8192 984 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters