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