forked from secure-systems-lab/securesystemslib
-
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.
key: implement SSlibKey verification in SSlibKey
An alternative design had RSAKey, ECDSAKey and ED25510Key classes, but that mostly added redundant boilerplate code. To the user it shouldn't matter, so let's do what makes sense from maintainer perspective. TODO: - includes on mv-spx (secure-systems-lab#568) - maybe polish _load_args() - using *args makes this hard to debug - schemes should not be hardcoded, but defined as sslib.signer-wide constants - args per scheme don't need to be hardcoded, but could be computed based on the scheme string Signed-off-by: Lukas Puehringer <[email protected]>
- Loading branch information
Showing
1 changed file
with
97 additions
and
13 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