summaryrefslogtreecommitdiffstats
path: root/src/usr/certmgmt.c
Commit message (Collapse)AuthorAgeFilesLines
* [x509] Record root of trust used when validating a certificateMichael Brown2020-12-081-1/+1
| | | | | | | | | | | | | Record the root of trust used at the point that a certificate is validated, redefine validation as checking a certificate against a specific root of trust, and pass an explicit root of trust when creating a TLS connection. This allows a custom TLS connection to be used with a custom root of trust, without causing any validated certificates to be treated as valid for normal purposes. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [crypto] Add certstat() to display basic certificate informationMichael Brown2016-08-311-0/+63
Signed-off-by: Michael Brown <mcb30@ipxe.org>