RSA Verification with cosign #413
Replies: 2 comments 3 replies
-
Hi @zosocanuck , good point! Thanks for sharing the reference implementation. Do you actually use RSA in your case? If so, why? |
Beta Was this translation helpful? Give feedback.
-
Yes, I work with enterprise customers and there is still consistent demand for the use of the RSA algorithm for signatures and verification. The majority are Elliptic curve however IMO there should be basic support for RSA given the deployment or RSA within enterprise signing environments. |
Beta Was this translation helpful? Give feedback.
-
Hi,
cosign v1.3.0 now supports RSA public key verification as part of the
cosign -verify -key
operation, and therefore it would be great for connaisseur to add RSA public verification for cosign, in addition to ECDSA. I've gone ahead and created a specific version at https://github.com/zosocanuck/connaisseur which may be of interest. Happy to open a PR if this is a direction you'd like to take.Beta Was this translation helpful? Give feedback.
All reactions