]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
nettle: Update to 3.7.3
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 10 Jun 2021 11:53:29 +0000 (13:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Jun 2021 12:22:59 +0000 (12:22 +0000)
- Update from 3.7.2 to 3.7.3
- Update rootfile
- Changelog
    2021-05-22  Niels Möller  <nisse@lysator.liu.se>
* 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  <nisse@lysator.liu.se>
* 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  <nisse@lysator.liu.se>
* 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  <nisse@lysator.liu.se>
* 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/nettle
lfs/nettle

index 591e860c2d9c99a54198fcdebea4e9132dda1811..cf1165e805d701eff73973a6370f4d26356d489b 100644 (file)
@@ -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
index dfc3fdda5485e7b48c2a352faad3bbc256808b6b..02b117f9137e0b5066db005cc0cf7df4bb63c418 100644 (file)
@@ -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)