]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Validate server certificate
authorMichael Brown <mcb30@ipxe.org>
Sun, 18 Mar 2012 20:17:41 +0000 (20:17 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 19 Mar 2012 00:26:19 +0000 (00:26 +0000)
commitf3a791c6dec83c506476b4d80f497142c7753e48
treea50fa57818233886ad2b51d48f62e97aa6128b23
parentaee3a064f22f994a930990c1bb0d339412e65d76
[tls] Validate server certificate

Validate the server certificate against the trusted root certificate
store.  The server must provide a complete certificate chain, up to
and including the trusted root certificate that is embedded into iPXE.

Note that the date and time are not yet validated.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tls.c