]> Cypherpunks.ru repositories - pygost.git/blob - news.texi
Let's example signature comply with most implementations
[pygost.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 PEP-396 compatible module's @code{__version__}
10     @item Curve parameters aliases:
11 @verbatim
12 id-GostR3410-2001-CryptoPro-XchA-ParamSet -> id-GostR3410-2001-CryptoPro-A-ParamSet
13 id-GostR3410-2001-CryptoPro-XchB-ParamSet -> id-GostR3410-2001-CryptoPro-C-ParamSet
14 id-tc26-gost-3410-2012-256-paramSetB      -> id-GostR3410-2001-CryptoPro-A-ParamSet
15 id-tc26-gost-3410-2012-256-paramSetC      -> id-GostR3410-2001-CryptoPro-B-ParamSet
16 id-tc26-gost-3410-2012-256-paramSetD      -> id-GostR3410-2001-CryptoPro-C-ParamSet
17 @end verbatim
18     @item Forbid any later GNU GPL version autousage (project's licence
19         now is GNU GPLv3 only)
20     @end itemize
21
22 @anchor{Release 4.0}
23 @item 4.0
24     @itemize
25     @item 34.10-2012 TC26 twisted Edwards curve related parameters
26     @item Coordinates conversion from twisted Edwards to Weierstrass
27         form and vice versa
28     @item More test vectors
29     @item Backward incompatible Sbox and curves parameters renaming,
30         to comply with OIDs identifying them:
31 @verbatim
32 Gost2814789_TestParamSet       -> id-Gost28147-89-TestParamSet
33 Gost28147_CryptoProParamSetA   -> id-Gost28147-89-CryptoPro-A-ParamSet
34 Gost28147_CryptoProParamSetB   -> id-Gost28147-89-CryptoPro-B-ParamSet
35 Gost28147_CryptoProParamSetC   -> id-Gost28147-89-CryptoPro-C-ParamSet
36 Gost28147_CryptoProParamSetD   -> id-Gost28147-89-CryptoPro-D-ParamSet
37 Gost28147_tc26_ParamZ          -> id-tc26-gost-28147-param-Z
38 GostR3411_94_TestParamSet      -> id-GostR3411-94-TestParamSet
39 GostR3411_94_CryptoProParamSet -> id-GostR3411-94-CryptoProParamSet
40
41 GostR3410_2001_TestParamSet            -> id-GostR3410-2001-TestParamSet
42 GostR3410_2001_CryptoPro_A_ParamSet    -> id-GostR3410-2001-CryptoPro-A-ParamSet
43 GostR3410_2001_CryptoPro_B_ParamSet    -> id-GostR3410-2001-CryptoPro-B-ParamSet
44 GostR3410_2001_CryptoPro_C_ParamSet    -> id-GostR3410-2001-CryptoPro-C-ParamSet
45 GostR3410_2001_CryptoPro_XchA_ParamSet -> id-GostR3410-2001-CryptoPro-XchA-ParamSet
46 GostR3410_2001_CryptoPro_XchB_ParamSet -> id-GostR3410-2001-CryptoPro-XchB-ParamSet
47 GostR3410_2012_TC26_256_ParamSetA      -> id-tc26-gost-3410-2012-256-paramSetA
48 GostR3410_2012_TC26_ParamSetA          -> id-tc26-gost-3410-12-512-paramSetA
49 GostR3410_2012_TC26_ParamSetB          -> id-tc26-gost-3410-12-512-paramSetB
50 GostR3410_2012_TC26_ParamSetC          -> id-tc26-gost-3410-2012-512-paramSetC
51 @end verbatim
52     @item Backward incompatible @code{GOST3410Curve} initialization: all
53         parameters are passed not as big-endian encoded binaries, but as
54         integers
55     @item Backward incompatible change: @code{gost3410.CURVE_PARAMS} is
56       disappeared. @code{gost3410.CURVES} dictionary holds already
57       initialized @code{GOST3410Curve}. Just use
58       @code{CURVES["id-tc26-gost-3410-12-512-paramSetA"]} instead of
59       @code{GOST3410Curve(*CURVE_PARAMS["id-tc26-gost-3410-12-512-paramSetA"])}
60     @end itemize
61
62 @anchor{Release 3.15}
63 @item 3.15
64     @itemize
65     @item Licence changed back to GNU GPLv3+. GNU LGPLv3+ licenced
66         versions are not available anymore
67     @item More ASN.1-based test vectors
68         (@url{http://pyderasn.cypherpunks.ru/, PyDERASN} dependency required)
69     @end itemize
70
71 @anchor{Release 3.14}
72 @item 3.14
73 Add missing typing stubs related to previous release.
74
75 @anchor{Release 3.13}
76 @item 3.13
77     @itemize
78     @item Ability to explicitly specify used 28147-89 Sbox in
79         @code{pygost.wrap.*} functions
80     @item Ability to use key meshing in 28147-89 CBC mode
81     @end itemize
82
83 @anchor{Release 3.12}
84 @item 3.12
85     @itemize
86     @item Added mode argument to @code{pygost.gost3410_vko.kek_34102012256},
87         because 256-bit private keys can be used with that algorithm too.
88     @item Fix incorrect degree sanitizing in
89         @code{pygost.gost3410.GOST3410Curve.exp} preventing using of
90         @code{UKM=1} in @code{pygost.gost3410_vko.kek_*} functions.
91     @end itemize
92
93 @anchor{Release 3.11}
94 @item 3.11
95 Fixed PEP247 typing stub with invalid hexdigest method.
96
97 @anchor{Release 3.10}
98 @item 3.10
99 Additional missing 34.11-* typing stubs.
100
101 @anchor{Release 3.9}
102 @item 3.9
103 Add missing 34.11-2012 PBKDF2 typing stub.
104
105 @anchor{Release 3.8}
106 @item 3.8
107     @itemize
108     @item 34.11-2012 based PBKDF2 function added
109     @item 34.13-2015 does not require double blocksized IVs
110     @end itemize
111
112 @anchor{Release 3.7}
113 @item 3.7
114 Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks.
115
116 @anchor{Release 3.6}
117 @item 3.6
118 Fixed source files installation during @command{setup.py install} invocation.
119
120 @anchor{Release 3.5}
121 @item 3.5
122 Dummy release: added long description in package metadata.
123
124 @anchor{Release 3.4}
125 @item 3.4
126     @itemize
127     @item Small mypy stubs related fixes
128     @item Licence changed from GNU GPLv3+ to GNU LGPLv3+
129     @end itemize
130
131 @anchor{Release 3.3}
132 @item 3.3
133     @itemize
134     @item @code{GOST3412Kuz} renamed to @code{GOST3412Kuznechik}
135     @item @code{GOST3412Magma} implements GOST R 34.12-2015 Magma 64-bit
136         block cipher
137     @end itemize
138
139 @anchor{Release 3.2}
140 @item 3.2
141 34.13-2015 block cipher modes of operation implementations.
142
143 @anchor{Release 3.1}
144 @item 3.1
145 Fixed mypy stubs related to PEP247-successors.
146
147 @anchor{Release 3.0}
148 @item 3.0
149     @itemize
150     @item @code{gost3411_94} renamed to @code{gost341194}
151     @item @code{gost3411_2012} renamed and split to
152         @code{gost34112012256}, @code{gost34112012512}
153     @item @code{GOST34112012} split to
154         @code{GOST34112012256}, @code{GOST34112012512}
155     @item @code{gost3410.kek} moved to separate
156         @code{gost3410_vko.kek_34102001}
157     @item VKO GOST R 34.10-2012 appeared in @code{gost3410_vko},
158         with test vectors
159     @item 34.11-94 digest is reversed, to be compatible with HMAC and
160         PBKDF2 test vectors describe in TC26 documents
161     @item 34.11-94 PBKDF2 test vectors added
162     @item @code{gost3410.prv_unmarshal},
163         @code{gost3410.pub_marshal},
164         @code{gost3410.pub_unmarshal}
165         helpers added, removing the need of @code{x509} module at all
166     @item @code{gost3410.verify} requires @code{(pubX, pubY)} tuple,
167         instead of two separate @code{pubX}, @code{pubY} arguments
168     @item 34.11-94 based PBKDF2 function added
169     @end itemize
170
171 @anchor{Release 2.4}
172 @item 2.4
173 Fixed 34.13 mypy stub.
174
175 @anchor{Release 2.3}
176 @item 2.3
177 Typo and pylint fixes.
178
179 @item 2.2
180 GOST R 34.13-2015 padding methods
181
182 @item 2.1
183 Documentation and supplementary files refactoring.
184
185 @item 2.0
186 PEP-0247 compatible hashers and MAC.
187
188 @item 1.0
189     @itemize
190     @item Ability to specify curve in pygost.x509 module
191     @item Ability to use 34.10-2012 in pygost.x509 functions
192     @item Renamed classes and modules:
193 @verbatim
194 pygost.gost3410.SIZE_34100 -> pygost.gost3410.SIZE_3410_2001
195 pygost.gost3410.SIZE_34112 -> pygost.gost3410.SIZE_3410_2012
196 pygost.gost3411_12.GOST341112 -> pygost.gost3411_2012.GOST34112012
197 @end verbatim
198     @end itemize
199
200 @item 0.16
201 34.10-2012 TC26 curve parameters.
202
203 @item 0.15
204 PEP-0484 static typing hints.
205
206 @item 0.14
207 34.10-2012 workability fix.
208
209 @item 0.13
210 Python3 compatibility.
211
212 @item 0.11
213 GOST R 34.12-2015 Кузнечик (Kuznechik) implementation.
214
215 @item 0.10
216 CryptoPro and GOST key wrapping, CryptoPro key meshing.
217
218 @end table