Skip to content

Update sop implementations to draft-dkg-openpgp-stateless-cli-01

The way that the interoperability suite is invoking sop is pretty simple.

But the first round of revisions to draft-dkg-openpgp-stateless-cli resulted in a change to the subcommand names when the Internet Draft revision went from -00 to -01.

The python package "sop" version 0.2.0 moves to the -01 syntax in a backward-incompatible change.

The series here updates both sop implementations (sopgpy and glue/gpg), and updates the sop.rs test to use the new subcommand names.

Merge request reports