From 63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 24 Apr 2012 13:17:29 +0100 Subject: [crypto] Allow client certificate to be changed without a rebuild Signed-off-by: Michael Brown --- src/include/ipxe/dhcp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/dhcp.h b/src/include/ipxe/dhcp.h index cc594ab1e..dc8a6fc7f 100644 --- a/src/include/ipxe/dhcp.h +++ b/src/include/ipxe/dhcp.h @@ -358,6 +358,12 @@ struct dhcp_client_uuid { /** Trusted root certficate fingerprints */ #define DHCP_EB_TRUST DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5a ) +/** Client certficate */ +#define DHCP_EB_CERT DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5b ) + +/** Client private key */ +#define DHCP_EB_KEY DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5c ) + /** 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