aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/asn1_int.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-05-27 12:02:53 +0000
committerlloyd <[email protected]>2012-05-27 12:02:53 +0000
commit4738d02a99eb371b5a22fd5547a4b63dfa77fb95 (patch)
treeb18df32bed391b0a74147ace3a162d4c3f5c6cc5 /src/asn1/asn1_int.h
parentb4bdefd0ebcf57d686a383d7460f0ade9fb9883b (diff)
Remove the PRIVATE ASN.1 tag. Not being used outside of the pretty
printer example, and really is just CONSTRUCTED | CONTEXT_SPECIFIC. Extend the ASN.1 printer to recurse into OCTET STRINGS that contain DER, and to print enumeration values. BOTAN_DLL export some OID operators (+, !=, <) Add an OID entry for 1.3.6.1.5.5.7.48.1.1 OCSP basic response. Correct the Certificate_Policies code, it was dumping policy OIDs into the extended key usage!
Diffstat (limited to 'src/asn1/asn1_int.h')
-rw-r--r--src/asn1/asn1_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asn1/asn1_int.h b/src/asn1/asn1_int.h
index 37edc4e3c..6d254e4db 100644
--- a/src/asn1/asn1_int.h
+++ b/src/asn1/asn1_int.h
@@ -20,7 +20,6 @@ enum ASN1_Tag {
UNIVERSAL = 0x00,
APPLICATION = 0x40,
CONTEXT_SPECIFIC = 0x80,
- PRIVATE = 0xC0,
CONSTRUCTED = 0x20,