https://github.com/protonmail/openpgp-interop-test-docker
Docker image to run the OpenPGP interoperability test suite
https://github.com/protonmail/openpgp-interop-test-docker
Last synced: over 1 year ago
JSON representation
Docker image to run the OpenPGP interoperability test suite
- Host: GitHub
- URL: https://github.com/protonmail/openpgp-interop-test-docker
- Owner: ProtonMail
- Created: 2023-02-21T13:51:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T07:59:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T01:45:56.837Z (over 1 year ago)
- Language: Dockerfile
- Size: 24.4 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openpgp-interop-test-docker
A docker image to run the openpgp interoperability test suite, with a few implementations pre installed.
# Test suite
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.
## Preinstalled implementations
### sqop
SOP implementation with sequoia-openpgp as the backend.
https://gitlab.com/sequoia-pgp/sequoia-sop
https://gitlab.com/sequoia-pgp/sequoia
### gosop
SOP implementation with gopenpgp as the backend.
https://github.com/ProtonMail/gosop
https://github.com/ProtonMail/gopenpgp
### gpgme-sop
SOP implementation using gnupg as the backend, via gpgme.
https://gitlab.com/sequoia-pgp/gpgme-sop
https://gnupg.org/software/gpgme/index.html
https://gnupg.org/
### sop-openpgpjs
SOP implementation using openpgp.js as the backend.
https://github.com/openpgpjs/sop-openpgpjs
https://github.com/openpgpjs/openpgpjs
### rnp-sop
SOP implementations using RNP as the backend
https://gitlab.com/sequoia-pgp/rnp-sop
https://github.com/rnpgp/rnp
### rsop
SOP implementations using rpgp (via rpgpie) as the backend
https://codeberg.org/heiko/rsop
https://github.com/rpgp/rpgp