summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_mac.h
diff options
context:
space:
mode:
authorRob Stradling <rob@comodo.com>2014-02-14 23:24:35 +0000
committerRob Stradling <rob@comodo.com>2014-02-14 23:24:35 +0000
commitdcfe8df148d225aa15fdd0eba486a028ad4b06dc (patch)
tree3600ded1cc47b0ba5564dfafc5a0e924841bae5f /crypto/objects/obj_mac.h
parent3343220327664680420d4068e1fbe46d2236f1b0 (diff)
Show the contents of the RFC6962 Signed Certificate Timestamp List Certificate/OCSP Extensions.
Add the RFC6962 OIDs to the objects table.
Diffstat (limited to 'crypto/objects/obj_mac.h')
-rw-r--r--crypto/objects/obj_mac.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/objects/obj_mac.h b/crypto/objects/obj_mac.h
index 841b02a546..71590387ed 100644
--- a/crypto/objects/obj_mac.h
+++ b/crypto/objects/obj_mac.h
@@ -4158,3 +4158,23 @@
#define SN_dh_cofactor_kdf "dh-cofactor-kdf"
#define NID_dh_cofactor_kdf 947
+#define SN_ct_precert_scts "ct_precert_scts"
+#define LN_ct_precert_scts "CT Precertificate SCTs"
+#define NID_ct_precert_scts 951
+#define OBJ_ct_precert_scts 1L,3L,6L,1L,4L,1L,11129L,2L,4L,2L
+
+#define SN_ct_precert_poison "ct_precert_poison"
+#define LN_ct_precert_poison "CT Precertificate Poison"
+#define NID_ct_precert_poison 952
+#define OBJ_ct_precert_poison 1L,3L,6L,1L,4L,1L,11129L,2L,4L,3L
+
+#define SN_ct_precert_signer "ct_precert_signer"
+#define LN_ct_precert_signer "CT Precertificate Signer"
+#define NID_ct_precert_signer 953
+#define OBJ_ct_precert_signer 1L,3L,6L,1L,4L,1L,11129L,2L,4L,4L
+
+#define SN_ct_cert_scts "ct_cert_scts"
+#define LN_ct_cert_scts "CT Certificate SCTs"
+#define NID_ct_cert_scts 954
+#define OBJ_ct_cert_scts 1L,3L,6L,1L,4L,1L,11129L,2L,4L,5L
+