X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fasn1schemas%2Foids.py;h=2ec5936d1cebd65806668409dd26493b0e444231;hp=c40319ab81ac4f93d92e488de18ce2b054bfda30;hb=c77746f7982c41953bfbc06b28dceceda88042e9;hpb=6650aa37ce30a08be41c148cbd7b7b6beba49ecc diff --git a/pygost/asn1schemas/oids.py b/pygost/asn1schemas/oids.py index c40319a..2ec5936 100644 --- a/pygost/asn1schemas/oids.py +++ b/pygost/asn1schemas/oids.py @@ -1,6 +1,12 @@ from pyderasn import ObjectIdentifier +id_at_commonName = ObjectIdentifier("2.5.4.3") +id_at_countryName = ObjectIdentifier("2.5.4.6") +id_at_localityName = ObjectIdentifier("2.5.4.7") +id_at_stateOrProvinceName = ObjectIdentifier("2.5.4.8") +id_at_organizationName = ObjectIdentifier("2.5.4.10") + id_pkcs7 = ObjectIdentifier("1.2.840.113549.1.7") id_data = id_pkcs7 + (1,) id_signedData = id_pkcs7 + (2,)