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