Opened 13 months ago

Closed 12 months ago

Last modified 11 months ago

#18119 closed enhancement (fixed)

nettle-3.9.1

Reported by: Douglas R. Reno Owned by: Tim Tassonis
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by Tim Tassonis, 13 months ago

Owner: changed from blfs-book to Tim Tassonis
Status: newassigned
  • ocb.c (ocb_crypt_n): Fix broken loop logic.
  • testsuite/ocb-test.c (test_main): Add test vector from libgcrypt, with larger message, to exercise above loop.
  • x86_64/ghash-update.asm: Use separate unaligned load instructions (movups) to load the tabulated values, since they are only 8-byte aligned and pand memory operands require 16-byte alignment.
  • eccdata.c (output_bignum_redc): Add missing mpz_clear, reported by Noah Watkins. (output_digits): Delete a gratuitous mpz_init.

comment:2 by Tim Tassonis, 12 months ago

Resolution: fixed
Status: assignedclosed

Fixed in commit 1f39333658

comment:3 by Bruce Dubbs, 11 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.