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