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