]> Cypherpunks.ru repositories - gogost.git/blobdiff - news.texi
PRF_IPSEC_PRFPLUS_GOSTR3411_2012_{256,512}
[gogost.git] / news.texi
index 8fde0ef3d3ac9b75dfa49b4531b60c972cc2e9f8..01fb655bb8a8ec752e0df6910de5d0fec605fa68 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,17 +3,27 @@
 
 @table @strong
 
+@anchor{Release 4.2.0}
+@item 4.2.0
+    @itemize
+    @item @code{PRF_IPSEC_PRFPLUS_GOSTR3411_2012_@{256,512@}} implementation
+    @item Generic @code{prf+} function (taken from IKEv2
+        (@url{https://tools.ietf.org/html/rfc5831.html, RFC 7296}))
+    @end itemize
+
 @anchor{Release 4.1.0}
 @item 4.1.0
     @itemize
-    @item @code{ESPTREE} implementation
+    @item @code{ESPTREE}/@code{IKETREE} implementation
     @item @code{CurveIdtc26gost34102012256paramSetB},
         @code{CurveIdtc26gost34102012256paramSetC},
         @code{CurveIdtc26gost34102012256paramSetD} curve aliases
     @item Forbid any later GNU GPL version autousage
         (project's licence now is GNU GPLv3 only)
-    @item Project now is @command{go get}-able:
-        @command{go get go.cypherpunks.ru/gogost/v4}
+    @item Project now is @command{go get}-able and uses
+        @code{go.cypherpunks.ru} namespace:
+        @command{go get go.cypherpunks.ru/gogost},
+        @command{go get go.cypherpunks.ru/gogost/cmd/streebog@{256,512@}}.
     @end itemize
 
 @anchor{Release 4.0}