X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=91449e25796312aaad658a5676dc28249528e10b;hb=30588af8972ef366e0eb9a3e5aac799946de0e1a;hp=8d2d34f162f94ce0f3583b4fd3398bdad4905fdc;hpb=c5eef75fdd73e7dcae3b2972885448ec77a5007c;p=gogost.git diff --git a/news.texi b/news.texi index 8d2d34f..91449e2 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,33 @@ @table @strong +@anchor{Release 4.1} +@item 4.1 + @itemize + @item @code{ESPTREE} implementation + @item @code{CurveIdtc26gost34102012256paramSetB}, + @code{CurveIdtc26gost34102012256paramSetC}, + @code{CurveIdtc26gost34102012256paramSetD} curve aliases + @item Forbid any later GNU GPL version autousage + (project's licence now is GNU GPLv3 only) + @item Project now is go-get-able: @command{go get go.cypherpunks.ru/gogost/v4} + + @end itemize + +@anchor{Release 4.0} +@item 4.0 + @itemize + @item Backward incompatible change: all keys passing to encryption + functions are slices now, not the fixed arrays. That heavily + simplifies the library usage + @item Fix bug with overwriting IVs memory in @code{gost28147.CFB*crypter} + @item @code{TLSTREE}, used in TLS 1.[23], implementation + @item @code{gost3410.KEK2012*} can be used with any curves, not only 512-bit ones + @item @code{gost3410.PrivateKey} satisfies @code{crypto.Signer} interface + @item @code{gost34112012*} hashes satisfy @code{encoding.Binary(Un)Marshaler} + @item Streebog256 HKDF test vectors + @end itemize + @anchor{Release 3.0} @item 3.0 @itemize