mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
- Update from version 3.8.1 to 3.9 - Update of rootfile - Changelog NEWS for the Nettle 3.9 release This release includes bug fixes, several new features, a few performance improvements, and one performance regression affecting GCM on certain platforms. The new version is intended to be fully source and binary compatible with Nettle-3.6. The shared library names are libnettle.so.8.7 and libhogweed.so.6.7, with sonames libnettle.so.8 and libhogweed.so.6. This release includes a rewrite of the C implementation of GHASH (dating from 2011), as well as the plain x86_64 assembly version, to use precomputed tables in a different way, with tables always accessed in the same sequential manner. This should make Nettle's GHASH implementation side-channel silent on all platforms, but considerably slower on platforms without carry-less mul instructions. E.g., benchmarks of the C implementation on x86_64 showed a slowdown of 3 times. Bug fixes: * Fix bug in ecdsa and gostdsa signature verify operation, for the unlikely corner case that point addition really is point duplication. * Fix for chacha on Power7, nettle's assembly used an instruction only available on later processors. Fixed by Mamone Tarsha. * GHASH implementation should now be side-channel silent on all architectures. * A few portability fixes for *BSD. New features: * Support for the SM4 block cipher, contributed by Tianjia Zhang. * Support for the Balloon password hash, contributed by Zoltan Fridrich. * Support for SIV-GCM authenticated encryption mode, contributed by Daiki Ueno. * Support for OCB authenticated encryption mode. * New exported functions md5_compress, sha1_compress, sha256_compress, sha512_compress, based on patches from Corentin Labbe. Optimizations: * Improved sha256 performance, in particular for x86_64 and s390x. * Use GMP's mpn_sec_tabselect, which is implemented in assembly on many platforms, and delete the similar nettle function. Gives a modest speedup to all ecc operations. * Faster poly1305 for x86_64 and ppc64. New ppc code contributed by Mamone Tarsha. Miscellaneous: * New ASM_FLAGS variable recognized by configure. * Delete all arcfour assembly code. Affects 32-bit x86, 32-bit and 64-bit sparc. Known issues: * Version 6.2.1 of GNU GMP (the most recent GMP release as of this writing) has a known issue for MacOS on 64-bit ARM: GMP assembly files use the reserved x18 register. On this platform it is recommended to use a GMP snapshot where this bug is fixed, and upgrade to a later GMP release when one becomes available. * Also on MacOS, Nettle's testsuite may still break due to DYLD_LIBRARY_PATH being discarded under some circumstances. As a workaround, use * make check EMULATOR='env DYLD_LIBRARY_PATH=$(TEST_SHLIB_DIR)' Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
87 lines
2.4 KiB
Plaintext
87 lines
2.4 KiB
Plaintext
#usr/bin/nettle-hash
|
|
#usr/bin/nettle-lfib-stream
|
|
#usr/bin/nettle-pbkdf2
|
|
#usr/bin/pkcs1-conv
|
|
#usr/bin/sexp-conv
|
|
#usr/include/nettle
|
|
#usr/include/nettle/aes.h
|
|
#usr/include/nettle/arcfour.h
|
|
#usr/include/nettle/arctwo.h
|
|
#usr/include/nettle/asn1.h
|
|
#usr/include/nettle/balloon.h
|
|
#usr/include/nettle/base16.h
|
|
#usr/include/nettle/base64.h
|
|
#usr/include/nettle/bignum.h
|
|
#usr/include/nettle/blowfish.h
|
|
#usr/include/nettle/buffer.h
|
|
#usr/include/nettle/camellia.h
|
|
#usr/include/nettle/cast128.h
|
|
#usr/include/nettle/cbc.h
|
|
#usr/include/nettle/ccm.h
|
|
#usr/include/nettle/cfb.h
|
|
#usr/include/nettle/chacha-poly1305.h
|
|
#usr/include/nettle/chacha.h
|
|
#usr/include/nettle/cmac.h
|
|
#usr/include/nettle/ctr.h
|
|
#usr/include/nettle/curve25519.h
|
|
#usr/include/nettle/curve448.h
|
|
#usr/include/nettle/des.h
|
|
#usr/include/nettle/dsa-compat.h
|
|
#usr/include/nettle/dsa.h
|
|
#usr/include/nettle/eax.h
|
|
#usr/include/nettle/ecc-curve.h
|
|
#usr/include/nettle/ecc.h
|
|
#usr/include/nettle/ecdsa.h
|
|
#usr/include/nettle/eddsa.h
|
|
#usr/include/nettle/gcm.h
|
|
#usr/include/nettle/gostdsa.h
|
|
#usr/include/nettle/gosthash94.h
|
|
#usr/include/nettle/hkdf.h
|
|
#usr/include/nettle/hmac.h
|
|
#usr/include/nettle/knuth-lfib.h
|
|
#usr/include/nettle/macros.h
|
|
#usr/include/nettle/md2.h
|
|
#usr/include/nettle/md4.h
|
|
#usr/include/nettle/md5-compat.h
|
|
#usr/include/nettle/md5.h
|
|
#usr/include/nettle/memops.h
|
|
#usr/include/nettle/memxor.h
|
|
#usr/include/nettle/nettle-meta.h
|
|
#usr/include/nettle/nettle-types.h
|
|
#usr/include/nettle/nist-keywrap.h
|
|
#usr/include/nettle/ocb.h
|
|
#usr/include/nettle/pbkdf2.h
|
|
#usr/include/nettle/pgp.h
|
|
#usr/include/nettle/pkcs1.h
|
|
#usr/include/nettle/poly1305.h
|
|
#usr/include/nettle/pss-mgf1.h
|
|
#usr/include/nettle/pss.h
|
|
#usr/include/nettle/realloc.h
|
|
#usr/include/nettle/ripemd160.h
|
|
#usr/include/nettle/rsa.h
|
|
#usr/include/nettle/salsa20.h
|
|
#usr/include/nettle/serpent.h
|
|
#usr/include/nettle/sexp.h
|
|
#usr/include/nettle/sha.h
|
|
#usr/include/nettle/sha1.h
|
|
#usr/include/nettle/sha2.h
|
|
#usr/include/nettle/sha3.h
|
|
#usr/include/nettle/siv-cmac.h
|
|
#usr/include/nettle/siv-gcm.h
|
|
#usr/include/nettle/sm3.h
|
|
#usr/include/nettle/sm4.h
|
|
#usr/include/nettle/streebog.h
|
|
#usr/include/nettle/twofish.h
|
|
#usr/include/nettle/umac.h
|
|
#usr/include/nettle/version.h
|
|
#usr/include/nettle/xts.h
|
|
#usr/include/nettle/yarrow.h
|
|
usr/lib/libhogweed.so
|
|
usr/lib/libhogweed.so.6
|
|
usr/lib/libhogweed.so.6.7
|
|
#usr/lib/libnettle.so
|
|
usr/lib/libnettle.so.8
|
|
usr/lib/libnettle.so.8.7
|
|
#usr/lib/pkgconfig/hogweed.pc
|
|
#usr/lib/pkgconfig/nettle.pc
|