]> Cypherpunks repositories - pygost.git/commitdiff
Raise copyright years master
authorSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 10:59:29 +0000 (13:59 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 10:59:29 +0000 (13:59 +0300)
33 files changed:
download.texi
pygost/asn1schemas/cms.py
pygost/asn1schemas/pfx.py
pygost/asn1schemas/pkcs10.py
pygost/asn1schemas/prvkey.py
pygost/asn1schemas/x509.py
pygost/gost28147.py
pygost/gost28147_mac.py
pygost/gost3410.py
pygost/gost3410_vko.py
pygost/gost34112012.py
pygost/gost341194.py
pygost/gost3412.py
pygost/gost3413.py
pygost/kdf.py
pygost/mgm.py
pygost/test_cms.py
pygost/test_gost28147.py
pygost/test_gost28147_mac.py
pygost/test_gost3410.py
pygost/test_gost3410_vko.py
pygost/test_gost34112012.py
pygost/test_gost341194.py
pygost/test_gost3412.py
pygost/test_gost3413.py
pygost/test_kdf.py
pygost/test_mgm.py
pygost/test_pfx.py
pygost/test_wrap.py
pygost/test_x509.py
pygost/utils.py
pygost/wrap.py
www.texi

index 583bca39e4aa3fa9a4042b3a457f5ecbf0933a0e..c462aae4e88dd9c80e004fdada9bc7bfff67bd19 100644 (file)
 Also there is example P2P F2F E2EE IM written on Python, that uses
 PyGOST with @url{http://www.pyderasn.cypherpunks.su/, PyDERASN}:
 @url{gostim.txz, GOSTIM} (@url{gostim.txz.asc, sig}) (17 KiB). It is
-described on russian in
+described in russian in
 @url{https://habr.com/ru/articles/452200/, that article}.
index cb3bd916924ae70a0b1101396e69102e2f3bbc6a..49e64b5e122857f49c375497012922253e1989dc 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 590e9a316f811c3ebdffa881a5af546cc2ce3946..2834f331915efc62c6c9a04c38737f082f5e4b1e 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 44af58ecf626857506e4c53b88867f48c5f549e7..aaa7efe95a4ef461790f7c92429d3831fc7170d7 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 153edc48c0e7f69e57292eec0ef5cd4f15751997..abefd9ec746620d22bec6916b880a37b1e432b37 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 6d5c56407b9ebed080cdd9f5495748066181fd33..1dab1c11501b7eda6c20cd6a7f2389f779392be1 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index edd83cec2d7d5fc803b811b1d8d56fd08984ec18..51fcad9f6d3bea2be2ab42e38c89e2e2e31a5755 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 3428f8b7a32081cb1d25629f78457095f19c9c85..318629e29086d5188dad20dedab4e8a04a970650 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 0a96457d666c5dcf567b7374f9783cb1c2234ff6..d575bb3561998497c1ef2ea0333eebbd6b8caecd 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index dbd6ce625ae84f0c9022f780a153074e1a4667f8..b21b5aa7ded297f17a4c6e430bb0a18dd5905e8e 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 2b8d44f6b29c7ecae809594163710791efdd6ed3..faae7049ace33f36e422f657001609bdcd7d4b80 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index a5c525dd8db7498d607e792e5e5dd609b66dc011..d4fc789344efea42ed4afea38b5cd91fb229c38e 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index e3f374e7d4bb7c4efba41d387ec43c8ed2d124f1..fe2fe5047d3ecdf5c4355588f5d422b26d1d241f 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index c4c708a6e86ff51e9c26192c6811259a2034f19c..4837128f7bb602bb30fe616397291a8541bf0a0c 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index f714e776eee9f7d52a806682e714dfcd355c586c..14191484d67842d0f6018b1acda78fd1921228a2 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 64cc12aa78e0957c8f2dcaff49e526aef710b97b..90764cd930934da81da8e0c4764367103f6b5c09 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 89d0c1d1c12f2ef9dbeb993601af11c82962f2e9..cb8e83a228f6f08e28b2744be1f90bb6a7bb5a7d 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 997fdfa6ca224435923b8af2c75d5682e79489a8..8658b0ed12d550cec3e30a9dd5a3d52d74ad052f 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index fb979aa1f4ce439af6e422c31c5dfb141b0edfc0..bc814088f82c30072616c46132b27df48d36d4ea 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 9f833d2a802e0bce1e606ae644873666dd568850..f7d4a7c0d0d8b58714d3756d376233f76f636ff5 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 97be00a65e823b56e1737eff3afbc7d966a5790d..0fab2d9826eb061eabfa96b274bd53cdbfe5016a 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index b112ec27120b50b5d4c33775dc41c7feeafb800e..408253f87991d98ac9008c0c918f50068a5133a7 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 0ac4950e103c4ccf82d30c871f750d996607d331..960b86784c6230ff5908424a6a200e783aab0db4 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index cf2e9505e6617a332e91809e5efac9e025010341..bb1d4e1c702be12bee4aa3dcefb27a813069c16e 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index af0e0616748c450f9cedc58a47369c357e615c3a..cb7fd58179065a91d2a632a0a3266598cfa8fdae 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 93eabfcdfc4a49318cf73a7bc35ff5211a4f8efe..f64d7f3ac3377af8b36e424306ba8653815009cf 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index ab2dd228579380cfd56da9d966c5a966bde30780..346966179da1ee8e2f477d366f231294a6b0b9fc 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 0fab65187ccb41bd87de45090510e23158a5c2fd..73c5f4f68b6a6b5f97868a14e794cc965945f97c 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index b83cc6dcf66b94bb3069dd502e6eac211a2db8b9..1581ba5abff65ffa4d8a4e30042a4c9014972d2a 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 1c7ce6466d9da416d1a8966b0439b3f94a409c22..5aeb72c0cae31ee72adffc64bcfbb26101d89021 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 09318944d6c50a2d7599308dd72570234d19b4ae..77f9b3575af25ec42be61b5d138deaa53a2b36e5 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index fdd70123deed6979a747ae56338ef6d1da973dc9..f6319065d9ce129dcf55fbab8fca1adfd6c43f56 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 #
 # 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
index 47a969e51de2d4858d4adf9a9cf2d20866870932..35443cdf667a9315457d6d40969cef25b663271a 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -3,7 +3,7 @@
 @settitle PyGOST
 
 @copying
-Copyright @copyright{} 2015-2025 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2015-2026 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top