2019-01-17 18:26:23 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
Update netpgpverify and libnetpgpverify to 20190117
jperkin reported a bootstrapping failure in the newer pre-processor
conditionals, so revert to the older, less comprehensive versions without
gcc version level checks.
|
2019-01-16 01:33:12 by Alistair G. Crooks | Files touched by this commit (3) |
Log message:
Update netpgpverify and libnetpgpverify to 20190111
Changes since previous version:
+ fuller emulation of openssl API, including
BN_is_one()
BN_mod_add()
BN_mod_sub()
BN_sub_word()
BN_add_word()
+ provide all functions and macros with compatibility definitions
|
2018-03-11 05:52:03 by Jared D. McNeill | Files touched by this commit (1) |
Log message:
Provide PRIi64 definition where it doesn't exist (like IRIX).
|
2017-10-19 10:23:21 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
netpgpverify: Update to 20171019.
Changes since 20170201:
+ Don't overwrite error messages generated by time checks, now the correct
error is printed instead of the generic "Signature does not match".
+ Remove extraneous newlines from time check errors.
Ok'd agc@
|
2017-03-23 14:07:25 by Joerg Sonnenberger | Files touched by this commit (11) |
Log message:
Remove unused/empty distinfo files.
|
2017-02-01 19:09:26 by Alistair G. Crooks | Files touched by this commit (2) | |
Log message:
update netpgpverify and libnetpgpverify to 20170201
+ make sure howmany() macro is defined
pointed out by cube - thanks!
|
2016-08-29 01:23:40 by Alistair G. Crooks | Files touched by this commit (3) |
Log message:
Update netpgpverify and libnetpgpverify to 20160828
+ bring over change from christos in src/crypto to check for
the end of an ASCII-armored signature
+ no need for namespace protection in array.h any more, now
that netpgp/verify.h now contains opaque structures
+ minor typo clean-up in a definition (benign, ignored by compiler)
|
2016-07-09 19:44:44 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
Update netpgpverify and libnetpgpverify to 20160709
+ free resources associated with the cursor when verifying,
gets rid of 2 more loss records under valgrind.
|
2016-07-09 19:18:24 by Alistair G. Crooks | Files touched by this commit (3) |
Log message:
Update netpgpverify and libnetpgpverify to 20160708
+ clear and free bignums properly - helps immensely with plugging
memory leaks
|
2016-07-08 19:45:41 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
Update netpgpverify and libnetpgpverify to 20160707 to fix some
unusual build errors shown by old gcc versions (works fine for
gcc-5.2.1 on ubuntu and gcc-5.3.0 on NetBSD 7.99.32)
+ use ULL suffix on unsigned 64bit constants, not UL
+ don't typedef the public structs twice - second time just define it
without the typedef
Fixes PR pkg/51327
|