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