ocaml-openpgp
ocaml-openpgp copied to clipboard
Interoperability testing with GnuPG, NetPGP
Incorporate a test suite for testing against
- https://gnupg.org/
- https://github.com/calccrypto/OpenPGP
- http://netpgp.com/ (I like how they don't sign their releases)
- ... (TODO look for more OpenPGP implementations; the Javascript-based OpenPGP.js?)
that JS based one is nowadays continued as https://www.mailvelope.com/
and according to https://wiki.gnupg.org/OtherFreeSoftwareOpenPGP bouncycastle also embeds a custom OpenPGP implementation
go also has an implementation: https://godoc.org/golang.org/x/crypto/openpgp
There is also https://github.com/riboseinc/rnp which is fork/rewrite of NetPGP
thank you @randombit ! It also looks like they have good test coverage!