Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sop frontend #110

Closed
link2xt opened this issue Oct 19, 2020 · 6 comments
Closed

Add sop frontend #110

link2xt opened this issue Oct 19, 2020 · 6 comments

Comments

@link2xt
Copy link
Contributor

link2xt commented Oct 19, 2020

There is a standard CLI interface: https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-08
Latest version of the draft is at https://dkg.gitlab.io/openpgp-stateless-cli/

Implementing it will allow to run OpenPGP interoperability test suite

@teythoon
Copy link

teythoon commented Jun 8, 2021

Implementing the Rust SOP interface (https://docs.rs/sop) now gives you the CLI frontend for free.

@dkg
Copy link

dkg commented Jul 21, 2022

Implementing the Rust SOP interface would be a great way to confirm interoperability with the rest of the ecosystem!

@dignifiedquire
Copy link
Member

@dkg yes, it is on my todo list, but unfortunately so are many other things 😭

@dkg
Copy link

dkg commented Nov 10, 2022

i know the feeling, @dignifiedquire -- you have my sympathies. Have things shifted around any that you might be able to take a crack at it? #125 points to some stumbling blocks that @teythoon ran into when trying to write a sop-rs backend. And even a partial implementation is a useful starting point.

Or, maybe some other rpgp dev might be interested in working on creating this mapping? Maybe it'd be a job for someone coming up to speed on the project?

@hko-s
Copy link
Contributor

hko-s commented Feb 26, 2024

I've spent a bit of time with https://crates.io/crates/sop, and the "OpenPGP interoperability test suite", both of which are excellent!

The result of my hacking so far is the experimental and still somewhat incomplete https://crates.io/crates/rsop

@hpk42
Copy link
Contributor

hpk42 commented Feb 27, 2024

No need to keep this issue open anymore, phew! thanks a lot @hko-s @dignifiedquire and @link2xt for pushing through all the issues/PRs in the last weeks! 🥳
And to @teythoon for the base work and the integration into https://tests.sequoia-pgp.org/ 💜
and of course to @dkg for persevering and long-running background work!

@hpk42 hpk42 closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants