A docker image to run the openpgp interoperability test suite, with a few implementations pre installed.
The test suite is provided by sequoia: https://gitlab.com/sequoia-pgp/openpgp-interoperability-test-suite
It calls to each implementation using the SOP (stateless openpgp) interface.
SOP implementation with sequoia-openpgp as the backend.
https://gitlab.com/sequoia-pgp/sequoia-sop
https://gitlab.com/sequoia-pgp/sequoia
SOP implementation with gopenpgp as the backend.
https://github.com/ProtonMail/gosop
https://github.com/ProtonMail/gopenpgp
SOP implementation using gnupg as the backend, via gpgme.
https://gitlab.com/sequoia-pgp/gpgme-sop
https://gnupg.org/software/gpgme/index.html
SOP implementation using openpgp.js as the backend.
https://github.com/openpgpjs/sop-openpgpjs
https://github.com/openpgpjs/openpgpjs
SOP implementations using RNP as the backend
https://gitlab.com/sequoia-pgp/rnp-sop
SOP implementations using rpgp (via rpgpie) as the backend