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