libsecureboot: avoid recusion in ve_trust_initset our guard value immediately.also replace call to ve_trust_init in opgp_sig.c:initialize withcall to openpgp_trust_init.Reported by: mindal@semi
libsecureboot: avoid recusion in ve_trust_initset our guard value immediately.also replace call to ve_trust_init in opgp_sig.c:initialize withcall to openpgp_trust_init.Reported by: [email protected]Reviewed by: jhibbits obrienMFC after: 1 week
show more ...
libsecureboot: allow OpenPGP support to be dormantSince 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.
libsecureboot: allow OpenPGP support to be dormantSince 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/revokedWe only do this for loader and only after initializing trust store.Thus only changes to initial trust store will be logged.Reviewed by: stevekMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D20700
load_key_buf do not free data from dearmorThe data returned by dearmor is referenced by the keyleave it alone!Reviewed by: stevekMFC after: 2 days
libsecureboot: make it easier to customize trust anchorsAvoid making hash self-tests depend on X.509 certs.Include OpenPGP keys in trust store count.Reviewed by: stevekMFC after: 1 weekSponsor
libsecureboot: make it easier to customize trust anchorsAvoid making hash self-tests depend on X.509 certs.Include OpenPGP keys in trust store count.Reviewed by: stevekMFC after: 1 weekSponsored by: Juniper NetworksDifferential Revision: https://reviews.freebsd.org/D20208
Add libsecurebootUsed by loader and veriexecDepends on libbearsslReviewed by: emasteSponsored by: Juniper NetworksDifferential Revision: D16335