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