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