X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=3113f3bd51a2f24602062d1bc009a4eea32f4024;hb=244469e3eb8ee0794a0db7413bc600e20ce22b4f;hp=6dc66442d810e3941f25dae4f133aa948988892a;hpb=d7ddc1e040f48d6b67ec55a9242a9aaa2853c569;p=pygost.git diff --git a/news.texi b/news.texi index 6dc6644..3113f3b 100644 --- a/news.texi +++ b/news.texi @@ -2,6 +2,38 @@ @unnumbered News @table @strong + +@anchor{Release 3.15} +@item 3.15 + @itemize + @item Licence changed back to GNU GPLv3+. GNU LGPLv3+ licenced + versions are not available anymore + @item More ASN.1-based test vectors + (@url{http://pyderasn.cypherpunks.ru/, PyDERASN} dependency required) + @end itemize + +@anchor{Release 3.14} +@item 3.14 +Add missing typing stubs related to previous release. + +@anchor{Release 3.13} +@item 3.13 + @itemize + @item Ability to explicitly specify used 28147-89 Sbox in + @code{pygost.wrap.*} functions + @item Ability to use key meshing in 28147-89 CBC mode + @end itemize + +@anchor{Release 3.12} +@item 3.12 + @itemize + @item Added mode argument to @code{pygost.gost3410_vko.kek_34102012256}, + because 256-bit private keys can be used with that algorithm too. + @item Fix incorrect degree sanitizing in + @code{pygost.gost3410.GOST3410Curve.exp} preventing using of + @code{UKM=1} in @code{pygost.gost3410_vko.kek_*} functions. + @end itemize + @anchor{Release 3.11} @item 3.11 Fixed PEP247 typing stub with invalid hexdigest method. @@ -128,4 +160,5 @@ GOST R 34.12-2015 Кузнечик (Kuznechik) implementation. @item 0.10 CryptoPro and GOST key wrapping, CryptoPro key meshing. + @end table