You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's maybe worth looking at the default set of keys signers? Some potential points to discuss
is there a path to get SigstoreSigner in the default set? Maybe some sort of mini spec to define keytype, scheme and sig?
should we remove untested signers from the default set? As an example it's pretty much impossible to maintain AWSSigner if there is no way to run the code (this is a suggestion to use as rule of thumb in general, see feat: Adds AWS KMS signing. #609 for AWS testing)
is Sphincs maintained in the way we are comfortable with? both pyspx and sphincsplus itself feel a bit academic (there's not much maintenance action, the build system is... shall we say "minimal", etc)
The text was updated successfully, but these errors were encountered:
is Sphincs maintained in the way we are comfortable with? both pyspx and sphincsplus itself feel a bit academic (there's not much maintenance action, the build system is... shall we say "minimal", etc)
I wrote this thinking the sphincs signer and key are in the default set but they are not: I have no complaints against having the implementations in the source code like now
GPG is arguable: using a complicated command line tool from a library makes me go ewww... but I guess it has a grand father clause since its been supported before
It's maybe worth looking at the default set of keys signers? Some potential points to discuss
The text was updated successfully, but these errors were encountered: