head 1.4; access; symbols pkgsrc-2024Q1:1.3.0.84 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.82 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.80 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.78 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.76 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.74 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.72 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.70 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.68 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.66 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.64 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.62 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.60 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.58 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.56 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.52 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.32 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.54 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.50 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.48 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.46 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.44 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.42 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.40 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.38 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.36 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.34 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.30 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.28 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.26 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.24 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.22 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.20 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.18 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.16 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.14 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.12 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.10 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.8 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.6 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.4 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.2 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.2.0.4 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2024.06.18.10.45.53; author adam; state dead; branches; next 1.3; commitid KrA1zXiQ0mfHaseF; 1.3 date 2013.11.26.09.22.19; author martin; state Exp; branches; next 1.2; commitid ArQeEE0Suh7xGLex; 1.2 date 2013.04.29.16.42.25; author adam; state Exp; branches; next 1.1; 1.1 date 2013.03.15.18.22.03; author drochner; state Exp; branches; next ; desc @@ 1.4 log @nettle: updated to 3.10 Nettle 3.10 release This is a maintenance release, including a few each of bug fixes, new features and optimizations. The new version is intended to be fully source and binary compatible with Nettle-3.6. The shared library names are libnettle.so.8.9 and libhogweed.so.6.9, with sonames libnettle.so.8 and libhogweed.so.6. Bug fixes: * Add missing hash functions sha512_224 and sha512_256 to the nettle_get_hashes() list. The name values in the corresponding nettle_hash structs also changed to use underscore instead of dash, for consistency. * Fix a few cases of formally undefined calls to memcpy(dst, NULL, 0), resulting from valid calls to, e.g., sha256_update(ctx, 0, NULL). New features: * Support RSA-OAEP encryption. Contributed by Nicolas Mora and Daiki Ueno. * New function sha3_256_shake_output, new functions sha3_128_init, sha3_128_update, sha3_128_shake, sha3_128_shake_output. Contributed by Daiki Ueno. * Added DRBG-CTR with AES256, contributed by Simon Josefsson. Optimizations: * New combined gcm-aes assembly for powerpc64, contributed by Danny Tsen. * New sha256 assembly for powerpc64, contributed by Eric Richter. * Improved performance for powerpc64 AES decrypt, by skipping subkey transformations that don't suit the vncipher instructions. * Add arm64 CPU feature detection for Android and for Apple systems, contributed by Foolbar and Tim Kosse, prespectively. Miscellaneous: * New tests for side-channel silence, based on valgrind. * Delete all md5 assembly code. Delete all sparc32 assembly code. @ text @$NetBSD: patch-aa,v 1.3 2013/11/26 09:22:19 martin Exp $ --- configure.orig 2013-05-28 16:21:53.000000000 +0200 +++ configure 2013-11-26 10:12:32.000000000 +0100 @@@@ -4903,6 +4903,7 @@@@ solaris*) CCPIC="-fPIC" ;; cygwin*) CCPIC="" ;; mingw32*) CCPIC="" ;; + *netbsd*) CCPIC="-fPIC" ;; *) CCPIC="-fpic" ;; esac else @@@@ -7187,7 +7188,7 @@@@ enable_documentation=yes else - if test "x$enable_documentation" == "xauto" ; then + if test "x$enable_documentation" = "xauto" ; then enable_documentation=no else as_fn_error $? "Cannot find 'makeinfo', required for documentation." "$LINENO" 5 @ 1.3 log @Make it use -fPIC on NetBSD (does not build on at least sparc64 otherwise). Bump rev. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2013/04/29 16:42:25 adam Exp $ @ 1.2 log @NEWS for the 2.7 release This release includes an implementation of elliptic curve cryptography (ECC) and optimizations for the ARM architecture. This work was done at the offices of South Pole AB, and generously funded by the .SE Internet Fund. Bug fixes: * Fixed a bug in the buffer handling for incremental SHA3 hashing, with a possible buffer overflow. Patch by Edgar E. Iglesias. New features: * Support for ECDSA signatures. Elliptic curve operations over the following curves: secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1, including x86_64 and ARM assembly for the most important primitives. * Support for UMAC, including x86_64 and ARM assembly. * Support for 12-round salsa20, "salsa20r12", as specified by eSTREAM. Contributed by Nikos Mavrogiannopoulos. Optimizations: * ARM assembly code for several additional algorithms, including AES, Salsa20, and the SHA family of hash functions. * x86_64 assembly for SHA256, SHA512, and SHA3. (SHA3 assembly was included in the 2.6 release, but disabled due to poor performance on some AMD processors. Hopefully, that performance problem is fixed now). The ARM code was tested and benchmarked on Cortex-A9. Some of the functions use "neon" instructions. The configure script decides if neon instructions can be used, and the command line options --enable-arm-neon and --disable-arm-neon can be used to override its choice. Feedback appreciated. The libraries are intended to be binary compatible with nettle-2.2 and later. The shared library names are libnettle.so.4.6 and libhogweed.so.2.4, with sonames still libnettle.so.4 and libhogweed.so.2. @ text @d1 1 a1 1 $NetBSD$ d3 11 a13 3 --- configure.orig 2013-04-24 13:26:53.000000000 +0000 +++ configure @@@@ -7183,7 +7183,7 @@@@ fi @ 1.1 log @update to 2.6 changes: -support for PKCS #5 PBKDF2, SHA3, GOST R 34.11-94 -bugfixes -minor improvements @ text @d3 1 a3 1 --- configure.orig 2013-01-14 21:44:12.000000000 +0000 d5 1 a5 1 @@@@ -6886,7 +6886,7 @@@@ fi @