X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/73d383c0973a6b6d16293d80933b5d2fff0c1d7a..045fdc20cc9545f44c45e53f737c4066ebb80e3f:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 904e88d4..841e52f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 14 May 2017 18:18:17 +0100 + tripe (1.0.0pre18) experimental; urgency=low * general: Fixed some 64-bit portability bugs.