X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fasn1schemas%2Fx509.py;h=29a0a601eb285cc25a07dd6f0c1b171d202e372e;hb=5008cf14ea046aa2e20dde93b9843fcf8f3e2e3e;hp=831f9abc2f248275c22b5e96578886994098fb19;hpb=ccf38ecbf1c166c0817893afd85bcb0976e09789;p=pygost.git diff --git a/pygost/asn1schemas/x509.py b/pygost/asn1schemas/x509.py index 831f9ab..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