-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fulcio: Small refactor of how scts are extracted
Functionality should not change: Except a few more errors are handled. The sct module API changes but it is internal. * Remove one unnecessary internal exception and one unused exception * We only support a single SCT: simplify the sct module API * Make sure all errors raised in sct.get_signed_certificate_timestamp() are actually handled (by only raising ValueError and handling that) * Handle SCT parsing errors during verify Signed-off-by: Jussi Kukkonen <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
37 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