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