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