./security/netpgpverify, Standalone PGP and ssh signature verification utility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20201101, Package name: netpgpverify-20201101, Maintainer: agc

netpgpverify is a standalone program to verify a PGP signature
on a file or document. Both RSA and DSA signatures are supported,
as are binary and document signatures.

netpgpverify is compliant with RFC 4880.


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2022-04-04 00:22:55 by Tobias Nygren | Files touched by this commit (1)
Log message:
netpgpverify: add configure quirks to get strtoull on legacy platforms
   2020-11-01 12:28:35 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
netpgpverify: update to 20201101

Merge:
absorb issuer fingerprint (RFC4880bis 5.2.3.28) in libverify.c
from jhigh from src/

While here, fix build with RELRO and a pkglint warning.

Bump version to 20201101.
   2020-05-04 21:13:13 by Alistair G. Crooks | Files touched by this commit (5)
Log message:
Rename files so that we pick up the correct header file.

Add the map file for the BSD Makefile's symbol exports.
   2020-05-04 03:39:59 by Alistair G. Crooks | Files touched by this commit (1)
Log message:
Bump version of libnetpgpverify and netpgpverify to 20200504 for changes
brought over from src.
   2020-05-04 03:37:54 by Alistair G. Crooks | Files touched by this commit (1)
Log message:
bring over changes from src - cast return values
   2020-05-04 03:37:28 by Alistair G. Crooks | Files touched by this commit (1)
Log message:
bring over change from src - cast return values
   2020-05-04 03:36:41 by Alistair G. Crooks | Files touched by this commit (1)
Log message:
Bring over change from src - properly cite authors of RFC 4880
   2020-05-04 01:49:04 by Alistair G. Crooks | Files touched by this commit (12)
Log message:
Update netpgpverify and libnetpgpverify to version 20200503

ensure all exported functions use a unique prfix, so that they don't
conflict with symbols (both data and text) in libcrypto. this works for
statically linked binaries and libraries, rather then the version map which
only works for dynalically-linked.