]> Cypherpunks.ru repositories - gogost.git/blobdiff - NEWS
Preparing for release
[gogost.git] / NEWS
diff --git a/NEWS b/NEWS
index 3e10d9a7c3c40354b6d2e94e3d20d7d755641010..9b82e8ccabd85479f55e78844ad4aaf7e21c26a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.0:
+    * Backward incompatible change: all keys passing to encryption
+      functions are slices now, not the fixed arrays. That heavily
+      simplifies the library usage
+    * Fix bug with overwriting IVs memory in gost28147.CFB*crypter
+    * TLSTREE, used in TLS 1.[23], implementation
+    * gost3410.KEK2012* can be used with any curves, not only 512-bit ones
+    * gost3410.PrivateKey satisfies crypto.Signer interface
+    * gost34112012* hashes satisfy encoding.Binary(Un)Marshaler
+    * Streebog256 HKDF test vectors
+
 3.0:
     * Multilinear Galois Mode (MGM) block cipher mode for
       64 and 128 bit ciphers