From d971ae51a51cb1b145b6fbbf7d1327a99be257b1 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 27 Feb 2019 21:39:18 +0000 Subject: openssl: backport devcrypto changes from master The patches to the /dev/crypto engine were commited to openssl master, and will be in the next major version (3.0). Changes: - Optimization in computing a digest in one operation, saving an ioctl - Runtime configuration options for the choice of algorithms to use - Command to dump useful information about the algorithms supported by the engine and the system. - Build the devcrypto engine as a dynamic module, like other engines. The devcrypto engine is built as a separate package by default, but options were added to allow building the engines into the main library. Signed-off-by: Eneas U de Queiroz [refresh patches] Signed-off-by: Hauke Mehrtens --- package/libs/openssl/patches/130-dont-build-tests-fuzz.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/libs/openssl/patches/130-dont-build-tests-fuzz.patch') diff --git a/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch b/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch index 7c61b1e292..8b827737cd 100644 --- a/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch +++ b/package/libs/openssl/patches/130-dont-build-tests-fuzz.patch @@ -9,7 +9,7 @@ Signed-off-by: Eneas U de Queiroz --- a/Configure +++ b/Configure -@@ -299,7 +299,7 @@ my $auto_threads=1; # enable threads +@@ -302,7 +302,7 @@ my $auto_threads=1; # enable threads my $default_ranlib; # Top level directories to build @@ -18,7 +18,7 @@ Signed-off-by: Eneas U de Queiroz # crypto/ subdirectories to build $config{sdirs} = [ "objects", -@@ -311,7 +311,7 @@ $config{sdirs} = [ +@@ -314,7 +314,7 @@ $config{sdirs} = [ "cms", "ts", "srp", "cmac", "ct", "async", "kdf", "store" ]; # test/ subdirectories to build -- cgit v1.2.3