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