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