summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2014-07-11 17:55:14 +0200
committerMichael Brown2014-07-11 17:55:14 +0200
commit8484e97f7c85e1c13d02951310d4f55bd3cb3323 (patch)
tree952e37d9ba99f0ae50961720798588c67089ecb1 /src/include/ipxe
parent[efi] Include SNP NIC driver within the all-drivers target (diff)
downloadipxe-8484e97f7c85e1c13d02951310d4f55bd3cb3323.tar.gz
ipxe-8484e97f7c85e1c13d02951310d4f55bd3cb3323.tar.xz
ipxe-8484e97f7c85e1c13d02951310d4f55bd3cb3323.zip
[crypto] Add support for iPAddress subject alternative names
Originally-implemented-by: Jarrod Johnson <jarrod.b.johnson@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/x509.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/x509.h b/src/include/ipxe/x509.h
index 055a4460..802480e5 100644
--- a/src/include/ipxe/x509.h
+++ b/src/include/ipxe/x509.h
@@ -146,6 +146,7 @@ struct x509_subject_alt_name {
enum x509_general_name_types {
X509_GENERAL_NAME_DNS = ASN1_IMPLICIT_TAG ( 2 ),
X509_GENERAL_NAME_URI = ASN1_IMPLICIT_TAG ( 6 ),
+ X509_GENERAL_NAME_IP = ASN1_IMPLICIT_TAG ( 7 ),
};
/** An X.509 certificate extensions set */