aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-04-24 13:17:29 +0100
committerMichael Brown <mcb30@ipxe.org>2012-04-24 13:17:29 +0100
commit63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6 (patch)
tree817b96454b9582cfc3cabb4563e7cbd9fbf2f772 /src/include/ipxe
parent0e59417cec7f474b4cce8ca896c1ee1a0ea96729 (diff)
downloadipxe-63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6.zip
ipxe-63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6.tar.gz
ipxe-63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6.tar.bz2
[crypto] Allow client certificate to be changed without a rebuild
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/dhcp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ipxe/dhcp.h b/src/include/ipxe/dhcp.h
index cc594ab..dc8a6fc 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