]> Cypherpunks.ru repositories - gogost.git/blobdiff - news.texi
Download link for 5.14.1 release
[gogost.git] / news.texi
index dc918f769cb7b33357f00d215f3c0a197c8e9424..bd73cc2d3d409770ca4a356ae46eee819fcf4370 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,6 +3,167 @@
 
 @table @strong
 
+@anchor{Release 5.14.1}
+@item 5.14.1
+    @itemize
+    @item Forgotten @code{Version} raise
+    @item Streebog-512 PBKDF2 test vectors
+    @end itemize
+
+@anchor{Release 5.14.0}
+@item 5.14.0
+28147-89 and CryptoPro key wrapping support
+(@url{https://tools.ietf.org/html/rfc4357.html, RFC 4357}).
+
+@anchor{Release 5.13.0}
+@item 5.13.0
+    @itemize
+    @item
+        @code{gost3410.NewPublicKeyLE}, @code{gost3410.PublicKey.RawLE},
+        @code{gost3410.NewPublicKeyBE}, @code{gost3410.PublicKey.RawBE},
+        @code{gost3410.NewPrivateKeyLE}, @code{gost3410.PrivateKey.RawLE},
+        @code{gost3410.NewPrivateKeyBE}, @code{gost3410.PrivateKey.RawBE},
+        functions appeared, to simplify dealing with different endianness
+        keys serialisation
+    @item
+        @code{gost3410.PublicKeyReverseDigest} and
+        @code{gost3410.PublicKeyReverseDigestAndSignature} wrappers appeared
+    @end itemize
+
+@anchor{Release 5.12.0}
+@item 5.12.0
+Updated dependencies.
+
+@anchor{Release 5.11.0}
+@item 5.11.0
+You can check if public key is on curve with
+@code{gost3410.Curve.Contains} method now.
+
+@anchor{Release 5.10.0}
+@item 5.10.0
+    @itemize
+    @item @code{mgm.MGM.Open} returns @code{mgm.InvalidTag} for failed authentication
+    @item Example @file{cmd/cer-dane-hash} and
+        @file{cmd/cer-selfsigned-example} utilities appeared
+    @end itemize
+
+@anchor{Release 5.9.1}
+@item 5.9.1
+Updated and cleaned up @file{go.sum}.
+
+@anchor{Release 5.9.0}
+@item 5.9.0
+@code{gost3410} is more thread-safe.
+
+@anchor{Release 5.8.0}
+@item 5.8.0
+Faster Kuznechik and ~3x faster Kuznechik-MGM.
+
+@anchor{Release 5.7.0}
+@item 5.7.0
+Go 1.17 requires @code{gost3410.PublicKey} to have @code{Equal} method.
+
+@anchor{Release 5.6.0}
+@item 5.6.0
+    @itemize
+    @item Add @code{gost3410.CurveIdtc26gost341012512paramSetTest} curve
+    @item More curve aliases:
+@verbatim
+CurveIdGostR34102001CryptoProAParamSet -> CurveIdtc26gost341012256paramSetB
+CurveIdGostR34102001CryptoProBParamSet -> CurveIdtc26gost341012256paramSetC
+CurveIdGostR34102001CryptoProCParamSet -> CurveIdtc26gost341012256paramSetD
+CurveIdGostR34102001CryptoProXchAParamSet -> CurveIdGostR34102001CryptoProAParamSet
+CurveIdGostR34102001CryptoProXchBParamSet -> CurveIdGostR34102001CryptoProCParamSet
+CurveIdtc26gost34102012256paramSetA -> CurveIdtc26gost341012256paramSetA
+CurveIdtc26gost34102012256paramSetB -> CurveIdtc26gost341012256paramSetB
+CurveIdtc26gost34102012256paramSetC -> CurveIdtc26gost341012256paramSetC
+CurveIdtc26gost34102012256paramSetD -> CurveIdtc26gost341012256paramSetD
+CurveIdtc26gost34102012512paramSetTest -> CurveIdtc26gost341012512paramSetTest
+CurveIdtc26gost34102012512paramSetA -> CurveIdtc26gost341012512paramSetA
+CurveIdtc26gost34102012512paramSetB -> CurveIdtc26gost341012512paramSetB
+CurveIdtc26gost34102012512paramSetC -> CurveIdtc26gost341012512paramSetC
+@end verbatim
+    @end itemize
+
+@anchor{Release 5.5.0}
+@item 5.5.0
+    @code{gost3410.PrivateKey} is in @code{gost3410.Curve.Q} now. That
+    makes them more friendly with some implementations.
+
+@anchor{Release 5.4.0}
+@item 5.4.0
+    Even slightly less allocations in Streebog.
+
+@anchor{Release 5.3.0}
+@item 5.3.0
+    ~16x speedup of Streebog, ~15x speedup of Kuznechik.
+
+@anchor{Release 5.2.0}
+@item 5.2.0
+    MGM does not panic when short (tagless) message is verified.
+
+@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.
+
+@anchor{Release 4.2.2}
+@item 4.2.2
+    More 34.10-2012 test vectors.
+
+@anchor{Release 4.2.1}
+@item 4.2.1
+    Dummy release. More nicer tarballs.
+
+@anchor{Release 4.2.0}
+@item 4.2.0
+    @itemize
+    @item @code{PRF_IPSEC_PRFPLUS_GOSTR3411_2012_@{256,512@}} implementation
+    @item Generic @code{prf+} function (taken from IKEv2
+        (@url{https://tools.ietf.org/html/rfc5831.html, RFC 7296}))
+    @end itemize
+
+@anchor{Release 4.1.0}
+@item 4.1.0
+    @itemize
+    @item @code{ESPTREE}/@code{IKETREE} 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