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