-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate leaf cert parse in x509 validator
Squashed commit of the following: commit 80e4852 Author: Sam Clark <[email protected]> Date: Wed Aug 30 11:11:11 2023 -0400 clang-format commit 5cb354e Author: Sam Clark <[email protected]> Date: Wed Aug 30 11:04:18 2023 -0400 add test for validating empty cert chain commit 18898dc Author: Sam Clark <[email protected]> Date: Wed Aug 30 10:42:39 2023 -0400 change length validate error to S2N_ERR_DECODE_CERTIFICATE commit ac44a47 Author: Sam Clark <[email protected]> Date: Tue Aug 29 17:04:52 2023 -0400 fixes commit 382077b Author: Sam Clark <[email protected]> Date: Tue Aug 29 16:54:58 2023 -0400 s2n_asn1der_to_public_key_and_type tests commit 3a28208 Author: Sam Clark <[email protected]> Date: Tue Aug 29 15:54:48 2023 -0400 test for checking trailing bytes with multiple certs commit 5a45a57 Author: Sam Clark <[email protected]> Date: Tue Aug 29 11:32:38 2023 -0400 refactor cert parsing functions commit b3bc30a Merge: ff40e48 5d5400a Author: Sam Clark <[email protected]> Date: Tue Aug 29 10:16:34 2023 -0400 Merge branch 'main' into leaf-cert-fix commit ff40e48 Author: Sam Clark <[email protected]> Date: Tue Aug 29 10:15:55 2023 -0400 wip commit 4e6a05a Author: Sam Clark <[email protected]> Date: Fri Aug 25 22:10:22 2023 -0400 expects leaf cert parse even with tls 1.2 commit a6236ba Author: Sam Clark <[email protected]> Date: Thu Aug 24 19:09:42 2023 -0400 wip
- Loading branch information
Showing
7 changed files
with
221 additions
and
66 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
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
Oops, something went wrong.