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
Are there any plans to add an option that a custom binary for the signing could be used?
The reason I'm asking this is because for security reasons we would like to replace the signing performed by a Rust implementation. Additionally we would like to add entropy checks before the signing.
Moreover, in case that in the future algorithms that are used will be considered as weak/unsafe it would be great to have the described feature to easily substitute to stronger algorithms.
The text was updated successfully, but these errors were encountered:
We've discussed making the in-toto specification more agnostic to the signing key algorithms, mechanisms, and so on. Inherently, there's nothing locking us into one algorithm / mechanism or another, it's all a question of support. Do you have any thoughts on how to use other binaries for signing, and how to ensure compatibility with other in-toto implementations which may verify the resulting metadata? For the former, we could look to git, for example, but the second question makes it difficult IMO.
Description of the feature request:
Are there any plans to add an option that a custom binary for the signing could be used?
The reason I'm asking this is because for security reasons we would like to replace the signing performed by a Rust implementation. Additionally we would like to add entropy checks before the signing.
Moreover, in case that in the future algorithms that are used will be considered as weak/unsafe it would be great to have the described feature to easily substitute to stronger algorithms.
The text was updated successfully, but these errors were encountered: