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