summaryrefslogtreecommitdiffstats
path: root/src/config/config_asn1.c
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Enable both DER and PEM formats by defaultMichael Brown2016-07-291-0/+39
Enable both IMAGE_DER and IMAGE_PEM by default, and drag in the relevant objects only when image_asn1() is present in the binary. This allows "imgverify" to transparently use either DER or PEM signature files. Signed-off-by: Michael Brown <mcb30@ipxe.org>