X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fasn1schemas%2Fx509.py;h=188ef3a6126ee3a1d02f5ede5e97ea18bc6572ad;hp=ce30f62bd4948197aaf6dce5033b175c1474752b;hb=5e92533267cb41c42af1243592c530304d18bff5;hpb=2bb1a163d32e4167e6904ff3c6b4cf64ea7287bb diff --git a/pygost/asn1schemas/x509.py b/pygost/asn1schemas/x509.py index ce30f62..188ef3a 100644 --- a/pygost/asn1schemas/x509.py +++ b/pygost/asn1schemas/x509.py @@ -140,8 +140,8 @@ class SubjectKeyIdentifier(KeyIdentifier): class BasicConstraints(Sequence): schema = ( - ('cA', Boolean(default=False)), - # ('pathLenConstraint', PathLenConstraint(optional=True)), + ("cA", Boolean(default=False)), + # ("pathLenConstraint", PathLenConstraint(optional=True)), )