]> Cypherpunks.ru repositories - gogost.git/blobdiff - NEWS
Raise copyright years
[gogost.git] / NEWS
diff --git a/NEWS b/NEWS
index 9b82e8ccabd85479f55e78844ad4aaf7e21c26a4..5e997bdaf7fdc3ca0cc82b27be4c90ee8e9c8430 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.2.0:
+    * PRF_IPSEC_PRFPLUS_GOSTR3411_2012_{256,512} implementation
+    * Generic prf+ function (taken from IKEv2) implementation
+
+4.1.0:
+    * ESPTREE/IKETREE implementation
+    * CurveIdtc26gost34102012256paramSetB, CurveIdtc26gost34102012256paramSetC,
+      CurveIdtc26gost34102012256paramSetD curve aliases
+    * Forbid any later GNU GPL version autousage
+      (project's licence now is GNU GPLv3 only)
+    * Project now is go get-able and uses go.cypherpunks.ru namespace:
+      go get go.cypherpunks.ru/gogost
+      go get go.cypherpunks.ru/gogost/cmd/streebog{256,512}
+
 4.0:
     * Backward incompatible change: all keys passing to encryption
       functions are slices now, not the fixed arrays. That heavily
@@ -66,4 +80,4 @@
     * 28147-89 CBC mode of operation
 
 1.0:
-    Initial release.
+    Initial release