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