Up to [cvs.NetBSD.org] / src / crypto / external / bsd / netpgp / dist / src / netpgpverify
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 27 08:58:32 2022 UTC (9 months ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
netpgp: fix or suppress a few lint warnings No functional change.
Revision 1.4 / (download) - annotate - [select for diffs], Mon May 4 00:18:34 2020 UTC (3 years ago) by agc
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.3: +41 -39
lines
Diff to previous 1.3 (colored)
Bring over changes from source of truth in pkgsrc - bump version to 20200503 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.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 14 20:47:08 2016 UTC (6 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
is-mlppp-base,
is-mlppp,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Changes since 1.2: +102 -103
lines
Diff to previous 1.2 (colored)
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
Revision 1.1.6.1 / (download) - annotate - [select for diffs], Mon Dec 8 20:22:07 2014 UTC (8 years, 5 months ago) by martin
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Changes since 1.1: +0 -1
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Pull up following revision(s) (requested by agc in ticket #297): crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h: revision 1.3 crypto/external/bsd/netpgp/dist/src/netpgpverify/rsa.c: revision 1.2 crypto/external/bsd/netpgp/dist/src/netpgpverify/misc.c: revision 1.2 crypto/external/bsd/netpgp/dist/src/netpgpverify/main.c: revision 1.5 crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c: revision 1.5 crypto/external/bsd/netpgp/dist/src/netpgpverify/misc.h: revision 1.3 crypto/external/bsd/netpgp/lib/verify/Makefile: revision 1.7 crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.bsd: revision 1.2 crypto/external/bsd/netpgp/lib/verify/config.h: revision 1.1 crypto/external/bsd/netpgp/dist/src/netpgpverify/libnetpgpverify.3: revision 1.2 crypto/external/bsd/netpgp/bin/netpgpverify/Makefile: revision 1.13 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
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 5 04:42:36 2014 UTC (8 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.1: +0 -1
lines
Diff to previous 1.1 (colored)
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
Revision 1.1.8.2 / (download) - annotate - [select for diffs], Tue Aug 19 23:45:24 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.1.8.1: +698 -0
lines
Diff to previous 1.1.8.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Thu May 22 13:21:34 2014 UTC (9 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.4.1: +698 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.1.8.1, Sun Mar 9 00:15:45 2014 UTC (9 years, 2 months ago) by tls
Branch: tls-maxphys
Changes since 1.1: +0 -698
lines
FILE REMOVED
file rsa.c was added on branch tls-maxphys on 2014-08-19 23:45:24 +0000
Revision 1.1.4.1, Sun Mar 9 00:15:45 2014 UTC (9 years, 2 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1: +0 -698
lines
FILE REMOVED
file rsa.c was added on branch yamt-pagecache on 2014-05-22 13:21:34 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 9 00:15:45 2014 UTC (9 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-base
Branch point for: yamt-pagecache,
tls-maxphys,
netbsd-7
Bring over the standalone netpgpverify sources from pkgsrc/security/netpgpverify. No functional change.