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