X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fasn1schemas%2Fx509.py;h=f434fbb84d61e4f77b513119ed10f095c13a43f2;hb=0a222bc1e121d463351d0c259a403c3e8d331e60;hp=57565928ceb208a46fb1dbed2b71b49d155a0c77;hpb=5013b980d53a9969649a59535b7566f73f11521e;p=pygost.git diff --git a/pygost/asn1schemas/x509.py b/pygost/asn1schemas/x509.py index 5756592..f434fbb 100644 --- a/pygost/asn1schemas/x509.py +++ b/pygost/asn1schemas/x509.py @@ -1,11 +1,10 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2018 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 -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# the Free Software Foundation, version 3 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -16,7 +15,7 @@ # along with this program. If not, see . """:rfc:`5280` related structures (**NOT COMPLETE**) -They are taken from `PyDERASN