X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fasn1schemas%2Foids.py;h=46389007a297b63bc0608b7344d6c4f6a7c17eba;hb=0a222bc1e121d463351d0c259a403c3e8d331e60;hp=54d2b0df04d57b90bf459ac7e07773894c1a20e3;hpb=5008cf14ea046aa2e20dde93b9843fcf8f3e2e3e;p=pygost.git diff --git a/pygost/asn1schemas/oids.py b/pygost/asn1schemas/oids.py index 54d2b0d..4638900 100644 --- a/pygost/asn1schemas/oids.py +++ b/pygost/asn1schemas/oids.py @@ -17,6 +17,10 @@ id_encryptedData = id_pkcs7 + (6,) id_pkcs9 = ObjectIdentifier("1.2.840.113549.1.9") id_contentType = id_pkcs9 + (3,) id_messageDigest = id_pkcs9 + (4,) +id_pkcs9_certTypes_x509Certificate = ObjectIdentifier("1.2.840.113549.1.9.22.1") +id_pkcs12_bagtypes_keyBag = ObjectIdentifier("1.2.840.113549.1.12.10.1.1") +id_pkcs12_bagtypes_pkcs8ShroudedKeyBag = ObjectIdentifier("1.2.840.113549.1.12.10.1.2") +id_pkcs12_bagtypes_certBag = ObjectIdentifier("1.2.840.113549.1.12.10.1.3") id_Gost28147_89 = ObjectIdentifier("1.2.643.2.2.21") id_GostR3410_2001_TestParamSet = ObjectIdentifier("1.2.643.2.2.35.0") @@ -51,4 +55,6 @@ id_pbkdf2 = ObjectIdentifier("1.2.840.113549.1.5.12") id_at_commonName = ObjectIdentifier("2.5.4.3") id_ce_basicConstraints = ObjectIdentifier("2.5.29.19") id_ce_subjectKeyIdentifier = ObjectIdentifier("2.5.29.14") +id_ce_keyUsage = ObjectIdentifier("2.5.29.15") id_ce_subjectAltName = ObjectIdentifier("2.5.29.17") +id_ce_authorityKeyIdentifier = ObjectIdentifier("2.5.29.35")