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