FreeBSD/src f951088 (r349446)lib/libsecureboot vets.c readfile.c, lib/libsecureboot/h libsecureboot.h

libsecureboot: allow OpenPGP support to be dormant

Since we can now add OpenPGP trust anchors at runtime,
ensure the latent support is available.

Ensure we do not add duplicate keys to trust store.

Also allow reporting names of trust anchors added/revoked

We only do this for loader and only after initializing trust store.
Thus only changes to initial trust store will be logged.

Reviewed by:    stevek
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D20700
DeltaFile
+127-11lib/libsecureboot/vets.c
+46-3lib/libsecureboot/openpgp/opgp_key.c
+25-14lib/libsecureboot/readfile.c
+26-3lib/libsecureboot/verify_file.c
+9-0lib/libsecureboot/local.trust.mk
+5-0lib/libsecureboot/h/libsecureboot.h
+2-0lib/libsecureboot/libsecureboot-priv.h
+240-317 files

UnifiedSplitRaw