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