]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[x509] Clarify debug message for an untrusted X.509 issuer
authorJosh McSavaney <me@mcsau.cc>
Tue, 29 Sep 2020 02:23:16 +0000 (22:23 -0400)
committerMichael Brown <mcb30@ipxe.org>
Mon, 28 Dec 2020 18:18:58 +0000 (18:18 +0000)
commit68f1914aae67db0c61ca16e00765c2eecd1c05f2
tree579609d1ac08e49486e4470f7a01ef71a6f19153
parentce841946df7055afc99adfe9be449fe74de7d155
[x509] Clarify debug message for an untrusted X.509 issuer

We surface this debugging information in cases where a cert actually
lacks an issuer, but also in cases where it *has* an issuer, but we
cannot trust it (e.g. due to issues in establishing a trust chain).

Signed-off-by: Josh McSavaney <me@mcsau.cc>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/x509.c