X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=www.texi;h=93c27ca31b1b43125ee6e22358814edf434ce989;hp=22db8c27c22535d7aa47b2f9e784653c7093522e;hb=212bb9852fd66cf0b1ac054ed36408fd29752c62;hpb=5f31b66fe7bfc9e872108cef21fd82800c09b87d diff --git a/www.texi b/www.texi index 22db8c2..93c27ca 100644 --- a/www.texi +++ b/www.texi @@ -30,6 +30,7 @@ Currently supported algorithms are: @item GOST R 34.11-94 based @url{https://en.wikipedia.org/wiki/PBKDF2, PBKDF2} function @item GOST R 34.11-2012 Стрибог (Streebog) hash function (@url{https://tools.ietf.org/html/rfc6986.html, RFC 6986}) +@item GOST R 34.11-2012 based PBKDF2 function (Р 50.1.111-2016) @item GOST R 34.10-2001 (@url{https://tools.ietf.org/html/rfc5832.html, RFC 5832}) public key signature function @@ -90,6 +91,11 @@ mailing list. Announcements also go to this mailing list. @unnumbered News @table @strong +@item 3.8 + @itemize + @item 34.11-2012 based PBKDF2 function added + @end itemize + @item 3.7 Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks. @@ -194,11 +200,11 @@ No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature: @verbatim -% wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz -% wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig -% gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz -% xz -d < pygost-3.7.tar.xz | tar xf - -% cd pygost-3.7 +% wget http://pygost.cypherpunks.ru/pygost-3.8.tar.xz +% wget http://pygost.cypherpunks.ru/pygost-3.8.tar.xz.sig +% gpg --verify pygost-3.8.tar.xz.sig pygost-3.8.tar.xz +% xz -d < pygost-3.8.tar.xz | tar xf - +% cd pygost-3.8 % python setup.py install @end verbatim