chiark / gitweb /
Release 1.0.0pre19. 1.0.0pre19
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 May 2017 09:42:15 +0000 (10:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 17:19:09 +0000 (18:19 +0100)
debian/changelog
debian/control

index 904e88d4bf56d12da0c9278e9c0f0848e9409733..841e52f51aa684c32aa53ec141f0de218b9e9e32 100644 (file)
@@ -1,3 +1,20 @@
+tripe (1.0.0pre19) experimental; urgency=low
+
+  * tripe: Use Catacomb `rand_quick' to collect system-specific entropy,
+    e.g., from the x86 `rdrand' isntruction.
+  * tripe: Fix memory leak of key-data objects.
+  * tripe: Add new `naclbox' bulk-crypto transform based on Salsa20/ChaCha
+    and Poly1305.
+  * tripe: Support X25519 and X448 as key-exchange groups.
+  * tripe-keys: Support Ed25519 and Ed448 signature schemes.
+  * tripe-keys: Allow more control over key generation.  In particular,
+    arbitrary attributes can now be set on master keys and key-exchange
+    keys.
+  * tripe-uslip: Clean up sockets on signal.
+  * A number of documentation fixes.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 14 May 2017 18:18:17 +0100
+
 tripe (1.0.0pre18) experimental; urgency=low
 
   * general: Fixed some 64-bit portability bugs.
index b11909b64fbd7739bf3786df625e53ccda63728f..5952862f04166c6ced8aa59ee54990abe0f0a317 100644 (file)
@@ -6,10 +6,10 @@ XS-Python-Version: >= 2.4
 Build-Depends: debhelper (>= 9), pkg-config, curl, rsync, python-central,
        tshark, wireshark-dev (>= 1.12.1),
        mlib-dev (>= 2.2.2),
-       catacomb-dev (>= 2.2.2+38), catacomb-bin (>= 2.1.4)
+       catacomb-dev (>= 2.4.0), catacomb-bin (>= 2.1.4)
 Build-Depends-Indep: python,
        python-cdb, python-gtk2,
-       python-mlib (>= 1.0.2), python-catacomb (>= 1.1.0)
+       python-mlib (>= 1.0.2), python-catacomb (>= 1.2.0)
 Standards-Version: 3.1.1
 
 Package: tripe