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