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