From patchwork Thu Jun 10 11:53:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4415 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G12Ry5Y4Zz3x70 for ; Thu, 10 Jun 2021 11:53:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G12Ry2ZPrz1KX; Thu, 10 Jun 2021 11:53:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G12Ry2PQSz2yN1; Thu, 10 Jun 2021 11:53:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G12Rw2j2fz2xSB for ; Thu, 10 Jun 2021 11:53:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4G12Rv5xDqz14p; Thu, 10 Jun 2021 11:53:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623326011; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BoxQfsklBU1JqOiKPx1JF7VaQaDKudxz3QDxg3WRVlc=; b=VBCTTRl6FQ7K2gVbgkXgBPlQynhupEBV7V1IbrhjYtYoKwF19J4g+NpKlMWct74kb7yNmr sEYpB4awxGge0sCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623326011; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BoxQfsklBU1JqOiKPx1JF7VaQaDKudxz3QDxg3WRVlc=; b=UbBR68qIbKBToyqhHoys/eB0N4R4QfnavWXL80dxyRUTEESrOZsg1j5scyrRfHy1uhG4ni D41yKUdAG1mVWTbfXqzs26lzyboM+w4DCWdbfYgFMq+4MJYQOPy9UXriNuOprD8WglXbQB +UZ5NH+ukbLg3vD1pCD7hNQ1W6NEXX74CzViC3tLNDXunIIypaSF/d6Vu6++mdd28jFNpz ZH2HhXckgC8Qy1q782LVZfy4k6xRCvZ9c9dFBUCrhzrfJzvoyxFTBJljJcInqjeWXPY8b1 zjrDcw762cL9QBl5GI8ztAYQrskggYCm471zbbrFyyKrRuj9bg6DAaNcaw8dyQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nettle: Update to 3.7.3 Date: Thu, 10 Jun 2021 13:53:29 +0200 Message-Id: <20210610115329.3549135-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 3.7.2 to 3.7.3 - Update rootfile - Changelog 2021-05-22 Niels Möller * configure.ac: Bump package version, to 3.7.3. (LIBNETTLE_MINOR): Bump minor number, to 8.4. (LIBHOGWEED_MINOR): Bump minor number, to 6.4. 2021-05-17 Niels Möller * rsa-decrypt-tr.c (rsa_decrypt_tr): Check up-front that input is in range. * rsa-sec-decrypt.c (rsa_sec_decrypt): Likewise. * rsa-decrypt.c (rsa_decrypt): Likewise. * testsuite/rsa-encrypt-test.c (test_main): Add tests with input > n. 2021-05-14 Niels Möller * rsa-sign-tr.c (rsa_sec_blind): Delete mn argument. (_rsa_sec_compute_root_tr): Delete mn argument, instead require that input size matches key size. Rearrange use of temporary storage, to support in-place operation, x == m. Update all callers. * rsa-decrypt-tr.c (rsa_decrypt_tr): Make zero-padded copy of input, for calling _rsa_sec_compute_root_tr. * rsa-sec-decrypt.c (rsa_sec_decrypt): Likewise. * testsuite/rsa-encrypt-test.c (test_main): Test calling all of rsa_decrypt, rsa_decrypt_tr, and rsa_sec_decrypt with zero input. 2021-05-06 Niels Möller * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt): Check that message length is valid, for given key size. * testsuite/rsa-sec-decrypt-test.c (test_main): Add test cases for calls to rsa_sec_decrypt specifying a too large message length. Signed-off-by: Adolf Belka --- config/rootfiles/common/nettle | 4 ++-- lfs/nettle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/nettle b/config/rootfiles/common/nettle index 591e860c2..cf1165e80 100644 --- a/config/rootfiles/common/nettle +++ b/config/rootfiles/common/nettle @@ -72,9 +72,9 @@ #usr/include/nettle/yarrow.h usr/lib/libhogweed.so usr/lib/libhogweed.so.6 -usr/lib/libhogweed.so.6.3 +usr/lib/libhogweed.so.6.4 #usr/lib/libnettle.so usr/lib/libnettle.so.8 -usr/lib/libnettle.so.8.3 +usr/lib/libnettle.so.8.4 #usr/lib/pkgconfig/hogweed.pc #usr/lib/pkgconfig/nettle.pc diff --git a/lfs/nettle b/lfs/nettle index dfc3fdda5..02b117f91 100644 --- a/lfs/nettle +++ b/lfs/nettle @@ -24,7 +24,7 @@ include Config -VER = 3.7.2 +VER = 3.7.3 THISAPP = nettle-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 22849db27ed563ebbc829273f0c97e35 +$(DL_FILE)_MD5 = a60273d0fab9c808646fcf5e9edc2e8f install : $(TARGET)