History log of /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/misc.c (Results 1 – 4 of 4)
Revision Date Author Comments
# dd98b26d 14-Jun-2016 agc <agc@NetBSD.org>

Sync with pkgsrc sources as of version 20160614

+ pick up renaming changes to internal routines
+ fix for issue verifying signatures created by gpg --no-emit-version
+ add test for same


# 32b86961 30-Jan-2015 agc <agc@NetBSD.org>

catch up with pkgsrc, update netpgpverify to 20150115:

+ add '-c dump' command to do a packet dump of the input


# 955e2bfd 05-Dec-2014 agc <agc@NetBSD.org>

Bring over the 20141204 portable version of netpgpverify from pkgsrc

+ Remove unused logmessage helper function

+ Add pgpv_get_cursor_element for easier manipulation of results
returned.

+ libnetp

Bring over the 20141204 portable version of netpgpverify from pkgsrc

+ Remove unused logmessage helper function

+ Add pgpv_get_cursor_element for easier manipulation of results
returned.

+ libnetpgpverify(3) man page improvements

+ Standardise on WARNS=5 settings (6 is too intrusive and distracting)

+ Also install the library and header file for netpgpverify. This
allows scripting languages to use the same verification methods via a
shared library, rather than being forced to exec the netpgpverify(1)
command line utility.

+ libnetpgpverify is now a standalone library, and requires no
pre-requsisite libraries to function

show more ...


# 25f78d91 09-Mar-2014 agc <agc@NetBSD.org>

Bring over the standalone netpgpverify sources from
pkgsrc/security/netpgpverify.

No functional change.