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