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