X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fasn1schemas%2Fx509.py;h=a934a58d52413cafd51834ed6088e02dabd757e1;hb=9af4461c6af50f9cf83030867e7054d1f6311b32;hp=ce30f62bd4948197aaf6dce5033b175c1474752b;hpb=d46cf8e38114e224e5b4cb9a23105dbf7d24a484;p=pygost.git diff --git a/pygost/asn1schemas/x509.py b/pygost/asn1schemas/x509.py index ce30f62..a934a58 100644 --- a/pygost/asn1schemas/x509.py +++ b/pygost/asn1schemas/x509.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2020 Sergey Matveev +# Copyright (C) 2015-2021 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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)), )