diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-15 05:46:55 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-15 05:46:55 +0000 |
commit | 07bd68bf9d301675658c8c99a44ac63d403d0608 (patch) | |
tree | 1548e6252547c77f8d6712b847c9b29eca6742d7 /contrib/gcclibs/libcpp | |
parent | c6c0cd45579f43f207e8e2947ad33106d634728a (diff) | |
download | FreeBSD-src-07bd68bf9d301675658c8c99a44ac63d403d0608.zip FreeBSD-src-07bd68bf9d301675658c8c99a44ac63d403d0608.tar.gz |
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
Diffstat (limited to 'contrib/gcclibs/libcpp')
0 files changed, 0 insertions, 0 deletions