aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/Config.in
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2019-01-30 08:42:11 -0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-02-12 22:24:09 +0100
commit29b69e840a44fad518d9d9ecd93966d0d2a4f076 (patch)
tree53a4a7d6c14390ca21f3e076d37f304a7374e829 /package/libs/openssl/Config.in
parent2eeb2853ed3199c3bb65d3498e02ac36526befb4 (diff)
downloadupstream-29b69e840a44fad518d9d9ecd93966d0d2a4f076.tar.gz
upstream-29b69e840a44fad518d9d9ecd93966d0d2a4f076.tar.bz2
upstream-29b69e840a44fad518d9d9ecd93966d0d2a4f076.zip
openssl: add package for openssl.cnf, misc changes
- Add the /etc/ssl/openssl.cnf as a separate package, to avoid breaking the transitional mechanism, allowing libopenssl_1.0* and libopenssl_1.1* to coexist. - Remove the (selecting) dependency on @KERNEL_AIO - Use global SOURCE_DATE_EPOCH Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'package/libs/openssl/Config.in')
-rw-r--r--package/libs/openssl/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in
index c9a853193f..3ad8a66b9e 100644
--- a/package/libs/openssl/Config.in
+++ b/package/libs/openssl/Config.in
@@ -250,11 +250,14 @@ config OPENSSL_ENGINE
This enables alternative cryptography implementations,
most commonly for interfacing with external crypto devices,
or supporting new/alternative ciphers and digests.
+ Note that you need to enable KERNEL_AIO to be able to build the
+ afalg engine package.
config OPENSSL_ENGINE_CRYPTO
bool
select OPENSSL_ENGINE
select PACKAGE_kmod-cryptodev
+ select PACKAGE_libopenssl-conf
prompt "Acceleration support through /dev/crypto"
help
This enables use of hardware acceleration through OpenBSD
@@ -284,4 +287,3 @@ config OPENSSL_WITH_GOST
https://github.com/gost-engine/engine
endif
-