generated from EVerest/everest-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mg refactor verify certificate (#59)
* Change interface to internal verify_certificate to allow reuse for checking contract certificates * Improve to install certificate result conversion * Prevent use of root certificate from the chain but use the one in the bundle * Update interface of verify_certificate * Add comment * Add method for retrieving OCSP data from a ceritificat chain * Fix return type * Add way of detecting and excluding root certificate * Use hierarchy to retrieve OCSP data * Fix conflict * Fix Lint * Interface adaptations for new result * Removed deprecated provider tests, updated a invalid certificate install test * Added invalid chain error --------- Signed-off-by: Menno de Graaf <[email protected]> Signed-off-by: AssemblyJohn <[email protected]> Co-authored-by: Menno de Graaf <[email protected]> Co-authored-by: AssemblyJohn <[email protected]>
- Loading branch information
1 parent
1418325
commit 5cd5f82
Showing
10 changed files
with
135 additions
and
168 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
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.