diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-03-20 23:31:01 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-03-21 16:27:12 +0000 |
commit | 225be9d5988543d38069b357003e39a3b5a05e8d (patch) | |
tree | 24393fe8a2e44739acf61df6e62e6eaf5de8a0b0 /src/include/ipxe/x509.h | |
parent | c76afb36054669759dd7a876e80b9779dbc79120 (diff) | |
download | ipxe-225be9d5988543d38069b357003e39a3b5a05e8d.tar.gz |
[crypto] Move all ASN.1 OIDs to asn1.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/x509.h')
-rw-r--r-- | src/include/ipxe/x509.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/ipxe/x509.h b/src/include/ipxe/x509.h index 925e23f7d..89f90b844 100644 --- a/src/include/ipxe/x509.h +++ b/src/include/ipxe/x509.h @@ -14,22 +14,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <time.h> #include <ipxe/asn1.h> -/** ASN.1 OID for joint-iso-itu-t(2) ds(5) attributeType(4) */ -#define ASN1_OID_ATTRIBUTE_TYPE \ - ASN1_OID_DIRECTORY_SERVICES, ASN1_OID_SINGLE ( 4 ) - -/** ASN.1 OID for joint-iso-itu-t(2) ds(5) attributeType(4) commonName(3) */ -#define ASN1_OID_COMMON_NAME ASN1_OID_ATTRIBUTE_TYPE, ASN1_OID_SINGLE ( 3 ) - -/** ASN.1 OID for id-ce */ -#define ASN1_OID_CE ASN1_OID_DIRECTORY_SERVICES, ASN1_OID_SINGLE ( 29 ) - -/** ASN.1 OID for id-ce-keyUsage */ -#define ASN1_OID_KEYUSAGE ASN1_OID_CE, ASN1_OID_SINGLE ( 15 ) - -/** ASN.1 OID for id-ce-basicConstraints */ -#define ASN1_OID_BASICCONSTRAINTS ASN1_OID_CE, ASN1_OID_SINGLE ( 19 ) - /** An X.509 algorithm */ struct x509_algorithm { /** Name */ |