From 5d2692c499eccd03d9f431d1b421364744aa54f4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 12 Oct 2015 15:12:31 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index c3a0669f..a7968764 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ * Version 1.0.4 (not released yet) + - Support for AES256-GCM has been added. This requires +a CPU with the aesni and pclmul extensions, and is accessible via the +crypto_aead_aes256gcm_*() functions. - The Javascript target doesn't use eval() any more, so that the library can be used in Chrome packaged applications. - QNX and CloudABI are now supported.