2015-02-03 22:13:17 by Alistair G. Crooks | Files touched by this commit (6) |
Log message:
Update netpgpverify, and libnetpgpverify, to 20150203
+ portability fixes to make netpgpverify build on freebsd 10.1 with WARNS=5
+ fixed an oversight in the testit.sh script
|
2015-01-31 23:00:55 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
allow the keyring to be set on the command line in the chk.sh script
this syncs with sources under src/crypto
|
2015-01-30 19:55:01 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Missed file in previous - sync with reality...
|
2015-01-30 19:47:51 by Alistair G. Crooks | Files touched by this commit (9) |
Log message:
Update to version 20150115.
This version includes support for the '-c dump' command, which dumps
the contents of all PGP packets to stdout. Note that since we're
verifying, no private keys are involved.
|
2014-12-07 23:21:36 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
add another test, after some prodding from riz@ - check that the verification
fails when no valid public key for the signature is provided.
|
2014-12-04 21:14:13 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Also modify the header guard definition, which libnetpgpverify uses to
get its version number.
|
2014-12-04 21:08:47 by Alistair G. Crooks | Files touched by this commit (11) |
Log message:
Update netpgpverify to version 20141204
Changes since 20141129:
+ bring over lint changes from src/crypto version of this utility
+ add a helper function to get an element from a cursor
+ added a small compile and test script, which uses BSD makefiles
+ change WARNS level in BSD Makefile from 6 to 5 - changes to make
WARNS=6 compile are way too intrusive and distracting to be useful
+ bump version to 20141204
|
2014-11-29 21:19:46 by Alistair G. Crooks | Files touched by this commit (3) |
Log message:
Update netpgpverify to version 20141129
+ enhancement to tiger.c (from apb, IIRC) to use the union rather than
dubious and probably unportable casts.
+ bump version number
|
2014-07-12 17:45:52 by Alistair G. Crooks | Files touched by this commit (3) |
Log message:
Update netpgpverify package to 20140712
+ bring the bignum implementation up to the latest version
+ radix conversion routines added
+ bitwise operations added
+ whitespace cleanups
|
2014-03-05 05:51:38 by Alistair G. Crooks | Files touched by this commit (7) |
Log message:
netpgpverify-20140304:
+ Check the correct field in the struct is not NULL in sig_verify_dsa()
+ Move to using our own byte-swapping routines - portability
+ Check for errors in bzlib
+ Bump version number to 20140304
|