From 8484e97f7c85e1c13d02951310d4f55bd3cb3323 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 11 Jul 2014 16:55:14 +0100 Subject: [crypto] Add support for iPAddress subject alternative names Originally-implemented-by: Jarrod Johnson Signed-off-by: Michael Brown --- src/include/ipxe/x509.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/ipxe/x509.h b/src/include/ipxe/x509.h index 055a4460e..802480e54 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 */ -- cgit v1.2.3-55-g7522