commit | 96fb7a0a9395cec423a58069e1b49535e8ceceef | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Tue Aug 13 12:25:25 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Tue Aug 13 12:26:31 2024 +0100 |
tree | b38ef6bbeb7f8eb938829864f4bd72c2c2b8078a | |
parent | d85590b6584499569c19f7ee4a1e0c10d5132f70 [diff] |
[crypto] Allow passing a NULL certificate store to x509_find() et al Allow passing a NULL value for the certificate list to all functions used for identifying an X.509 certificate from an existing set of certificates, and rename function parameters to indicate that this certificate list represents an unordered certificate store (rather than an ordered certificate chain). Signed-off-by: Michael Brown <mcb30@ipxe.org>