X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;ds=sidebyside;f=pygost%2Fasn1schemas%2Fcms.py;h=2df3633158de3bc0fd65edbef29d0a45031b1b6b;hb=141ec28f940fbba3edb67252bc4e8707502b87ce;hp=c57f6f014e88267d332a002ba8b1c088d68859ea;hpb=52672094799e62c66083cca9c43e03451d036062;p=pygost.git diff --git a/pygost/asn1schemas/cms.py b/pygost/asn1schemas/cms.py index c57f6f0..2df3633 100644 --- a/pygost/asn1schemas/cms.py +++ b/pygost/asn1schemas/cms.py @@ -389,20 +389,6 @@ class SignerInfos(SetOf): schema = SignerInfo() -class CertificateChoices(Choice): - schema = ( - ("certificate", Certificate()), - # ("extendedCertificate", ExtendedCertificate(impl=tag_ctxp(0))), - # ("v1AttrCert", AttributeCertificateV1(impl=tag_ctxc(1))), # V1 is osbolete - # ("v2AttrCert", AttributeCertificateV2(impl=tag_ctxc(2))), - # ("other", OtherCertificateFormat(impl=tag_ctxc(3))), - ) - - -class CertificateSet(SetOf): - schema = CertificateChoices() - - class SignedData(Sequence): schema = ( ("version", CMSVersion()),