]> Cypherpunks.ru repositories - pygost.git/blob - news.texi
Prepare for release
[pygost.git] / news.texi
1 @node News
2 @unnumbered News
3
4 @table @strong
5
6 @anchor{Release 5.3}
7 @item 5.3
8     @itemize
9     @item More than 4 times speed increase of @code{gost34112012}.
10     @item @command{asn1schemas/cert-selfsigned-example.py} optionally
11         can issue CA signed child certificate.
12     @end itemize
13
14 @anchor{Release 5.2}
15 @item 5.2
16     @itemize
17     @item @code{GOST3410Curve} has @code{.contains(point)} method for
18         checking if point is on the curve.
19     @item @code{gost3410_vko} functions check if remote peer's public
20         key is on the curve.
21     @item Small typing stubs fixes.
22     @end itemize
23
24 @anchor{Release 5.1}
25 @item 5.1
26 Small typing stubs fixes.
27
28 @anchor{Release 5.0}
29 @item 5.0
30     @itemize
31     @item Backward incompatible removing of misleading and excess
32         @option{mode} keyword argument from all @code{gost3410*} related
33         functions. Point/key sizes are determined by looking at curve's
34         parameters size.
35     @item @command{asn1schemas/cert-selfsigned-example.py} optionally
36         can create CA certificate.
37     @end itemize
38
39 @anchor{Release 4.9}
40 @item 4.9
41     @itemize
42     @item @strong{Fixed} nasty bug with Edwards curves using in
43         34.10-VKO functions: curve's cofactor has not been used
44     @item CTR-ACPKM mode of operation
45     @item OMAC-ACPKM-Master moder of operation
46     @item KExp15/KImp15 key export/import functions
47     @item KDF_GOSTR3411_2012_256, KDF_TREE_GOSTR3411_2012_256
48     @item KEG export key generation function
49     @end itemize
50
51 @anchor{Release 4.8}
52 @item 4.8
53 MGM AEAD mode for 64 and 128 bit ciphers.
54
55 @anchor{Release 4.7}
56 @item 4.7
57 Removed @code{gost28147.addmod} for simplicity.
58
59 @anchor{Release 4.6}
60 @item 4.6
61 Fix invalid @code{gost28147.addmod}'s behaviour with much bigger values
62 than the modulo.
63
64 @anchor{Release 4.5}
65 @item 4.5
66 Fixed digest endianness and more RFC4491bis conformance in
67 @command{asn1schemas/cert-selfsigned-example.py} certificate's.
68
69 @anchor{Release 4.4}
70 @item 4.4
71     @itemize
72     @item @code{id-tc26-gost-3410-2012-512-paramSetTest} curve
73     @item Simple FAQ
74     @item More test vectors for 34.10-2012
75     @item More X.509, PKCS #10 and corresponding ASN.1 helper structures
76     @end itemize
77
78 @anchor{Release 4.3}
79 @item 4.3
80 Dummy release with fixed @code{pygost.__version__}.
81
82 @anchor{Release 4.2}
83 @item 4.2
84     @itemize
85     @item @code{pygost.gost3410.sign} accepts predefined random
86         data used for k/r generation
87     @item More test vectors for 34.10-2012
88     @end itemize
89
90 @anchor{Release 4.1}
91 @item 4.1
92     @itemize
93     @item PEP-396 compatible module's @code{__version__}
94     @item Curve parameters aliases:
95 @verbatim
96 id-GostR3410-2001-CryptoPro-XchA-ParamSet -> id-GostR3410-2001-CryptoPro-A-ParamSet
97 id-GostR3410-2001-CryptoPro-XchB-ParamSet -> id-GostR3410-2001-CryptoPro-C-ParamSet
98 id-tc26-gost-3410-2012-256-paramSetB      -> id-GostR3410-2001-CryptoPro-A-ParamSet
99 id-tc26-gost-3410-2012-256-paramSetC      -> id-GostR3410-2001-CryptoPro-B-ParamSet
100 id-tc26-gost-3410-2012-256-paramSetD      -> id-GostR3410-2001-CryptoPro-C-ParamSet
101 @end verbatim
102     @item Forbid any later GNU GPL version autousage (project's licence
103         now is GNU GPLv3 only)
104     @end itemize
105
106 @anchor{Release 4.0}
107 @item 4.0
108     @itemize
109     @item 34.10-2012 TC26 twisted Edwards curve related parameters
110     @item Coordinates conversion from twisted Edwards to Weierstrass
111         form and vice versa
112     @item More test vectors
113     @item Backward incompatible Sbox and curves parameters renaming,
114         to comply with OIDs identifying them:
115 @verbatim
116 Gost2814789_TestParamSet       -> id-Gost28147-89-TestParamSet
117 Gost28147_CryptoProParamSetA   -> id-Gost28147-89-CryptoPro-A-ParamSet
118 Gost28147_CryptoProParamSetB   -> id-Gost28147-89-CryptoPro-B-ParamSet
119 Gost28147_CryptoProParamSetC   -> id-Gost28147-89-CryptoPro-C-ParamSet
120 Gost28147_CryptoProParamSetD   -> id-Gost28147-89-CryptoPro-D-ParamSet
121 Gost28147_tc26_ParamZ          -> id-tc26-gost-28147-param-Z
122 GostR3411_94_TestParamSet      -> id-GostR3411-94-TestParamSet
123 GostR3411_94_CryptoProParamSet -> id-GostR3411-94-CryptoProParamSet
124
125 GostR3410_2001_TestParamSet            -> id-GostR3410-2001-TestParamSet
126 GostR3410_2001_CryptoPro_A_ParamSet    -> id-GostR3410-2001-CryptoPro-A-ParamSet
127 GostR3410_2001_CryptoPro_B_ParamSet    -> id-GostR3410-2001-CryptoPro-B-ParamSet
128 GostR3410_2001_CryptoPro_C_ParamSet    -> id-GostR3410-2001-CryptoPro-C-ParamSet
129 GostR3410_2001_CryptoPro_XchA_ParamSet -> id-GostR3410-2001-CryptoPro-XchA-ParamSet
130 GostR3410_2001_CryptoPro_XchB_ParamSet -> id-GostR3410-2001-CryptoPro-XchB-ParamSet
131 GostR3410_2012_TC26_256_ParamSetA      -> id-tc26-gost-3410-2012-256-paramSetA
132 GostR3410_2012_TC26_ParamSetA          -> id-tc26-gost-3410-12-512-paramSetA
133 GostR3410_2012_TC26_ParamSetB          -> id-tc26-gost-3410-12-512-paramSetB
134 GostR3410_2012_TC26_ParamSetC          -> id-tc26-gost-3410-2012-512-paramSetC
135 @end verbatim
136     @item Backward incompatible @code{GOST3410Curve} initialization: all
137         parameters are passed not as big-endian encoded binaries, but as
138         integers
139     @item Backward incompatible change: @code{gost3410.CURVE_PARAMS} is
140       disappeared. @code{gost3410.CURVES} dictionary holds already
141       initialized @code{GOST3410Curve}. Just use
142       @code{CURVES["id-tc26-gost-3410-12-512-paramSetA"]} instead of
143       @code{GOST3410Curve(*CURVE_PARAMS["id-tc26-gost-3410-12-512-paramSetA"])}
144     @end itemize
145
146 @anchor{Release 3.15}
147 @item 3.15
148     @itemize
149     @item Licence changed back to GNU GPLv3+. GNU LGPLv3+ licenced
150         versions are not available anymore
151     @item More ASN.1-based test vectors
152         (@url{http://www.pyderasn.cypherpunks.ru/, PyDERASN} dependency required)
153     @end itemize
154
155 @anchor{Release 3.14}
156 @item 3.14
157 Add missing typing stubs related to previous release.
158
159 @anchor{Release 3.13}
160 @item 3.13
161     @itemize
162     @item Ability to explicitly specify used 28147-89 Sbox in
163         @code{pygost.wrap.*} functions
164     @item Ability to use key meshing in 28147-89 CBC mode
165     @end itemize
166
167 @anchor{Release 3.12}
168 @item 3.12
169     @itemize
170     @item Added mode argument to @code{pygost.gost3410_vko.kek_34102012256},
171         because 256-bit private keys can be used with that algorithm too.
172     @item Fix incorrect degree sanitizing in
173         @code{pygost.gost3410.GOST3410Curve.exp} preventing using of
174         @code{UKM=1} in @code{pygost.gost3410_vko.kek_*} functions.
175     @end itemize
176
177 @anchor{Release 3.11}
178 @item 3.11
179 Fixed PEP247 typing stub with invalid hexdigest method.
180
181 @anchor{Release 3.10}
182 @item 3.10
183 Additional missing 34.11-* typing stubs.
184
185 @anchor{Release 3.9}
186 @item 3.9
187 Add missing 34.11-2012 PBKDF2 typing stub.
188
189 @anchor{Release 3.8}
190 @item 3.8
191     @itemize
192     @item 34.11-2012 based PBKDF2 function added
193     @item 34.13-2015 does not require double blocksized IVs
194     @end itemize
195
196 @anchor{Release 3.7}
197 @item 3.7
198 Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks.
199
200 @anchor{Release 3.6}
201 @item 3.6
202 Fixed source files installation during @command{setup.py install} invocation.
203
204 @anchor{Release 3.5}
205 @item 3.5
206 Dummy release: added long description in package metadata.
207
208 @anchor{Release 3.4}
209 @item 3.4
210     @itemize
211     @item Small mypy stubs related fixes
212     @item Licence changed from GNU GPLv3+ to GNU LGPLv3+
213     @end itemize
214
215 @anchor{Release 3.3}
216 @item 3.3
217     @itemize
218     @item @code{GOST3412Kuz} renamed to @code{GOST3412Kuznechik}
219     @item @code{GOST3412Magma} implements GOST R 34.12-2015 Magma 64-bit
220         block cipher
221     @end itemize
222
223 @anchor{Release 3.2}
224 @item 3.2
225 34.13-2015 block cipher modes of operation implementations.
226
227 @anchor{Release 3.1}
228 @item 3.1
229 Fixed mypy stubs related to PEP247-successors.
230
231 @anchor{Release 3.0}
232 @item 3.0
233     @itemize
234     @item @code{gost3411_94} renamed to @code{gost341194}
235     @item @code{gost3411_2012} renamed and split to
236         @code{gost34112012256}, @code{gost34112012512}
237     @item @code{GOST34112012} split to
238         @code{GOST34112012256}, @code{GOST34112012512}
239     @item @code{gost3410.kek} moved to separate
240         @code{gost3410_vko.kek_34102001}
241     @item VKO GOST R 34.10-2012 appeared in @code{gost3410_vko},
242         with test vectors
243     @item 34.11-94 digest is reversed, to be compatible with HMAC and
244         PBKDF2 test vectors describe in TC26 documents
245     @item 34.11-94 PBKDF2 test vectors added
246     @item @code{gost3410.prv_unmarshal},
247         @code{gost3410.pub_marshal},
248         @code{gost3410.pub_unmarshal}
249         helpers added, removing the need of @code{x509} module at all
250     @item @code{gost3410.verify} requires @code{(pubX, pubY)} tuple,
251         instead of two separate @code{pubX}, @code{pubY} arguments
252     @item 34.11-94 based PBKDF2 function added
253     @end itemize
254
255 @anchor{Release 2.4}
256 @item 2.4
257 Fixed 34.13 mypy stub.
258
259 @anchor{Release 2.3}
260 @item 2.3
261 Typo and pylint fixes.
262
263 @item 2.2
264 GOST R 34.13-2015 padding methods.
265
266 @item 2.1
267 Documentation and supplementary files refactoring.
268
269 @item 2.0
270 PEP-0247 compatible hashers and MAC.
271
272 @item 1.0
273     @itemize
274     @item Ability to specify curve in pygost.x509 module
275     @item Ability to use 34.10-2012 in pygost.x509 functions
276     @item Renamed classes and modules:
277 @verbatim
278 pygost.gost3410.SIZE_34100 -> pygost.gost3410.SIZE_3410_2001
279 pygost.gost3410.SIZE_34112 -> pygost.gost3410.SIZE_3410_2012
280 pygost.gost3411_12.GOST341112 -> pygost.gost3411_2012.GOST34112012
281 @end verbatim
282     @end itemize
283
284 @item 0.16
285 34.10-2012 TC26 curve parameters.
286
287 @item 0.15
288 PEP-0484 static typing hints.
289
290 @item 0.14
291 34.10-2012 workability fix.
292
293 @item 0.13
294 Python3 compatibility.
295
296 @item 0.11
297 GOST R 34.12-2015 Кузнечик (Kuznechik) implementation.
298
299 @item 0.10
300 CryptoPro and GOST key wrapping, CryptoPro key meshing.
301
302 @end table