From: Andre Noll Date: Sun, 13 May 2018 12:03:20 +0000 (+0200) Subject: Merge branch 'refs/heads/t/crypt' X-Git-Tag: v0.6.2~5 X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=3998a8c581623224b7b56bce593646b2c8516a0f;p=paraslash.git Merge branch 'refs/heads/t/crypt' A couple of simple patches which clean up the openssl and gcrypt crypto backends. The non-trivial parts are the get_public_key() unification, the memory leak fixes for openssl and the activation of the secmem pool for gcrypt. * refs/heads/t/crypt: gcrypt: Allocate a secmem pool at startup. crypt: Introduce crypt_shutdown(). crypt: Rename init_random_seed_or_die() -> crypt_init(). gcrypt: Use ROUND_DOWN() macro. crypt: Rename RSA functions. crypt: Deduplicate get_public_key(). crypt.h: Remove two unused constants. Rename crypt.c -> openssl.c. --- 3998a8c581623224b7b56bce593646b2c8516a0f diff --cc NEWS.md index 9ced85e9,d0bd6585..11f275da --- a/NEWS.md +++ b/NEWS.md @@@ -1,15 -1,6 +1,15 @@@ NEWS ==== +------------------------------------------- +0.6.2 (to be accounced) "elastic diversity" +------------------------------------------- + +- para_gui no longer waits up to one second to update the screen when - the geometry of the terminal changes. - ++ the geometry of the terminal changes. +- Minor documentation improvements. ++- Improvements to the crypto subsystem. + ---------------------------------------- 0.6.1 (2017-09-23) "segmented iteration" ----------------------------------------