From: Niels Möller Date: Tue, 17 Oct 2017 20:37:33 +0000 (+0200) Subject: Merge branch 'support-cfb' into master-updates X-Git-Tag: nettle_3.4rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1366bc97b8cd93f4797ee42fcfafd5584d038df;p=thirdparty%2Fnettle.git Merge branch 'support-cfb' into master-updates --- f1366bc97b8cd93f4797ee42fcfafd5584d038df diff --cc ChangeLog index 91c3fd78,6b52bfe1..24e266ee --- a/ChangeLog +++ b/ChangeLog @@@ -1,8 -1,15 +1,20 @@@ + 2017-10-16 Niels Möller + + CFB support, contributed by Dmitry Eremin-Solenikov. + * cfb.c (cfb_encrypt, cfb_decrypt): New file, new functions. + * cfb.h: New header file. + (CFB_CTX, CFB_SET_IV, CFB_ENCRYPT, CFB_DECRYPT): New macros. + * Makefile.in (nettle_SOURCES): Add cfb.c. + (HEADERS): Add cfb.h. + * testsuite/cfb-test.c: New test case. + * testsuite/testutils.c (test_cipher_cfb): New function. + * nettle.texinfo (CFB): Documentation. + +2017-10-16 Niels Möller + + * aclocal.m4 (GMP_PROG_CC_FOR_BUILD): Add -g when compiling with + gcc. + 2017-09-24 Niels Möller * tools/pkcs1-conv.c (base64_decode_in_place): New helper