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