]> Cypherpunks.ru repositories - gogost.git/blob - news.texi
Download link for 4.1.0 release
[gogost.git] / news.texi
1 @node News
2 @unnumbered News
3
4 @table @strong
5
6 @anchor{Release 4.1.0}
7 @item 4.1.0
8     @itemize
9     @item @code{ESPTREE} implementation
10     @item @code{CurveIdtc26gost34102012256paramSetB},
11         @code{CurveIdtc26gost34102012256paramSetC},
12         @code{CurveIdtc26gost34102012256paramSetD} curve aliases
13     @item Forbid any later GNU GPL version autousage
14         (project's licence now is GNU GPLv3 only)
15     @item Project now is @command{go get}-able:
16         @command{go get go.cypherpunks.ru/gogost/v4}
17     @end itemize
18
19 @anchor{Release 4.0}
20 @item 4.0
21     @itemize
22     @item Backward incompatible change: all keys passing to encryption
23         functions are slices now, not the fixed arrays. That heavily
24         simplifies the library usage
25     @item Fix bug with overwriting IVs memory in @code{gost28147.CFB*crypter}
26     @item @code{TLSTREE}, used in TLS 1.[23], implementation
27     @item @code{gost3410.KEK2012*} can be used with any curves, not only 512-bit ones
28     @item @code{gost3410.PrivateKey} satisfies @code{crypto.Signer} interface
29     @item @code{gost34112012*} hashes satisfy @code{encoding.Binary(Un)Marshaler}
30     @item Streebog256 HKDF test vectors
31     @end itemize
32
33 @anchor{Release 3.0}
34 @item 3.0
35     @itemize
36     @item Multilinear Galois Mode (MGM) block cipher mode for
37       64 and 128 bit ciphers
38     @item @code{KDF_GOSTR3411_2012_256} KDF
39     @item 34.12-2015 64-bit block cipher Магма (Magma)
40     @item Additional EAC 28147-89 Sbox
41     @item 34.10-2012 TC26 twisted Edwards curve related parameters
42     @item Coordinates conversion from twisted Edwards to Weierstrass
43       form and vice versa
44     @item Fixed @code{gost3410.PrivateKey}'s length validation
45     @item Backward incompatible change: @code{gost3410.NewCurve} takes
46       @code{big.Int}, instead of encoded integers
47     @item Backward incompatible Sbox and curves parameters renaming, to
48       comply with OIDs identifying them:
49 @verbatim
50 Gost2814789_TestParamSet       -> SboxIdGost2814789TestParamSet
51 Gost28147_CryptoProParamSetA   -> SboxIdGost2814789CryptoProAParamSet
52 Gost28147_CryptoProParamSetB   -> SboxIdGost2814789CryptoProBParamSet
53 Gost28147_CryptoProParamSetC   -> SboxIdGost2814789CryptoProCParamSet
54 Gost28147_CryptoProParamSetD   -> SboxIdGost2814789CryptoProDParamSet
55 GostR3411_94_TestParamSet      -> SboxIdGostR341194TestParamSet
56 Gost28147_tc26_ParamZ          -> SboxIdtc26gost28147paramZ
57 GostR3411_94_CryptoProParamSet -> SboxIdGostR341194CryptoProParamSet
58 EACParamSet                    -> SboxEACParamSet
59
60 CurveParamsGostR34102001cc            -> CurveGostR34102001ParamSetcc
61 CurveParamsGostR34102001Test          -> CurveIdGostR34102001TestParamSet
62 CurveParamsGostR34102001CryptoProA    -> CurveIdGostR34102001CryptoProAParamSet
63 CurveParamsGostR34102001CryptoProB    -> CurveIdGostR34102001CryptoProBParamSet
64 CurveParamsGostR34102001CryptoProC    -> CurveIdGostR34102001CryptoProCParamSet
65 CurveParamsGostR34102001CryptoProXchA -> CurveIdGostR34102001CryptoProXchAParamSet
66 CurveParamsGostR34102001CryptoProXchB -> CurveIdGostR34102001CryptoProXchBParamSet
67 CurveParamsGostR34102012TC26ParamSetA -> CurveIdtc26gost341012512paramSetA
68 CurveParamsGostR34102012TC26ParamSetB -> CurveIdtc26gost341012512paramSetB
69 @end verbatim
70     @item Various additional test vectors
71     @item go modules friendliness
72     @end itemize
73
74 @anchor{Release 2.0}
75 @item 2.0
76     @itemize
77     @item 34.11-2012 is split on two different modules:
78         @code{gost34112012256} and @code{gost34112012512}
79     @item 34.11-94's digest is reversed. Now it is compatible with TC26's
80       HMAC and PBKDF2 test vectors
81     @item @code{gogost-streebog} is split to @code{streebog256} and
82         @code{streebog512} correspondingly by analogy with sha* utilities
83     @item added VKO 34.10-2012 support with corresponding test vectors
84     @item @code{gost3410.DigestSizeX} is renamed to
85         @code{gost3410.ModeX} because it is not related to digest size,
86         but parameters and key sizes
87     @item KEK functions take @code{big.Int} UKM value. Use @code{NewUKM}
88         to unmarshal raw binary UKM
89     @end itemize
90
91 @anchor{Release 1.1}
92 @item 1.1
93     @itemize
94     @item gogost-streebog is able to use either 256 or 512 bits digest size
95     @item 34.13-2015 padding methods
96     @item 28147-89 CBC mode of operation
97     @end itemize
98
99 @end table