forked from aws/s2n-tls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API to retrieve the parsed supported groups
Squashed commit of the following: commit eafdece Author: Sam Clark <[email protected]> Date: Wed Sep 20 17:34:32 2023 -0400 api documentation commit 1339702 Author: Sam Clark <[email protected]> Date: Wed Sep 20 17:10:54 2023 -0400 cleanup test commit 08c552d Author: Sam Clark <[email protected]> Date: Wed Sep 20 16:55:52 2023 -0400 self talk test for all security policies commit fa8faa3 Author: Sam Clark <[email protected]> Date: Wed Sep 20 15:40:18 2023 -0400 fixes commit 61606d6 Author: Sam Clark <[email protected]> Date: Wed Sep 20 15:23:10 2023 -0400 ch cb self-talk test commit 19e503c Author: Sam Clark <[email protected]> Date: Wed Sep 20 14:47:14 2023 -0400 self-talk setup commit d118ac1 Author: Sam Clark <[email protected]> Date: Wed Sep 20 13:57:35 2023 -0400 fixes commit 865f5bb Author: Sam Clark <[email protected]> Date: Wed Sep 20 13:54:39 2023 -0400 client hello cb commit 5a44ae6 Author: Sam Clark <[email protected]> Date: Wed Sep 20 13:34:44 2023 -0400 add new error for trying to get an unreceived extension commit 15bbefa Author: Sam Clark <[email protected]> Date: Wed Sep 20 13:23:51 2023 -0400 test for unparsed client hello commit 9a74e1c Author: Sam Clark <[email protected]> Date: Wed Sep 20 13:21:18 2023 -0400 move tests to separate file commit 7421bd8 Author: Sam Clark <[email protected]> Date: Wed Sep 20 11:53:49 2023 -0400 random groups data test commit 033891a Author: Sam Clark <[email protected]> Date: Wed Sep 20 10:22:24 2023 -0400 test wip commit 3530f04 Author: Sam Clark <[email protected]> Date: Wed Sep 20 00:53:15 2023 -0400 fixes commit b41b892 Author: Sam Clark <[email protected]> Date: Tue Sep 19 23:24:55 2023 -0400 test not sending extension commit fd16f15 Author: Sam Clark <[email protected]> Date: Tue Sep 19 19:39:21 2023 -0400 improve malformed length tests commit 8ed2600 Author: Sam Clark <[email protected]> Date: Tue Sep 19 19:28:17 2023 -0400 refactor into parse_count and parse_groups commit 202a1f0 Author: Sam Clark <[email protected]> Date: Tue Sep 19 19:02:01 2023 -0400 tests wip commit 201852c Author: Sam Clark <[email protected]> Date: Tue Sep 19 16:56:10 2023 -0400 parse supported groups into a buffer
- Loading branch information
Showing
8 changed files
with
510 additions
and
9 deletions.
There are no files selected for viewing
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
409 changes: 409 additions & 0 deletions
409
tests/unit/s2n_client_hello_get_supported_groups_test.c
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