X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fasn1schemas%2Fx509.py;h=29a0a601eb285cc25a07dd6f0c1b171d202e372e;hb=5008cf14ea046aa2e20dde93b9843fcf8f3e2e3e;hp=bbeca669c5f5f3412a1ddfa0135c6fb62a1a912a;hpb=ec39453b4f1c8d7b40383fa2af43d8a7cfeb4b22;p=pygost.git diff --git a/pygost/asn1schemas/x509.py b/pygost/asn1schemas/x509.py index bbeca66..29a0a60 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 @@ -15,7 +15,7 @@ # along with this program. If not, see . """:rfc:`5280` related structures (**NOT COMPLETE**) -They are taken from `PyDERASN