X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from atoll.the-tropics.fr (atoll.the-tropics.fr [195.154.211.37]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7828ADC0076 for ; Wed, 7 May 2014 12:59:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by atoll.the-tropics.fr (Postfix) with ESMTP id E7372E2774 for ; Wed, 7 May 2014 14:59:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at atoll.the-tropics.fr Received: from atoll.the-tropics.fr ([127.0.0.1]) by localhost (atoll.the-tropics.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mvu-THBfw688 for ; Wed, 7 May 2014 14:59:18 +0200 (CEST) Received: from atoll.the-tropics.fr (localhost [127.0.0.1]) by atoll.the-tropics.fr (Postfix) with ESMTP id EBC84E276F for ; Wed, 7 May 2014 14:58:58 +0200 (CEST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 07 May 2014 14:58:58 +0200 From: nicolas@the-tropics.fr To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] OpenSSL / OpenVPN Cryptodev support Message-ID: X-Sender: nicolas@the-tropics.fr User-Agent: Roundcube Webmail/1.0.0 Hello Alpine Team, I write this message for a little problem I encounter. I'm running Alpine since many versions on PC Engine hardware. (http://www.pcengines.ch/alix2d13.htm) It runs OpenVPN and other services like a charm. I recently looked at my openvpn config, and wanted to use the Crypto hardware card included in the hardware , a geode-aes. The module is present in the Alpine kernel : lsmod | grep geode_aes : geode_aes 4116 0 The openvpn complies with this : OpenSSL error: cannot load engine 'geode-aes' As the module is loaded, the problem target is more in the openssl : OpenSSL> engine (dynamic) Dynamic engine loading support (padlock) VIA PadLock: not supported Here we haven't any geode stuff. I'm wondering if openssl shouldn't have an addon like cryptodev-linux : http://cryptodev-linux.org/ As Alpine Linux is nice for routers/firewalls , a lot of embedded hardware have such crypto accelarators. For information the Alpine is the latest 2.7.7 Does anyone an idea or advice ? Thanks to all for your great work. Regards, Nicolas. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---