mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[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>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user