X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=news.texi;h=ec14a0b01be5d847fcde27a9d37475050283be37;hb=HEAD;hp=f5752e6b14e3d39f16e465afc4022d5e24be6485;hpb=ade04d6c0456bb39793e8b3547ac99aeffe8af73;p=pygost.git diff --git a/news.texi b/news.texi index f5752e6..ec14a0b 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,32 @@ @table @strong +@anchor{Release 5.13} +@item 5.13 +Ability to use masked 34.10 private keys. + +@anchor{Release 5.12} +@item 5.12 +Fixed incorrect digest calculation when using @code{GOST34112012*.update()} +method. + +@anchor{Release 5.11} +@item 5.11 +@code{gost34112012}'s @code{update()}/@code{digest()} methods are +streaming now -- they do not store the whole data in memory. + +@anchor{Release 5.10} +@item 5.10 +Added ISO 10126 @code{pygost.gost3413.(un)pad_iso10126} padding support. + +@anchor{Release 5.9} +@item 5.9 +Fixed @code{wrap.wrap_cryptopro}, that ignored Sbox for key diversification. + +@anchor{Release 5.8} +@item 5.8 +Added human-readable name of the curve in @code{GOST3410Curve.name}. + @anchor{Release 5.7} @item 5.7 Fixed MGM ignoring of the set tag size.