On Tue, 09 Feb 2016 14:31:22 +0100 Nikos Mavrogiannopoulos nmav@redhat.com wrote:
Do you plan a backport of the carry propagation fix in secp384 [0] for nettle 2.7.1? My limited understanding of the 3.2 assembly file wouldn't work out of the box in 2.7 due to the change from ecc_curve to ecc_modulus.
The fix for the secp256r1 issue [1] looks quite trivial to backport if p->m is replaced by ecc->p. Is my understanding correct?
Debian has backported the patches already it seems: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813679
(Haven't checked them though)