X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fasn1schemas%2Foids.py;h=d5b9031c42a586bb52f5c8c066cadf3de43e3231;hp=54d2b0df04d57b90bf459ac7e07773894c1a20e3;hb=08cedcc91f44b8ffd2d8f3a3fbbb15263ccff440;hpb=fd99616bb38b2f6283f81c5733e070535853bc01 diff --git a/pygost/asn1schemas/oids.py b/pygost/asn1schemas/oids.py index 54d2b0d..d5b9031 100644 --- a/pygost/asn1schemas/oids.py +++ b/pygost/asn1schemas/oids.py @@ -52,3 +52,4 @@ 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_subjectAltName = ObjectIdentifier("2.5.29.17") +id_ce_authorityKeyIdentifier = ObjectIdentifier("2.5.29.35")