X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=download.texi;h=19de07a3f35a2349646b3e28c9fe171d121b2c79;hb=55e0f30d5bcefc9c0c8b1f9bf94463034f98cbdb;hp=e284e89ec4ce099e30320e67620f163002e4a2be;hpb=ac2726a2dd6c876a1c3b90e7e0234ebea3853115;p=pygost.git diff --git a/download.texi b/download.texi index e284e89..19de07a 100644 --- a/download.texi +++ b/download.texi @@ -1,21 +1,25 @@ -@node Download -@unnumbered Download +@multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} +@headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum @tab Streebog-256 checksum -No additional dependencies except Python 2.7/3.x interpreter are required. +@item @ref{Release 4.3, 4.3} @tab 2019-12-27 @tab 61 KiB +@tab @url{pygost-4.3.tar.xz, link} @url{pygost-4.3.tar.xz.sig, sign} +@tab @code{37D2CA54 4565B53B CDAC5175 E6411DDB 765D187E D67D8188 7060EC4D 9D93BD73} +@tab @code{47d5831a43ae786b64462ad84be6f78c4d7b9412d5c0e1c87addb08819f5a829} -Preferable way is to download tarball with the signature: +@item @ref{Release 4.2, 4.2} @tab 2019-12-27 @tab 62 KiB +@tab @url{pygost-4.2.tar.xz, link} @url{pygost-4.2.tar.xz.sig, sign} +@tab @code{70BA61D8 7A59FD1A 952E2485 7F3472F1 8BDF61EA C10FBC13 86DEB01D A7828700} +@tab @code{f41702e5fbea79b384a9f29d4121826f06d948f548092b1ce916fda3f22eac25} -@verbatim -% wget http://pygost.cypherpunks.ru/pygost-3.15.tar.xz -% wget http://pygost.cypherpunks.ru/pygost-3.15.tar.xz.sig -% gpg --verify pygost-3.15.tar.xz.sig pygost-3.15.tar.xz -% xz -d < pygost-3.15.tar.xz | tar xf - -% cd pygost-3.15 -% python setup.py install -@end verbatim +@item @ref{Release 4.1, 4.1} @tab 2019-12-17 @tab 60 KiB +@tab @url{pygost-4.1.tar.xz, link} @url{pygost-4.1.tar.xz.sig, sign} +@tab @code{CF029E30 8207DF45 884DD118 843A9E5A 33C5D979 F1D05FEA 17B81628 41257A64} +@tab @code{5ac0ab2989f5dd5ed3f941f40db5e6e0eba7d84708b376b95eb7396427b2511e} -@multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} -@headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum @tab Streebog-256 checksum +@item @ref{Release 4.0, 4.0} @tab 2019-07-19 @tab 61 KiB +@tab @url{pygost-4.0.tar.xz, link} @url{pygost-4.0.tar.xz.sig, sign} +@tab @code{E4A329A9 AB0A781A 254AF940 10237D4C 9EEB37CB F849BA1C EA7BAF60 E3BB98B3} +@tab @code{d2646d1815338bb5e2b41388e34f2f445828d10c3253e1996fc5d8d865cdf94f} @item @ref{Release 3.15, 3.15} @tab 2018-12-09 @tab 54 KiB @tab @url{pygost-3.15.tar.xz, link} @url{pygost-3.15.tar.xz.sig, sign} @@ -87,43 +91,7 @@ Preferable way is to download tarball with the signature: @end multitable -But also you can use PIP (@strong{no} authentication is performed!): - -@verbatim -% pip install pygost==3.15 -@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 -for that purpose. - -For the very first time it is necessary to get signing public key and -import it. It is provided below, but you should check alternative -resources. - -@verbatim -pub rsa2048/0xE6FD1269CD0C009E 2016-09-13 - F55A 7619 3A0C 323A A031 0E6B E6FD 1269 CD0C 009E -uid PyGOST releases -@end verbatim - -@itemize - -@item @url{https://lists.cypherpunks.ru/mailman/listinfo/gost, gost} maillist - -@item -@verbatim -% gpg --keyserver hkp://keys.gnupg.net/ --recv-keys 0xE6FD1269CD0C009E -% gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru -% gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru -@end verbatim - -@item -@verbatiminclude PUBKEY.asc - -@end itemize - -You can obtain development source code by cloning -@url{http://git-scm.com/, Git} -@url{https://git.cypherpunks.ru/cgit.cgi/pygost.git/}. +Also there is example P2P F2F E2EE IM written on Python, that uses +PyGOST with @url{http://pyderasn.cypherpunks.ru/, PyDERASN}: +@url{gostim.txz, GOSTIM} (@url{gostim.txz.sig, sign}) (17 KiB). It is +described on russian an @url{https://habr.com/ru/post/452200/, that article}.