robur-coop / ocaml-openpgp

WiP: RFC 4880 (OpenPGP) library and utilities in OCaml
GNU Affero General Public License v3.0
24 stars 4 forks source link

Interoperability testing with GnuPG, NetPGP #7

Open cfcs opened 6 years ago

cfcs commented 6 years ago

Incorporate a test suite for testing against

hannesm commented 6 years ago

that JS based one is nowadays continued as https://www.mailvelope.com/

hannesm commented 6 years ago

and according to https://wiki.gnupg.org/OtherFreeSoftwareOpenPGP bouncycastle also embeds a custom OpenPGP implementation

sg2342 commented 6 years ago

go also has an implementation: https://godoc.org/golang.org/x/crypto/openpgp

randombit commented 6 years ago

There is also https://github.com/riboseinc/rnp which is fork/rewrite of NetPGP

cfcs commented 6 years ago

thank you @randombit ! It also looks like they have good test coverage!