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