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