X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=33ea6490cc3a4edb624ad55b8c7a7547bacc00f0;hb=d27ade88208cf35cce14cfad2b2d7e29b68d0761;hp=d2d1e82af79782a5b76755954971cc609882ec5d;hpb=9f3355e3239fed2b0110b0724e7ba1ed509b8a19;p=gogost.git diff --git a/news.texi b/news.texi index d2d1e82..33ea649 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,33 @@ @table @strong +@anchor{Release 5.1.1} +@item 5.1.1 + Tarball uses vendoring, instead of @env{GOPATH} overriding. + As minimal Go version is 1.12 for a long time, it supports modules. + +@anchor{Release 5.1.0} +@item 5.1.0 + @code{gost3410/KEK*} functions do not alter @code{ukm} argument. + It is safe to reuse now. + +@anchor{Release 5.0.0} +@item 5.0.0 + Backward incompatible remove of excess misleading @code{gost3410.Mode} + from all related functions. Point/key sizes are determined by + looking at curve's parameters size. + +@anchor{Release 4.3.0} +@item 4.3.0 + @strong{Fixed} nasty bug with Edwards curves using in 34.10-VKO + functions: curve's cofactor has not been used. + +@anchor{Release 4.2.4} +@item 4.2.4 + @code{gost3410.PrivateKeyReverseDigest} reversed digests and + @code{PrivateKeyReverseDigestAndSignature} with also reversed signatures + signers appeared for convenience. + @anchor{Release 4.2.3} @item 4.2.3 Panic on all possible hash @code{Write} errors.