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