#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 , 22 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
- 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 , 22 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in commit 1f39333658
Note:
See TracTickets
for help on using tickets.