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