]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Add x509_is_self_signed() helper function
authorMichael Brown <mcb30@ipxe.org>
Thu, 15 Feb 2024 12:43:51 +0000 (12:43 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 15 Feb 2024 12:45:58 +0000 (12:45 +0000)
commit943d75b557a8bf857d651e8116a7368b9d284e41
tree36fae45ff882568d85857f5331eaae41e02267d3
parent3e721e0c0836588b64deb6e1c1befd08f0f02e71
[crypto] Add x509_is_self_signed() helper function

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/x509.h
src/net/validator.c
src/tests/x509_test.c