]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[x509] Use case-insensitive comparison for certificate names
authorMichael Brown <mcb30@ipxe.org>
Tue, 18 May 2021 10:46:28 +0000 (11:46 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 18 May 2021 10:46:28 +0000 (11:46 +0100)
commitfc8bd4ba1a65db9d9091705f30fec19ded75530c
tree0294c88753a96dcddf47f0ce34405430b4a1e7d7
parent661093054bcfae16d79404304d6f8318baf1231e
[x509] Use case-insensitive comparison for certificate names

DNS names are case-insensitive, and RFC 5280 (unlike RFC 3280)
mandates support for case-insensitive name comparison in X.509
certificates.

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