diff options
| author | Michael Brown | 2012-04-24 14:17:29 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-04-24 14:17:29 +0200 |
| commit | 63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6 (patch) | |
| tree | 817b96454b9582cfc3cabb4563e7cbd9fbf2f772 /src/include/ipxe | |
| parent | [build] Use $(xxx_DEPS) for additional dependency information (diff) | |
| download | ipxe-63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6.tar.gz ipxe-63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6.tar.xz ipxe-63d9cc28b9e0c6a58f0ff2f1e6b638a185c471c6.zip | |
[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.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
