From: Niels Möller Date: Mon, 2 May 2016 20:27:18 +0000 (+0200) Subject: Merge branch 'curve25519-rfc7748' X-Git-Tag: nettle_3.3_release_20161001~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e5f1181b34cfdd03e8226688566f8bd995e945;p=thirdparty%2Fnettle.git Merge branch 'curve25519-rfc7748' --- e3e5f1181b34cfdd03e8226688566f8bd995e945 diff --cc ChangeLog index 902b8f94,f4056a0b..13f74ed0 --- a/ChangeLog +++ b/ChangeLog @@@ -1,9 -1,15 +1,21 @@@ + 2016-05-02 Niels Möller + + * nettle.texinfo: Update Curve25519 documentation. + + * testsuite/curve25519-dh-test.c: Test that inputs bits which must + be ignored really are ignored. + + 2016-04-25 Niels Möller + + * curve25519-mul.c (curve25519_mul): Ignore top bit of the input x + coordinate, as required by RFC 7748. + +2016-03-30 Niels Möller + + From Nikos Mavrogiannopoulos. + * configure.ac: Change dll names to follow the libtool convention + with only major version number in the name. + 2016-03-15 Niels Möller * twofish.c (gf_multiply): Change return value to uint32_t, to