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