summaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2019-02-22 18:36:00 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2020-10-05 12:14:17 +0300
commit856198aac784fc78b4588d2b409cec9f4ecf812d (patch)
tree6dd560de50cafd1b2dfe5320590a7c2109e3e2f5 /fuzz
parent6514dee7264d30be1ab9ab07f9798071184e7b7a (diff)
Some OIDs used in Russian X.509 certificates.
OBJ_OGRNIP denotes a specific legal status of the certificate owner. OBJ_classSignTool* denotes a level of certification of the software created the certificate. http://www.garant.ru/products/ipo/prime/doc/70033464/ is the relevant link (in Russian). Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8309)
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/oids.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/fuzz/oids.txt b/fuzz/oids.txt
index 2b4cb110ce..efbcaa416c 100644
--- a/fuzz/oids.txt
+++ b/fuzz/oids.txt
@@ -1080,3 +1080,11 @@ OBJ_cmKGA="\x2B\x06\x01\x05\x05\x07\x03\x20"
OBJ_id_it_caCerts="\x2B\x06\x01\x05\x05\x07\x04\x11"
OBJ_id_it_rootCaKeyUpdate="\x2B\x06\x01\x05\x05\x07\x04\x12"
OBJ_id_it_certReqTemplate="\x2B\x06\x01\x05\x05\x07\x04\x13"
+OBJ_OGRNIP="\x2A\x85\x03\x64\x05"
+OBJ_classSignTool="\x2A\x85\x03\x64\x71"
+OBJ_classSignToolKC1="\x2A\x85\x03\x64\x71\x01"
+OBJ_classSignToolKC2="\x2A\x85\x03\x64\x71\x02"
+OBJ_classSignToolKC3="\x2A\x85\x03\x64\x71\x03"
+OBJ_classSignToolKB1="\x2A\x85\x03\x64\x71\x04"
+OBJ_classSignToolKB2="\x2A\x85\x03\x64\x71\x05"
+OBJ_classSignToolKA1="\x2A\x85\x03\x64\x71\x06"