]> Cypherpunks.ru repositories - gogost.git/blob - news.texi
Less Streebog allocations
[gogost.git] / news.texi
1 @node News
2 @unnumbered News
3
4 @table @strong
5
6 @anchor{Release 5.4.0}
7 @item 5.4.0
8     Even slightly less allocations in Streebog.
9
10 @anchor{Release 5.3.0}
11 @item 5.3.0
12     ~16x speedup of Streebog, ~15x speedup of Kuznechik.
13
14 @anchor{Release 5.2.0}
15 @item 5.2.0
16     MGM does not panic when short (tagless) message is verified.
17
18 @anchor{Release 5.1.1}
19 @item 5.1.1
20     Tarball uses vendoring, instead of @env{GOPATH} overriding.
21     As minimal Go version is 1.12 for a long time, it supports modules.
22
23 @anchor{Release 5.1.0}
24 @item 5.1.0
25     @code{gost3410/KEK*} functions do not alter @code{ukm} argument.
26     It is safe to reuse now.
27
28 @anchor{Release 5.0.0}
29 @item 5.0.0
30     Backward incompatible remove of excess misleading @code{gost3410.Mode}
31     from all related functions. Point/key sizes are determined by
32     looking at curve's parameters size.
33
34 @anchor{Release 4.3.0}
35 @item 4.3.0
36     @strong{Fixed} nasty bug with Edwards curves using in 34.10-VKO
37     functions: curve's cofactor has not been used.
38
39 @anchor{Release 4.2.4}
40 @item 4.2.4
41     @code{gost3410.PrivateKeyReverseDigest} reversed digests and
42     @code{PrivateKeyReverseDigestAndSignature} with also reversed signatures
43     signers appeared for convenience.
44
45 @anchor{Release 4.2.3}
46 @item 4.2.3
47     Panic on all possible hash @code{Write} errors.
48
49 @anchor{Release 4.2.2}
50 @item 4.2.2
51     More 34.10-2012 test vectors.
52
53 @anchor{Release 4.2.1}
54 @item 4.2.1
55     Dummy release. More nicer tarballs.
56
57 @anchor{Release 4.2.0}
58 @item 4.2.0
59     @itemize
60     @item @code{PRF_IPSEC_PRFPLUS_GOSTR3411_2012_@{256,512@}} implementation
61     @item Generic @code{prf+} function (taken from IKEv2
62         (@url{https://tools.ietf.org/html/rfc5831.html, RFC 7296}))
63     @end itemize
64
65 @anchor{Release 4.1.0}
66 @item 4.1.0
67     @itemize
68     @item @code{ESPTREE}/@code{IKETREE} implementation
69     @item @code{CurveIdtc26gost34102012256paramSetB},
70         @code{CurveIdtc26gost34102012256paramSetC},
71         @code{CurveIdtc26gost34102012256paramSetD} curve aliases
72     @item Forbid any later GNU GPL version autousage
73         (project's licence now is GNU GPLv3 only)
74     @item Project now is @command{go get}-able and uses
75         @code{go.cypherpunks.ru} namespace:
76         @command{go get go.cypherpunks.ru/gogost},
77         @command{go get go.cypherpunks.ru/gogost/cmd/streebog@{256,512@}}
78     @end itemize
79
80 @anchor{Release 4.0}
81 @item 4.0
82     @itemize
83     @item Backward incompatible change: all keys passing to encryption
84         functions are slices now, not the fixed arrays. That heavily
85         simplifies the library usage
86     @item Fix bug with overwriting IVs memory in @code{gost28147.CFB*crypter}
87     @item @code{TLSTREE}, used in TLS 1.[23], implementation
88     @item @code{gost3410.KEK2012*} can be used with any curves, not only 512-bit ones
89     @item @code{gost3410.PrivateKey} satisfies @code{crypto.Signer} interface
90     @item @code{gost34112012*} hashes satisfy @code{encoding.Binary(Un)Marshaler}
91     @item Streebog256 HKDF test vectors
92     @end itemize
93
94 @anchor{Release 3.0}
95 @item 3.0
96     @itemize
97     @item Multilinear Galois Mode (MGM) block cipher mode for
98       64 and 128 bit ciphers
99     @item @code{KDF_GOSTR3411_2012_256} KDF
100     @item 34.12-2015 64-bit block cipher Магма (Magma)
101     @item Additional EAC 28147-89 Sbox
102     @item 34.10-2012 TC26 twisted Edwards curve related parameters
103     @item Coordinates conversion from twisted Edwards to Weierstrass
104       form and vice versa
105     @item Fixed @code{gost3410.PrivateKey}'s length validation
106     @item Backward incompatible change: @code{gost3410.NewCurve} takes
107       @code{big.Int}, instead of encoded integers
108     @item Backward incompatible Sbox and curves parameters renaming, to
109       comply with OIDs identifying them:
110 @verbatim
111 Gost2814789_TestParamSet       -> SboxIdGost2814789TestParamSet
112 Gost28147_CryptoProParamSetA   -> SboxIdGost2814789CryptoProAParamSet
113 Gost28147_CryptoProParamSetB   -> SboxIdGost2814789CryptoProBParamSet
114 Gost28147_CryptoProParamSetC   -> SboxIdGost2814789CryptoProCParamSet
115 Gost28147_CryptoProParamSetD   -> SboxIdGost2814789CryptoProDParamSet
116 GostR3411_94_TestParamSet      -> SboxIdGostR341194TestParamSet
117 Gost28147_tc26_ParamZ          -> SboxIdtc26gost28147paramZ
118 GostR3411_94_CryptoProParamSet -> SboxIdGostR341194CryptoProParamSet
119 EACParamSet                    -> SboxEACParamSet
120
121 CurveParamsGostR34102001cc            -> CurveGostR34102001ParamSetcc
122 CurveParamsGostR34102001Test          -> CurveIdGostR34102001TestParamSet
123 CurveParamsGostR34102001CryptoProA    -> CurveIdGostR34102001CryptoProAParamSet
124 CurveParamsGostR34102001CryptoProB    -> CurveIdGostR34102001CryptoProBParamSet
125 CurveParamsGostR34102001CryptoProC    -> CurveIdGostR34102001CryptoProCParamSet
126 CurveParamsGostR34102001CryptoProXchA -> CurveIdGostR34102001CryptoProXchAParamSet
127 CurveParamsGostR34102001CryptoProXchB -> CurveIdGostR34102001CryptoProXchBParamSet
128 CurveParamsGostR34102012TC26ParamSetA -> CurveIdtc26gost341012512paramSetA
129 CurveParamsGostR34102012TC26ParamSetB -> CurveIdtc26gost341012512paramSetB
130 @end verbatim
131     @item Various additional test vectors
132     @item go modules friendliness
133     @end itemize
134
135 @anchor{Release 2.0}
136 @item 2.0
137     @itemize
138     @item 34.11-2012 is split on two different modules:
139         @code{gost34112012256} and @code{gost34112012512}
140     @item 34.11-94's digest is reversed. Now it is compatible with TC26's
141       HMAC and PBKDF2 test vectors
142     @item @code{gogost-streebog} is split to @code{streebog256} and
143         @code{streebog512} correspondingly by analogy with sha* utilities
144     @item added VKO 34.10-2012 support with corresponding test vectors
145     @item @code{gost3410.DigestSizeX} is renamed to
146         @code{gost3410.ModeX} because it is not related to digest size,
147         but parameters and key sizes
148     @item KEK functions take @code{big.Int} UKM value. Use @code{NewUKM}
149         to unmarshal raw binary UKM
150     @end itemize
151
152 @anchor{Release 1.1}
153 @item 1.1
154     @itemize
155     @item gogost-streebog is able to use either 256 or 512 bits digest size
156     @item 34.13-2015 padding methods
157     @item 28147-89 CBC mode of operation
158     @end itemize
159
160 @end table