PyGOST is free software: see the file COPYING for copying conditions.
-PyGOST'es home page is: http://www.pygost.cypherpunks.ru/
-You can read about GOST algorithms more: http://www.gost.cypherpunks.ru/
+PyGOST'es home page is: http://www.pygost.cypherpunks.su/
+You can read about GOST algorithms more: http://www.gost.cypherpunks.su/
Please send questions, bug reports and patches to
-http://lists.cypherpunks.ru/gost.html mailing list.
+http://lists.cypherpunks.su/gost.html mailing list.
Announcements also go to this mailing list.
Development Git source code repository currently is located here:
-http://www.git.cypherpunks.ru/?p=pygost.git;a=summary
+http://www.git.cypherpunks.su/?p=pygost.git;a=summary
@end multitable
Also there is example P2P F2F E2EE IM written on Python, that uses
-PyGOST with @url{http://www.pyderasn.cypherpunks.ru/, PyDERASN}:
+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
@url{https://habr.com/ru/articles/452200/, that article}.
Preferable way is to download tarball with the signature:
@example
-$ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst
-$ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst.@{asc,sig@}
+$ [fetch|wget] http://www.pygost.cypherpunks.su/pygost-@value{VERSION}.tar.zst
+$ [fetch|wget] http://www.pygost.cypherpunks.su/pygost-@value{VERSION}.tar.zst.@{asc,sig@}
[verify signature]
$ zstd -d < pygost-@value{VERSION}.tar.zst | tar xf -
$ cd pygost-@value{VERSION}
@include integrity.texi
You can obtain development source code with
-@command{git clone git://git.cypherpunks.ru/pygost.git}.
+@command{git clone git://git.cypherpunks.su/pygost.git}.
gpg --armor --detach-sign --sign --local-user pygost@cypherpunks.ru "$tarball"
meta4-create -fn "$tarball" -mtime "$tarball" \
-sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \
- http://www.pygost.cypherpunks.ru/"$tarball" \
- http://y.www.pygost.cypherpunks.ru/"$tarball" < "$tarball" > "$tarball".meta4
+ http://www.pygost.cypherpunks.su/"$tarball" \
+ http://y.www.pygost.cypherpunks.su/"$tarball" < "$tarball" > "$tarball".meta4
size=$(( $(stat -f %z $tarball) / 1024 ))
release_date=$(date "+%Y-%m-%d")
------------------------ >8 ------------------------
-PyGOST'es home page is: http://www.pygost.cypherpunks.ru/
+PyGOST'es home page is: http://www.pygost.cypherpunks.su/
Source code and its signature for that version can be found here:
- http://www.pygost.cypherpunks.ru/pygost-${release}.tar.zst ($size KiB)
- http://www.pygost.cypherpunks.ru/pygost-${release}.tar.zst.asc
+ http://www.pygost.cypherpunks.su/pygost-${release}.tar.zst ($size KiB)
+ http://www.pygost.cypherpunks.su/pygost-${release}.tar.zst.asc
OpenPGP key: F55A 7619 3A0C 323A A031 0E6B E6FD 1269 CD0C 009E
PyGOST releases <pygost@cypherpunks.ru>
OpenSSH key: SHA256:/Z3T/T2sXaaunefAL6tz3ZykHTDYIMh5TLd9Hh9mxlU
Please send questions regarding the use of PyGOST, bug reports and patches
-to mailing list: http://lists.cypherpunks.ru/gost.html
+to mailing list: http://lists.cypherpunks.su/gost.html
EOF
cat <<EOF
------------------------ >8 ------------------------
-Домашняя страница PyGOST: http://www.pygost.cypherpunks.ru/
+Домашняя страница PyGOST: http://www.pygost.cypherpunks.su/
Исходный код и его подпись для этой версии могут быть найдены здесь:
- http://www.pygost.cypherpunks.ru/pygost-${release}.tar.zst ($size KiB)
- http://www.pygost.cypherpunks.ru/pygost-${release}.tar.zst.asc
+ http://www.pygost.cypherpunks.su/pygost-${release}.tar.zst ($size KiB)
+ http://www.pygost.cypherpunks.su/pygost-${release}.tar.zst.asc
OpenPGP ключ: F55A 7619 3A0C 323A A031 0E6B E6FD 1269 CD0C 009E
PyGOST releases <pygost@cypherpunks.ru>
Пожалуйста, все вопросы касающиеся использования PyGOST, отчёты об
ошибках и патчи отправляйте в gost почтовую рассылку:
-http://lists.cypherpunks.ru/gost.html
+http://lists.cypherpunks.su/gost.html
EOF
mv $tmp/$tarball $tmp/"$tarball".asc $tmp/"$tarball".sig $tmp/"$tarball".meta4 $cur/pygost.html/
cat > download.texi <<EOF
You can obtain releases source code prepared tarballs on
-@url{http://www.pygost.cypherpunks.ru/}.
+@url{http://www.pygost.cypherpunks.su/}.
EOF
perl -i -p -e 's/hash=sha256:\w+/hash=sha256:TARBALL-HASH/' install.texi
@item Licence changed back to GNU GPLv3+. GNU LGPLv3+ licenced
versions are not available anymore
@item More ASN.1-based test vectors
- (@url{http://www.pyderasn.cypherpunks.ru/, PyDERASN} dependency required)
+ (@url{http://www.pyderasn.cypherpunks.su/, PyDERASN} dependency required)
@end itemize
@anchor{Release 3.14}
# along with this program. If not, see <http://www.gnu.org/licenses/>.
""":rfc:`5280` related structures (**NOT COMPLETE**)
-They are taken from `PyDERASN <http://www.pyderasn.cypherpunks.ru/`__ tests.
+They are taken from `PyDERASN <http://www.pyderasn.cypherpunks.su/`__ tests.
"""
from pyderasn import Any
long_description=open("README", "rb").read().decode("utf-8"),
author="Sergey Matveev",
author_email="stargrave@stargrave.org",
- url="http://www.pygost.cypherpunks.ru/",
+ url="http://www.pygost.cypherpunks.su/",
license="GPLv3",
classifiers=[
"Development Status :: 5 - Production/Stable",
--set-customization-variable SECTION_NAME_IN_TITLE=1 \
--set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
--set-customization-variable FORMAT_MENU=menu \
- --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
+ --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.su">' \
--set-customization-variable DATE_IN_HEADER=1 \
--set-customization-variable ASCII_PUNCTUATION=1 \
--output pygost.html www.texi
cd pygost.html
export ATOM_ID="98c5d1c8-b867-4eee-91b0-ef2c507e93b9"
export NAME=PyGOST
- export BASE_URL=http://www.pygost.cypherpunks.ru
- export AUTHOR_EMAIL=pygost@cypherpunks.ru
+ export BASE_URL=http://www.pygost.cypherpunks.su
+ export AUTHOR_EMAIL=pygost@cypherpunks.su
~/work/releases-feed/releases.atom.zsh
)
perl -i -npe 'print "<link rel=\"alternate\" title=\"Releases\" href=\"releases.atom\" type=\"application/atom+xml\">\n" if /^<\/head>/' pygost.html/Download.html
@url{https://www.gnu.org/philosophy/pragmatic.html, copylefted}
@url{https://www.gnu.org/philosophy/free-sw.html, free software}:
licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3}.
-You can read about GOST algorithms @url{http://www.gost.cypherpunks.ru/, more}.
+You can read about GOST algorithms @url{http://www.gost.cypherpunks.su/, more}.
Currently supported algorithms are:
@end example
Please send questions, bug reports and patches to
-@url{http://lists.cypherpunks.ru/gost.html, gost}
+@url{http://lists.cypherpunks.su/gost.html, gost}
mailing list. Announcements also go to this mailing list.
@insertcopying