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