On 2021/10/05 11:34, Landry Breuil wrote: > Hi, > > here's a port of rnp (cf https://www.rnpgp.org/ and > https://www.rnpgp.org/software/rnp/) that powers the pgp > implementation used by thunderbird - someday (cf > https://bugzilla.mozilla.org/show_bug.cgi?id=1732809) the latter will > support --with-system-rnp, so might aswell have the standalone lib in > ports instead of building the bundled one as of now. > > all tests pass fine (it depends on gpg for interop testing ofc), COMMENT > and DESCR could use improvements, other than that feedback welcome. > > Landry
maybe add "and tools" in COMMENT? DESCR..hmm I'll give it a try --- librnp is a cross-platform C++ library providing an implementation of OpenPGP (RFC4880). Unlike GPGME, it is standalone and doesn't call out to the gnupg binary. RNP is a set of tools built using this library providing key management and the usual encrypt/decrypt/sign/verify functions - it can replace gnupg for some uses. ---
