bapt 07bd68bf9d MFC: r287579
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
2015-09-15 05:46:55 +00:00
..
2013-03-17 06:54:04 +00:00
2015-06-16 20:00:53 +00:00
2015-04-12 21:28:54 +00:00
2013-07-10 07:40:30 +00:00
2015-05-21 13:42:37 +00:00
2015-08-24 14:32:57 +00:00
2015-06-28 03:22:26 +00:00
2015-06-28 03:22:26 +00:00
2015-09-04 15:45:42 +00:00
2015-05-15 10:56:22 +00:00
2014-12-31 23:25:37 +00:00
2015-08-04 13:41:37 +00:00
2015-07-24 19:21:48 +00:00
2014-03-27 20:19:11 +00:00
2015-06-01 09:04:57 +00:00
2012-10-07 19:53:04 +00:00
2014-12-27 03:19:04 +00:00
2014-07-02 13:09:26 +00:00
2014-01-28 13:29:54 +00:00
2014-12-31 23:25:37 +00:00
2014-05-09 15:55:45 +00:00
2015-07-01 15:03:49 +00:00
2013-05-10 16:41:26 +00:00
2012-11-20 02:12:01 +00:00
2014-03-26 07:31:57 +00:00
2015-06-02 19:20:39 +00:00
2012-03-26 21:22:53 +00:00
2014-11-03 10:26:29 +00:00
2012-03-26 15:18:14 +00:00
2014-12-31 23:25:37 +00:00
2015-06-29 19:09:16 +00:00
2015-09-03 19:42:56 +00:00
2014-12-05 07:51:50 +00:00
2015-01-09 03:26:18 +00:00
2015-06-21 06:54:54 +00:00
2015-08-03 07:20:33 +00:00
2015-08-03 16:56:40 +00:00
2015-07-30 04:53:53 +00:00
2015-02-27 02:53:44 +00:00
2012-09-01 10:56:15 +00:00
2014-12-31 23:25:37 +00:00
2015-01-19 10:57:00 +00:00
2010-12-20 08:54:30 +00:00
2015-05-30 01:04:45 +00:00
2013-04-11 18:46:41 +00:00
2013-12-13 00:56:05 +00:00
2012-05-17 11:50:12 +00:00
2015-09-13 03:09:21 +00:00
2014-10-23 18:50:44 +00:00
2014-10-17 19:55:12 +00:00
2015-09-13 07:15:45 +00:00
2015-09-15 05:46:55 +00:00
2014-05-30 15:00:50 +00:00
2015-06-02 08:03:28 +00:00
2015-02-11 08:52:29 +00:00
2015-09-14 05:37:32 +00:00
2015-07-06 13:01:01 +00:00
2014-10-09 23:30:51 +00:00
2015-01-28 21:51:34 +00:00
2015-01-28 21:51:34 +00:00
2014-12-31 23:25:37 +00:00
2014-11-25 13:12:45 +00:00
2014-07-01 15:50:34 +00:00
2014-03-11 15:28:41 +00:00
2013-09-07 20:25:22 +00:00
2015-03-15 09:15:11 +00:00
2013-04-22 18:31:39 +00:00
2014-03-01 03:09:16 +00:00
2015-08-02 09:28:51 +00:00
2014-07-16 12:57:53 +00:00
2014-11-19 08:56:38 +00:00
2014-06-04 10:33:30 +00:00
2013-05-12 22:22:12 +00:00
2014-04-17 10:37:21 +00:00
2012-03-26 21:22:53 +00:00
2013-07-04 21:12:58 +00:00
2014-10-09 23:05:32 +00:00
2015-09-01 18:57:57 +00:00
2015-05-15 15:08:37 +00:00
2015-02-11 07:21:16 +00:00