download.texi | 2 +- makedist.sh | 2 +- pygost/asn1schemas/cms.py | 2 +- pygost/asn1schemas/pfx.py | 2 +- pygost/asn1schemas/x509.py | 2 +- pygost/gost28147.py | 2 +- pygost/gost28147_mac.py | 2 +- pygost/gost3410.py | 2 +- pygost/gost3410_vko.py | 2 +- pygost/gost34112012.py | 2 +- pygost/gost341194.py | 2 +- pygost/gost3412.py | 2 +- pygost/gost3413.py | 2 +- pygost/test_cms.py | 2 +- pygost/test_gost28147.py | 2 +- pygost/test_gost28147_mac.py | 2 +- pygost/test_gost3410.py | 2 +- pygost/test_gost3410_vko.py | 2 +- pygost/test_gost34112012.py | 2 +- pygost/test_gost341194.py | 2 +- pygost/test_gost3412.py | 2 +- pygost/test_gost3413.py | 2 +- pygost/test_pfx.py | 2 +- pygost/test_wrap.py | 2 +- pygost/test_x509.py | 2 +- pygost/utils.py | 2 +- pygost/wrap.py | 2 +- www.texi | 2 +- diff --git a/download.texi b/download.texi index 7946b1dd675f350cb10e86d98fb05bf76c979db57c2dfebe176f61a3151282f1..539b7fae3740df1743ebae46ad62da7c40faf3322c91d6c9e76efe26e2094d0e 100644 --- a/download.texi +++ b/download.texi @@ -100,7 +100,7 @@ @end verbatim You @strong{have to} verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered -software. @url{https://www.gnupg.org/, The GNU Privacy Guard} is used +software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used for that purpose. For the very first time it is necessary to get signing public key and diff --git a/makedist.sh b/makedist.sh index cca090cbba9a60bc354950eb2ee921b2b0b6ee67c86258cf4ea069549d0a998c..17ea667d877fa58629bb7d5349c5ef4f1b62c2d5a290dab1af1bc4f92a11bf3a 100755 --- a/makedist.sh +++ b/makedist.sh @@ -9,7 +9,7 @@ cp dist/pygost-"$release".tar.gz $tmp cd $tmp gunzip pygost-"$release".tar.gz xz -9 pygost-"$release".tar -gpg --detach-sign --sign --local-user E6FD1269CD0C009E pygost-"$release".tar.xz +gpg --detach-sign --sign --local-user pygost@cypherpunks.ru pygost-"$release".tar.xz tarball=pygost-"$release".tar.xz size=$(( $(stat -f %z $tarball) / 1024 )) diff --git a/pygost/asn1schemas/cms.py b/pygost/asn1schemas/cms.py index b354654684a940d9943c3aeb0d5ec17ec40fb4efc06b3626b7428642a6ccbb3c..923c6d37fdbbfce17504fc8d86e1f2ef132bbb11d92765afdbd430ab4b53013a 100644 --- a/pygost/asn1schemas/cms.py +++ b/pygost/asn1schemas/cms.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/asn1schemas/pfx.py b/pygost/asn1schemas/pfx.py index 6f53f17bbb813dd704e8383baa13bd01bf38045b1983672acb9458623e2d50ee..6f39e074ab42164900eef8cfe7cb25bd2b1f015403110a026fc7db8aed6dbf61 100644 --- a/pygost/asn1schemas/pfx.py +++ b/pygost/asn1schemas/pfx.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/asn1schemas/x509.py b/pygost/asn1schemas/x509.py index 535165374416e0d326ebe042ee627a6a207edf52490616269a667b8604bb8250..a682aaa3ea1653dca1847e0e4adb15f7abf0e4d63b05df9aaed3c6f81afacf2c 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-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/gost28147.py b/pygost/gost28147.py index e1874214b5b50bf5cec3b9e25c354c3d3495c591cbb0690b3a378ea504299be5..ff7e297e3448f759de49c5ecddd51e34f7cf70b7e64d7dc44a8b084a12994261 100644 --- a/pygost/gost28147.py +++ b/pygost/gost28147.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/gost28147_mac.py b/pygost/gost28147_mac.py index bab9994cc7e5e24d729aee509ea75dfbd06c8c4003cbfa5e535b83ea4c3ab682..fb479d2dc36b59fdaf819a9b85d5ae97bb159eee1612fa6f40cb4ecd752c5d96 100644 --- a/pygost/gost28147_mac.py +++ b/pygost/gost28147_mac.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/gost3410.py b/pygost/gost3410.py index 6d4d3b71a4a6d12b3943718c50018894fc6d0ac41f2813232bbeca32a415794b..bf313be53c371ed04aab9bb4fc96e932070c67ad33276a364d5e3f3acfdc12f1 100644 --- a/pygost/gost3410.py +++ b/pygost/gost3410.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/gost3410_vko.py b/pygost/gost3410_vko.py index 8f65312e5f477ce1faf66dfc2a2dccedb10fb444a9ea284bfda8516ebf33c238..51ff8adea8f2127bd454e08ec6ac12de5c1d01e992cb340ba1c8627254f9fa3a 100644 --- a/pygost/gost3410_vko.py +++ b/pygost/gost3410_vko.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/gost34112012.py b/pygost/gost34112012.py index 5d341ed425ae6f49b63babbfa132efc5e979790dd436956b8d067368cfaa99d0..deef8353278f1c4c61b977f5483025c66c393dccbd7db4a70e2dc2b29b6f3288 100644 --- a/pygost/gost34112012.py +++ b/pygost/gost34112012.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/gost341194.py b/pygost/gost341194.py index 0cb007948c4a785c442f6750199d56a0b6d9454962f361acab25335084b1c016..069fa6a8f2466528c7719a58c3b57d51c70e5b995833130152e42d5a972eb81c 100644 --- a/pygost/gost341194.py +++ b/pygost/gost341194.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/gost3412.py b/pygost/gost3412.py index 7e687273e5cecd023030f5ef15c0073fa2c2f043aed8b39b1e7ee64ca6dc8028..745362ac1bb4c0379104b7ab9c9055febc0a7487a885e71dbe6afc6fcd207821 100644 --- a/pygost/gost3412.py +++ b/pygost/gost3412.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/gost3413.py b/pygost/gost3413.py index 38c84d45c9ac17c87246bcc8672ebb5abe549d0fb4cacc495e4f4ad5486f804a..5dc399fb4c1eb37ce151af866996707676eabf07057e484cb0923cc6a937583c 100644 --- a/pygost/gost3413.py +++ b/pygost/gost3413.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_cms.py b/pygost/test_cms.py index 3e75b78881de5b54732577cb31833ab547a32c216138017f4894b03f04e16652..60b901daed2e515ec8fb4d9f7e23630d4d80c0a95bfe85b44480e88dc15c6750 100644 --- a/pygost/test_cms.py +++ b/pygost/test_cms.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_gost28147.py b/pygost/test_gost28147.py index 2d310fb8c3a8446ad55f3139103703d60e654affbe9c771aca217e480f93f823..0423c6f899f584c6ed31f15f36dca4326e28d8cf60e5885dc0074cecb167f934 100644 --- a/pygost/test_gost28147.py +++ b/pygost/test_gost28147.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_gost28147_mac.py b/pygost/test_gost28147_mac.py index 34450d485cedf12bbf4059f0cf8ce10ab45daa015f1c86883536181c2d874153..63adaeba7b927545b3c4e1de472e657a4c3deebe8ca7e602f34fbba02c43d1fd 100644 --- a/pygost/test_gost28147_mac.py +++ b/pygost/test_gost28147_mac.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_gost3410.py b/pygost/test_gost3410.py index 9131818d0b3f73ba445ad55ecb5e633da436533617ef184a01f18741ed1d7db1..0a25e1b9a42af573464a0b00bacade11cf4f8c135d79a93f984af19b23b4edf7 100644 --- a/pygost/test_gost3410.py +++ b/pygost/test_gost3410.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_gost3410_vko.py b/pygost/test_gost3410_vko.py index e3852ecdfbb0f7c0088cd0b9aaf8cbeb3c62e965ddf3427567d5afd042657a47..8fae22146626e1cff0091a57f032e21c4e4966bb04f312c0ea43c47ed298d2ac 100644 --- a/pygost/test_gost3410_vko.py +++ b/pygost/test_gost3410_vko.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_gost34112012.py b/pygost/test_gost34112012.py index 4b240625600f4b1446af8d9bab9c8c4fd8d7baa86f6b7bfe5e179cbe16236ca5..b9bd805f56252dac3a1bcefe5867a2477bc48130e7a1db83026ee2772c9377b2 100644 --- a/pygost/test_gost34112012.py +++ b/pygost/test_gost34112012.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_gost341194.py b/pygost/test_gost341194.py index f5803be20d7d8074c5730e7ce6a77421d23b8d3d58fd62bc17ed85f9d30bfdcc..103152b1f10c2de39435270c28e26028c4438b100e2de51aaa76c763ab72e87e 100644 --- a/pygost/test_gost341194.py +++ b/pygost/test_gost341194.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_gost3412.py b/pygost/test_gost3412.py index 720b47dfa46b8fcaaba0ca8431e1ed6c2c988413eacdc621ea84fe1d7049185d..3300c3cf625ce19dec23075cba79b6b31f45e46df116665822668fe4a012ef50 100644 --- a/pygost/test_gost3412.py +++ b/pygost/test_gost3412.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_gost3413.py b/pygost/test_gost3413.py index 9ae4ffdafb78d6e169af9b4af6c12582a2e4e9d35714b9b96209f7e8c94cf37e..bb9334d89a72fec0820e3af0b560ac3dadf171bb1e60650ec50a490ee1a1ab77 100644 --- a/pygost/test_gost3413.py +++ b/pygost/test_gost3413.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_pfx.py b/pygost/test_pfx.py index dead607a9aadd550bc025b9179e4090e12a31f6d717a5412c02da7fc85bce5b9..a0b86e4e2a2fdf1bee73e8c83735fd589af39b7b9c17991a92839b750c02d7fd 100644 --- a/pygost/test_pfx.py +++ b/pygost/test_pfx.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_wrap.py b/pygost/test_wrap.py index f22813253e5003647b02ea3964afdab453746f69d0f60afdc28a7ea3c5c40d56..4c03601188e41d8e279af1ac7860506f8dfc516fc845d8ff3ff6d510a160f6cf 100644 --- a/pygost/test_wrap.py +++ b/pygost/test_wrap.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/test_x509.py b/pygost/test_x509.py index 8fd614065629def6f5f560297e9646dfcb748cc1904cf8e6db0f1a7dffda8645..2baeb3ca07565a0f42b60ba3a156fbbdde257c9423d55bf68c421fd77ce7dcec 100644 --- a/pygost/test_x509.py +++ b/pygost/test_x509.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/utils.py b/pygost/utils.py index 7fc8a5b424df5b4bb6aaea44e2bcf30a1a2e6b44bbda7c49cb2883f9590c20dd..1b9f229248f99e2b6aff61ab4875a7996336bfec0f22c714e046d79e63c26673 100644 --- a/pygost/utils.py +++ b/pygost/utils.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/pygost/wrap.py b/pygost/wrap.py index 405415eb3f084f717308f29763b2dd5adcc22c94e5a783fe36c368dc9cd35d3b..b3e4264f2d6eb1119e44bba9cb25c49fc5b717d1af034cd8c7bf7715fef66260 100644 --- a/pygost/wrap.py +++ b/pygost/wrap.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2019 Sergey Matveev +# Copyright (C) 2015-2020 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 diff --git a/www.texi b/www.texi index a770a4b766b69e19faf03e3788eed3568edc281698009ed5af817c6421d38b56..7138bb5a0d045eb7795d581306db8ad1971d163e97540858177cdeb7f90755dd 100644 --- a/www.texi +++ b/www.texi @@ -3,7 +3,7 @@ @documentencoding UTF-8 @settitle PyGOST @copying -Copyright @copyright{} 2015-2019 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2015-2020 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top