X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=12acd2e31132e23f97b8ff5e73e13c9e38d67af0;hb=7da9d112af869533c29ab19cee07013e94c8fac2;hp=8d2d34f162f94ce0f3583b4fd3398bdad4905fdc;hpb=c5eef75fdd73e7dcae3b2972885448ec77a5007c;p=gogost.git diff --git a/news.texi b/news.texi index 8d2d34f..12acd2e 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,35 @@ @table @strong +@anchor{Release 4.1.0} +@item 4.1.0 + @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 @command{go get}-able and uses + @code{go.cypherpunks.ru} namespace: + @command{go get go.cypherpunks.ru/gogost}, + @command{go get go.cypherpunks.ru/gogost/cmd/streebog@{256,512@}}. + @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