Description
Following #579 we should create an RSA-PSS Signing Handler. This signing handler should have in scope:
- a new go module / package for signing verifying with the established ocmv1 Signing Handler
- an integration of this module / package with the OCM Plugin Registry (because this is the first signing handler this will require a new registry in the plugin manager as well)
- The handler should be able to consistently sign and verify arbitrary byte streams (normalization is abstracted away)
Hints:
- We did this a bazillion times already, feel free to check other plugin handlers to get "inspiration" copy/paste from
Done Criteria
Description
Following #579 we should create an RSA-PSS Signing Handler. This signing handler should have in scope:
Hints:
Done Criteria