freebsd-dev/usr.sbin/pkg
Baptiste Daroussin 61acb4582f Implement pubkey support for the bootstrap
Note that to not interfer with finger print it expects a signature on pkg itself
which is named pkg.txz.pubkeysign

To genrate it:
echo -n "$(sha256 -q pkg.txz)" | openssl dgst -sha256 -sign /thekey \
    -binary -out ./pkg.txz.pubkeysig

Note the "echo -n" which prevent signing the '\n' one would get otherwise

PR:		202622
MFC after:	1 week
2015-09-08 21:25:36 +00:00
..
config.c Implement pubkey support for the bootstrap 2015-09-08 21:25:36 +00:00
config.h Implement pubkey support for the bootstrap 2015-09-08 21:25:36 +00:00
dns_utils.c Plug a possible memory leak. 2015-08-27 06:28:42 +00:00
dns_utils.h Improve SRV records support for the pkg(8) bootstrap: 2013-10-23 14:06:07 +00:00
Makefile Implement pubkey support for the bootstrap 2015-09-08 21:25:36 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
pkg.7 Fix multi-repository support by properly respecting 'enabled' flag. 2013-12-12 17:59:09 +00:00
pkg.c Implement pubkey support for the bootstrap 2015-09-08 21:25:36 +00:00