NEWS | 15 ++++++++++++++- www.texi | 30 ++++++++++++++++++++++++++++++ diff --git a/NEWS b/NEWS index 27721f836add87fe18b6bb302e162ecac24cab28276a256527f73b9ba0afc714..b273bdc51d7ad65d01ff7f39e39140b519e791ceee3b9a618df804c66db2bdd5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,20 @@ +2.0: + * 34.11-2012 is split on two different modules: gost34112012256 and + gost34112012512 + * 34.11-94's digest is reversed. Now it is compatible with TC26's + HMAC and PBKDF2 test vectors + * gogost-streebog is split to streebog256 and streebog512 + correspondingly by analogy with sha* utilities + * added VKO 34.10-2012 support with corresponding test vectors + * gost3410.DigestSizeX is renamed to gost3410.ModeX because it is + not related to digest size, but parameters and key sizes + * KEK functions take big.Int UKM value. Use NewUKM to unmarshal + raw binary UKM + 1.1: * gogost-streebog is able to use either 256 or 512 bits digest size * 34.13-2015 padding methods * 28147-89 CBC mode of operation 1.0: - Initial release + Initial release. diff --git a/www.texi b/www.texi index 92da7fad0481cf3b4a25e309b13a08e4d710203fc4a8732c2b7e0900889987a0..7a348f3416af500a7ed4e38a428bd0e006828cf5e7ef5ceb5c65396096c939bb 100644 --- a/www.texi +++ b/www.texi @@ -51,6 +51,36 @@ mailing list. Announcements also go to this mailing list. @insertcopying +@node News +@unnumbered News + +@table @strong + +@item 2.0 + @itemize + @item 34.11-2012 is split on two different modules: + @code{gost34112012256} and @code{gost34112012512} + @item 34.11-94's digest is reversed. Now it is compatible with TC26's + HMAC and PBKDF2 test vectors + @item @code{gogost-streebog} is split to @code{streebog256} and + @code{streebog512} correspondingly by analogy with sha* utilities + @item added VKO 34.10-2012 support with corresponding test vectors + @item @code{gost3410.DigestSizeX} is renamed to + @code{gost3410.ModeX} because it is not related to digest size, + but parameters and key sizes + @item KEK functions take @code{big.Int} UKM value. Use @code{NewUKM} + to unmarshal raw binary UKM + @end itemize + +@item 1.1 + @itemize + @item gogost-streebog is able to use either 256 or 512 bits digest size + @item 34.13-2015 padding methods + @item 28147-89 CBC mode of operation + @end itemize + +@end table + @node Download @unnumbered Download