aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/objects.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-17 23:55:39 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-17 23:55:39 +0000
commitc83e523d7f0c095c0fe5851edd5d3c9355e34a3f (patch)
tree9c9f481483973bc1c8143cbda6d4747299d641e0 /crypto/objects/objects.h
parente778802f53c8d47e96a6e4cbc776eb6e1d4c461a (diff)
downloadopenssl-c83e523d7f0c095c0fe5851edd5d3c9355e34a3f.tar.gz
Allow asn1parse to print out VISIBLESTRING and some code needed for certificate
policies extension.
Diffstat (limited to 'crypto/objects/objects.h')
-rw-r--r--crypto/objects/objects.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/objects/objects.h b/crypto/objects/objects.h
index 5203514f18..6669f1f544 100644
--- a/crypto/objects/objects.h
+++ b/crypto/objects/objects.h
@@ -854,6 +854,18 @@ extern "C" {
#define NID_hmacWithSHA1 163
#define OBJ_hmacWithSHA1 OBJ_rsadsi,2L,7L
+/* Policy Qualifier Ids */
+
+#define LN_id_qt_cps "Policy Qualifier CPS"
+#define SN_id_qt_cps "id-qt-cps"
+#define NID_id_qt_cps 164
+#define OBJ_id_qt_cps OBJ_id_pkix,2L,1L
+
+#define LN_id_qt_unotice "Policy Qualifier User Notice"
+#define SN_id_qt_unotice "id-qt-unotice"
+#define NID_id_qt_unotice 165
+#define OBJ_id_qt_unotice OBJ_id_pkix,2L,2L
+
#include "bio.h"
#include "asn1.h"