]> Cypherpunks.ru repositories - pygost.git/blobdiff - news.texi
FAQ
[pygost.git] / news.texi
index b1bf15ce64ab8501834c780f5baaaf1c57b4af0f..384258a3513f3db3effd33fe53d57efd056ef624 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,6 +3,34 @@
 
 @table @strong
 
+@anchor{Release 4.3}
+@item 4.3
+Dummy release with fixed @code{pygost.__version__}.
+
+@anchor{Release 4.2}
+@item 4.2
+    @itemize
+    @item @code{pygost.gost3410.sign} accepts predefined @code{rand}om
+        data used for k/r generation
+    @item More test vectors for 34.10-2012
+    @end itemize
+
+@anchor{Release 4.1}
+@item 4.1
+    @itemize
+    @item PEP-396 compatible module's @code{__version__}
+    @item Curve parameters aliases:
+@verbatim
+id-GostR3410-2001-CryptoPro-XchA-ParamSet -> id-GostR3410-2001-CryptoPro-A-ParamSet
+id-GostR3410-2001-CryptoPro-XchB-ParamSet -> id-GostR3410-2001-CryptoPro-C-ParamSet
+id-tc26-gost-3410-2012-256-paramSetB      -> id-GostR3410-2001-CryptoPro-A-ParamSet
+id-tc26-gost-3410-2012-256-paramSetC      -> id-GostR3410-2001-CryptoPro-B-ParamSet
+id-tc26-gost-3410-2012-256-paramSetD      -> id-GostR3410-2001-CryptoPro-C-ParamSet
+@end verbatim
+    @item Forbid any later GNU GPL version autousage (project's licence
+        now is GNU GPLv3 only)
+    @end itemize
+
 @anchor{Release 4.0}
 @item 4.0
     @itemize
@@ -161,7 +189,7 @@ Fixed 34.13 mypy stub.
 Typo and pylint fixes.
 
 @item 2.2
-GOST R 34.13-2015 padding methods
+GOST R 34.13-2015 padding methods.
 
 @item 2.1
 Documentation and supplementary files refactoring.