From 3e6e0078e01a87a16e64e6e07afe0244eee6c483 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 8 May 2012 16:55:32 +0100 Subject: [crypto] Automatically download cross-signed certificates Automatically attempt to download any required cross-signing certificates from http://ca.ipxe.org/auto, in order to enable the use of standard SSL certificates issued by public CAs. Signed-off-by: Michael Brown --- src/include/ipxe/dhcp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/dhcp.h b/src/include/ipxe/dhcp.h index dc8a6fc7f..34b4d3fda 100644 --- a/src/include/ipxe/dhcp.h +++ b/src/include/ipxe/dhcp.h @@ -364,6 +364,9 @@ struct dhcp_client_uuid { /** Client private key */ #define DHCP_EB_KEY DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5c ) +/** Cross-signed certificate source */ +#define DHCP_EB_CROSS_CERT DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5d ) + /** Skip PXE DHCP protocol extensions such as ProxyDHCP * * If set to a non-zero value, iPXE will not wait for ProxyDHCP offers -- cgit v1.2.3-55-g7522