]> Cypherpunks.ru repositories - pygost.git/blob - NEWS
Download link for 3.7 release
[pygost.git] / NEWS
1 3.7:
2     Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks.
3
4 3.6:
5     Fixed source files installation during setup.py install invocation.
6
7 3.5:
8     Dummy release: added long description in package metadata.
9
10 3.4:
11     Small mypy stubs related fixes.
12
13 3.3:
14     * GOST3412Kuz renamed to GOST3412Kuznechik
15     * GOST3412Magma implements GOST R 34.12-2015 Magma 64-bit block cipher
16
17 3.2:
18     34.13-2015 block cipher modes of operation implementations.
19
20 3.1:
21     Fixed mypy stubs related to PEP247-successors.
22
23 3.0:
24     * gost3411_94 renamed to gost341194
25     * gost3411_2012 renamed and split to gost34112012256, gost34112012512
26     * GOST34112012 split to GOST34112012256, GOST34112012512
27     * gost3410.kek moved to separate gost3410_vko.kek_34102001
28     * VKO GOST R 34.10-2012 appeared in gost3410_vko, with test vectors
29     * 34.11-94 digest is reversed, to be compatible with HMAC and
30       PBKDF2 test vectors describe in TC26 documents
31     * 34.11-94 PBKDF2 test vectors added
32     * gost3410.prv_unmarshal, gost3410.pub_marshal, gost3410.pub_unmarshal
33       helpers added, removing the need of x509 module at all
34     * gost3410.verify requires (pubX, pubY) tuple, instead of two separate
35       pubX, pubY arguments
36     * 34.11-94 based PBKDF2 function added
37
38 2.4:
39     Fixed 34.13 mypy stub.
40
41 2.3:
42     Typo and pylint fixes.
43
44 2.2:
45     GOST R 34.13-2015 padding methods.
46
47 2.1:
48     Documentation and supplementary files refactoring.
49
50 2.0:
51     PEP-0247 compatible hashers and MAC.
52
53 1.0:
54     * Ability to specify curve in pygost.x509 module
55     * Ability to use 34.10-2012 in pygost.x509 functions
56
57     Renamed classes and modules:
58
59     * pygost.gost3410.SIZE_34100 -> pygost.gost3410.SIZE_3410_2001
60     * pygost.gost3410.SIZE_34112 -> pygost.gost3410.SIZE_3410_2012
61     * pygost.gost3411_12.GOST341112 -> pygost.gost3411_2012.GOST34112012
62
63 0.16:
64     34.10-2012 TC26 curve parameters.
65
66 0.15:
67     PEP-0484 static typing hints.
68
69 0.14:
70     34.10-2012 workability fix.
71
72 0.13:
73     Python3 compatibility.
74
75 0.11:
76     GOST R 34.12-2015 Кузнечик (Kuznechik) implementation.
77
78 0.10:
79     CryptoPro and GOST key wrapping, CryptoPro key meshing.