X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=b1bf15ce64ab8501834c780f5baaaf1c57b4af0f;hb=a2b4808f6628225be99874bd5f6a0f80a514db82;hp=6dc66442d810e3941f25dae4f133aa948988892a;hpb=d7ddc1e040f48d6b67ec55a9242a9aaa2853c569;p=pygost.git diff --git a/news.texi b/news.texi index 6dc6644..b1bf15c 100644 --- a/news.texi +++ b/news.texi @@ -2,6 +2,78 @@ @unnumbered News @table @strong + +@anchor{Release 4.0} +@item 4.0 + @itemize + @item 34.10-2012 TC26 twisted Edwards curve related parameters + @item Coordinates conversion from twisted Edwards to Weierstrass + form and vice versa + @item More test vectors + @item Backward incompatible Sbox and curves parameters renaming, + to comply with OIDs identifying them: +@verbatim +Gost2814789_TestParamSet -> id-Gost28147-89-TestParamSet +Gost28147_CryptoProParamSetA -> id-Gost28147-89-CryptoPro-A-ParamSet +Gost28147_CryptoProParamSetB -> id-Gost28147-89-CryptoPro-B-ParamSet +Gost28147_CryptoProParamSetC -> id-Gost28147-89-CryptoPro-C-ParamSet +Gost28147_CryptoProParamSetD -> id-Gost28147-89-CryptoPro-D-ParamSet +Gost28147_tc26_ParamZ -> id-tc26-gost-28147-param-Z +GostR3411_94_TestParamSet -> id-GostR3411-94-TestParamSet +GostR3411_94_CryptoProParamSet -> id-GostR3411-94-CryptoProParamSet + +GostR3410_2001_TestParamSet -> id-GostR3410-2001-TestParamSet +GostR3410_2001_CryptoPro_A_ParamSet -> id-GostR3410-2001-CryptoPro-A-ParamSet +GostR3410_2001_CryptoPro_B_ParamSet -> id-GostR3410-2001-CryptoPro-B-ParamSet +GostR3410_2001_CryptoPro_C_ParamSet -> id-GostR3410-2001-CryptoPro-C-ParamSet +GostR3410_2001_CryptoPro_XchA_ParamSet -> id-GostR3410-2001-CryptoPro-XchA-ParamSet +GostR3410_2001_CryptoPro_XchB_ParamSet -> id-GostR3410-2001-CryptoPro-XchB-ParamSet +GostR3410_2012_TC26_256_ParamSetA -> id-tc26-gost-3410-2012-256-paramSetA +GostR3410_2012_TC26_ParamSetA -> id-tc26-gost-3410-12-512-paramSetA +GostR3410_2012_TC26_ParamSetB -> id-tc26-gost-3410-12-512-paramSetB +GostR3410_2012_TC26_ParamSetC -> id-tc26-gost-3410-2012-512-paramSetC +@end verbatim + @item Backward incompatible @code{GOST3410Curve} initialization: all + parameters are passed not as big-endian encoded binaries, but as + integers + @item Backward incompatible change: @code{gost3410.CURVE_PARAMS} is + disappeared. @code{gost3410.CURVES} dictionary holds already + initialized @code{GOST3410Curve}. Just use + @code{CURVES["id-tc26-gost-3410-12-512-paramSetA"]} instead of + @code{GOST3410Curve(*CURVE_PARAMS["id-tc26-gost-3410-12-512-paramSetA"])} + @end itemize + +@anchor{Release 3.15} +@item 3.15 + @itemize + @item Licence changed back to GNU GPLv3+. GNU LGPLv3+ licenced + versions are not available anymore + @item More ASN.1-based test vectors + (@url{http://pyderasn.cypherpunks.ru/, PyDERASN} dependency required) + @end itemize + +@anchor{Release 3.14} +@item 3.14 +Add missing typing stubs related to previous release. + +@anchor{Release 3.13} +@item 3.13 + @itemize + @item Ability to explicitly specify used 28147-89 Sbox in + @code{pygost.wrap.*} functions + @item Ability to use key meshing in 28147-89 CBC mode + @end itemize + +@anchor{Release 3.12} +@item 3.12 + @itemize + @item Added mode argument to @code{pygost.gost3410_vko.kek_34102012256}, + because 256-bit private keys can be used with that algorithm too. + @item Fix incorrect degree sanitizing in + @code{pygost.gost3410.GOST3410Curve.exp} preventing using of + @code{UKM=1} in @code{pygost.gost3410_vko.kek_*} functions. + @end itemize + @anchor{Release 3.11} @item 3.11 Fixed PEP247 typing stub with invalid hexdigest method. @@ -101,14 +173,12 @@ PEP-0247 compatible hashers and MAC. @itemize @item Ability to specify curve in pygost.x509 module @item Ability to use 34.10-2012 in pygost.x509 functions - @end itemize - - Renamed classes and modules: - - @itemize - @item pygost.gost3410.SIZE_34100 -> pygost.gost3410.SIZE_3410_2001 - @item pygost.gost3410.SIZE_34112 -> pygost.gost3410.SIZE_3410_2012 - @item pygost.gost3411_12.GOST341112 -> pygost.gost3411_2012.GOST34112012 + @item Renamed classes and modules: +@verbatim +pygost.gost3410.SIZE_34100 -> pygost.gost3410.SIZE_3410_2001 +pygost.gost3410.SIZE_34112 -> pygost.gost3410.SIZE_3410_2012 +pygost.gost3411_12.GOST341112 -> pygost.gost3411_2012.GOST34112012 +@end verbatim @end itemize @item 0.16 @@ -128,4 +198,5 @@ GOST R 34.12-2015 Кузнечик (Kuznechik) implementation. @item 0.10 CryptoPro and GOST key wrapping, CryptoPro key meshing. + @end table