-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
certificate: add a
get_extension
helper (#8892)
* certificate: add a `get_extension` helper Signed-off-by: William Woodruff <[email protected]> * certificate: OID by ref Signed-off-by: William Woodruff <[email protected]> * certificate: syntax Signed-off-by: William Woodruff <[email protected]> * x509, src: `check_duplicate_extensions` Signed-off-by: William Woodruff <[email protected]> * src: simplify Signed-off-by: William Woodruff <[email protected]> * src: everyone loves newtypes Signed-off-by: William Woodruff <[email protected]> * rust: refactor-o-rama Signed-off-by: William Woodruff <[email protected]> * src: look upon my works Signed-off-by: William Woodruff <[email protected]> * src: continue blasting the code Signed-off-by: William Woodruff <[email protected]> * src/rust: actually commit my changes Signed-off-by: William Woodruff <[email protected]> * src: clippage Signed-off-by: William Woodruff <[email protected]> * relocate Signed-off-by: William Woodruff <[email protected]> * src: dedupe Signed-off-by: William Woodruff <[email protected]> * src: cleanup Signed-off-by: William Woodruff <[email protected]> * clippage Signed-off-by: William Woodruff <[email protected]> * src: dedupe Signed-off-by: William Woodruff <[email protected]> * common: cleanup Signed-off-by: William Woodruff <[email protected]> * src: unused impls Signed-off-by: William Woodruff <[email protected]> * more deletion Signed-off-by: William Woodruff <[email protected]> * clippage Signed-off-by: William Woodruff <[email protected]> * extensions: add a `get_extension` test Signed-off-by: William Woodruff <[email protected]> * extensions: unused derives Signed-off-by: William Woodruff <[email protected]> * tests/x509: dup ext check for tbs_precertificate_bytes Signed-off-by: William Woodruff <[email protected]> * certificate: remove `extensions()` Signed-off-by: William Woodruff <[email protected]> * extensions: docs Signed-off-by: William Woodruff <[email protected]> * extensions: newtype Signed-off-by: William Woodruff <[email protected]> * rust: better error types, dedupe Signed-off-by: William Woodruff <[email protected]> extensions: unwrap -> expect Signed-off-by: William Woodruff <[email protected]> * Revert "rust: better error types, dedupe" This reverts commit 212b75f. --------- Signed-off-by: William Woodruff <[email protected]>
- Loading branch information
Showing
13 changed files
with
193 additions
and
60 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
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.