From 1bb36e42226c9e22a8e40ce590712e436b57cd1e Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Sat, 16 Nov 2013 16:28:48 +0100 Subject: [PATCH] - --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5b52e05..75de4a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,14 @@ keyhash.c, so nowhere will be used any HASH* macros directly. + Fixed various malloc/free errors. Found them on + the gcc compilefarm, thanks to the gcc guys + providing access to it. + + Fixed alternate arc4random*() implementation in + platform.h, now we just use the random functions + of libsodium if they're not available. + 0.1.4 Changed key format (again), now the main secret is the ED25519 secret key, which will be encrypted. Everything else will be derived from that. Thanks