]> Cypherpunks.ru repositories - pygost.git/blob - NEWS
Website restyling
[pygost.git] / NEWS
1 3.15:
2     * Licence changed back to GNU GPLv3+.
3       GNU LGPLv3+ licenced versions are not available anymore
4
5 3.14:
6     Add missing typing stubs related to previous release.
7
8 3.13:
9     * Ability to explicitly specify used 28147-89 Sbox in
10       pygost.wrap.* functions
11     * Ability to use key meshing in 28147-89 CBC mode
12
13 3.12:
14     * Added mode argument to pygost.gost3410_vko.kek_34102012256,
15       because 256-bit private keys can be used with that algorithm too
16     * Fix incorrect degree sanitizing in pygost.gost3410.GOST3410Curve.exp
17       preventing using of UKM=1 in @code{pygost.gost3410_vko.kek_*} functions
18
19 3.11:
20     Fixed PEP247 typing stub with invalid hexdigest method.
21
22 3.10:
23     Additional missing 34.11-* typing stubs.
24
25 3.9:
26     Add missing 34.11-2012 PBKDF2 typing stub.
27
28 3.8:
29     * 34.11-2012 based PBKDF2 function added
30     * 34.13-2015 does not require double blocksized IVs
31
32 3.7:
33     Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks.
34
35 3.6:
36     Fixed source files installation during setup.py install invocation.
37
38 3.5:
39     Dummy release: added long description in package metadata.
40
41 3.4:
42     * Small mypy stubs related fixes
43     * Licence changed from GNU GPLv3+ to GNU LGPLv3+
44
45 3.3:
46     * GOST3412Kuz renamed to GOST3412Kuznechik
47     * GOST3412Magma implements GOST R 34.12-2015 Magma 64-bit block cipher
48
49 3.2:
50     34.13-2015 block cipher modes of operation implementations.
51
52 3.1:
53     Fixed mypy stubs related to PEP247-successors.
54
55 3.0:
56     * gost3411_94 renamed to gost341194
57     * gost3411_2012 renamed and split to gost34112012256, gost34112012512
58     * GOST34112012 split to GOST34112012256, GOST34112012512
59     * gost3410.kek moved to separate gost3410_vko.kek_34102001
60     * VKO GOST R 34.10-2012 appeared in gost3410_vko, with test vectors
61     * 34.11-94 digest is reversed, to be compatible with HMAC and
62       PBKDF2 test vectors describe in TC26 documents
63     * 34.11-94 PBKDF2 test vectors added
64     * gost3410.prv_unmarshal, gost3410.pub_marshal, gost3410.pub_unmarshal
65       helpers added, removing the need of x509 module at all
66     * gost3410.verify requires (pubX, pubY) tuple, instead of two separate
67       pubX, pubY arguments
68     * 34.11-94 based PBKDF2 function added
69
70 2.4:
71     Fixed 34.13 mypy stub.
72
73 2.3:
74     Typo and pylint fixes.
75
76 2.2:
77     GOST R 34.13-2015 padding methods.
78
79 2.1:
80     Documentation and supplementary files refactoring.
81
82 2.0:
83     PEP-0247 compatible hashers and MAC.
84
85 1.0:
86     * Ability to specify curve in pygost.x509 module
87     * Ability to use 34.10-2012 in pygost.x509 functions
88
89     Renamed classes and modules:
90
91     * pygost.gost3410.SIZE_34100 -> pygost.gost3410.SIZE_3410_2001
92     * pygost.gost3410.SIZE_34112 -> pygost.gost3410.SIZE_3410_2012
93     * pygost.gost3411_12.GOST341112 -> pygost.gost3411_2012.GOST34112012
94
95 0.16:
96     34.10-2012 TC26 curve parameters.
97
98 0.15:
99     PEP-0484 static typing hints.
100
101 0.14:
102     34.10-2012 workability fix.
103
104 0.13:
105     Python3 compatibility.
106
107 0.11:
108     GOST R 34.12-2015 Кузнечик (Kuznechik) implementation.
109
110 0.10:
111     CryptoPro and GOST key wrapping, CryptoPro key meshing.