Richterrettich / rpm-rs

A pure rust library for building and parsing RPM's
Other
39 stars 19 forks source link

signing impl #3

Closed drahnr closed 4 years ago

drahnr commented 4 years ago

Do you already have an outline regarding signing impl details or API you'd like to see? I am currently using your library to write a custom rpm repo server and signing would be a vital component of it, so I am happy to implement this piece :)

Richterrettich commented 4 years ago

Hi,

No, I don't have a concrete plan how to implement this. But I am very happy that you would like to contribute this feature. Do you want to send me a proof of concept PR for this so that we can have a discussion?

drahnr commented 4 years ago

I wrote up a functionality first draft using rpgp (and as a first step using a re-export of its Secret/PublicKeyTraits as an API type baseline) but the API is not as straight forward as I expected.

drahnr commented 4 years ago

I guess we can continue this in #4 - closing